|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgnu.x11.Segment
public class Segment
Line segment in geometry.
| Field Summary | |
|---|---|
int |
x1
|
int |
x2
|
int |
y1
|
int |
y2
|
| Constructor Summary | |
|---|---|
Segment(int x1,
int y1,
int x2,
int y2)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int x1
public int y1
public int x2
public int y2
| Constructor Detail |
|---|
public Segment(int x1,
int y1,
int x2,
int y2)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||