|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectSegment
public class Segment
| Field Summary | |
|---|---|
Position |
pf
|
Position |
pi
|
| Constructor Summary | |
|---|---|
Segment()
|
|
Segment(float xi,
float yi,
float xf,
float yf)
|
|
Segment(Position pi,
Position pf)
|
|
Segment(Segment s)
|
|
| Method Summary | |
|---|---|
float |
abscisse(float y)
|
float |
ordonnee(float x)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Position pi
public Position pf
| Constructor Detail |
|---|
public Segment()
public Segment(float xi,
float yi,
float xf,
float yf)
public Segment(Position pi,
Position pf)
public Segment(Segment s)
| Method Detail |
|---|
public float abscisse(float y)
public float ordonnee(float x)
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 | |||||||