|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectRectangle
public class Rectangle
| Field Summary | |
|---|---|
Position |
ig
|
Position |
sd
|
| Constructor Summary | |
|---|---|
Rectangle()
|
|
Rectangle(float xmin,
float ymin,
float xmax,
float ymax)
|
|
Rectangle(Position ig,
Position sd)
|
|
Rectangle(Rectangle r)
|
|
| Method Summary | |
|---|---|
Segment |
clip(Segment s)
|
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 ig
public Position sd
| Constructor Detail |
|---|
public Rectangle()
public Rectangle(float xmin,
float ymin,
float xmax,
float ymax)
public Rectangle(Position ig,
Position sd)
public Rectangle(Rectangle r)
| Method Detail |
|---|
public Segment clip(Segment s)
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 | |||||||