Class Rectangle

java.lang.Object
  extended by Rectangle

public class Rectangle
extends java.lang.Object


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

ig

public Position ig

sd

public Position sd
Constructor Detail

Rectangle

public Rectangle()

Rectangle

public Rectangle(float xmin,
                 float ymin,
                 float xmax,
                 float ymax)

Rectangle

public Rectangle(Position ig,
                 Position sd)

Rectangle

public Rectangle(Rectangle r)
Method Detail

clip

public Segment clip(Segment s)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object