org.gnu.gdk
Class Segment
Specifies the start and end point for a line.
Segment
public Segment(Handle handle)
getX1
protected static final int getX1(Handle obj)
getX2
protected static final int getX2(Handle obj)
getY1
protected static final int getY1(Handle obj)
getY2
protected static final int getY2(Handle obj)
setX1
public void setX1(int x1)
setX1
protected final void setX1(Handle obj,
int x1)
setX2
public void setX2(int x1)
setX2
protected final void setX2(Handle obj,
int x2)
setY1
public void setY1(int y1)
setY1
protected final void setY1(Handle obj,
int y1)
setY2
public void setY2(int y1)
setY2
protected final void setY2(Handle obj,
int y2)