Uses of Class
jjil.core.Point

Packages that use Point
jjil.core   
 

Uses of Point in jjil.core
 

Methods in jjil.core with parameters of type Point
 void Rect.add(Point p)
          Add a new point to the Rect, extending it if necessary.
 

Constructors in jjil.core with parameters of type Point
Rect(Point p)
          Create a new Rect (0 width and height) from a single point.
Rect(Point p1, Point p2)
          Create a new Rect specifying two corners.