Uses of Class
org.faceless.graph.Point

Packages that use Point
org.faceless.graph Contains the basic classes for creating a Graph. 
 

Uses of Point in org.faceless.graph
 

Methods in org.faceless.graph that return Point
 Point BoundingBox.center()
          Return the center of the box
 Point Point.moveByClone(org.faceless.graph.Vector v)
           
 

Methods in org.faceless.graph with parameters of type Point
 void BoundingBox.expand(Point p)
          Expand a box to include the specified point
 

Constructors in org.faceless.graph with parameters of type Point
BoundingBox(Point[] p)
           
BoundingBox(Point p1, Point p2)
          Create a new Bounding Box with one corner at p1 and the other at p2
 



Copyright © 2001-2012 Big Faceless Organization