org.gnu.gdk
public class Span extends MemStruct
| Constructor Summary | |
|---|---|
| Span(int x, int y, int width) | |
| Method Summary | |
|---|---|
| int | getWidth()
Retrieve the width of the Span. |
| int | getX()
Retrieve the x coordinate. |
| int | getY()
Retrieve the y coordinate. |
| void | setWidth(int width)
Set the width of the Span.
|
| void | setX(int x)
Set the x coordinate.
|
| void | setY(int y)
Set the y coordinate.
|
Parameters: width
Parameters: x
Parameters: y