|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Boxed
org.gnu.gdk.Segment
Specifies the start and end point for a line.
Field Summary |
Fields inherited from class org.gnu.glib.Boxed |
handle |
Constructor Summary | |
Segment(Handle handle)
|
Method Summary | |
int |
getX1()
|
protected static int |
getX1(Handle obj)
|
int |
getX2()
|
protected static int |
getX2(Handle obj)
|
int |
getY1()
|
protected static int |
getY1(Handle obj)
|
int |
getY2()
|
protected static int |
getY2(Handle obj)
|
protected void |
setX1(Handle obj,
int x1)
|
void |
setX1(int x1)
|
protected void |
setX2(Handle obj,
int x2)
|
void |
setX2(int x1)
|
protected void |
setY1(Handle obj,
int y1)
|
void |
setY1(int y1)
|
protected void |
setY2(Handle obj,
int y2)
|
void |
setY2(int y1)
|
Methods inherited from class org.gnu.glib.Boxed |
equals, getHandle, hashCode, setHandle |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Segment(Handle handle)
Method Detail |
public int getX1()
public void setX1(int x1)
public int getY1()
public void setY1(int y1)
public int getX2()
public void setX2(int x1)
public int getY2()
public void setY2(int y1)
protected static final int getX1(Handle obj)
protected final void setX1(Handle obj, int x1)
protected static final int getY1(Handle obj)
protected final void setY1(Handle obj, int y1)
protected static final int getX2(Handle obj)
protected final void setX2(Handle obj, int x2)
protected static final int getY2(Handle obj)
protected final void setY2(Handle obj, int y2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |