org.gnu.gdk
Class Span
Represents a horizontal line of pixels starting with the pixel at
coordinates x,y and ending before x+width,y.
getWidth
public int getWidth()
Retrieve the width of the Span.
getWidth
protected static final int getWidth(Handle obj)
getX
public int getX()
Retrieve the x coordinate.
getX
protected static final int getX(Handle obj)
getY
public int getY()
Retrieve the y coordinate.
getY
protected static final int getY(Handle obj)
setWidth
public void setWidth(int width)
Set the width of the Span.
width
-
setWidth
protected final void setWidth(Handle obj,
int width)
setX
public void setX(int x)
Set the x coordinate.
x
-
setX
protected final void setX(Handle obj,
int x)
setY
public void setY(int y)
Set the y coordinate.
y
-
setY
protected final void setY(Handle obj,
int y)