org.gnu.gdk
public class Segment extends MemStruct
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.gdk.Segment.
| Constructor Summary | |
|---|---|
| Segment(int x1, int y1, int x2, int y2) | |
| Segment() | |
| Method Summary | |
|---|---|
| int | getX1() |
| int | getX2() |
| int | getY1() |
| int | getY2() |
| void | setX1(int x1) |
| void | setX2(int x1) |
| void | setY1(int y1) |
| void | setY2(int y1) |