Eclipse Draw2d
3.3

Uses of Class
org.eclipse.draw2d.geometry.PrecisionPoint

Packages that use PrecisionPoint
org.eclipse.draw2d.geometry Types representing or manipulating geometric values, such as Points, Dimensions, etc. 
 

Uses of PrecisionPoint in org.eclipse.draw2d.geometry
 

Methods in org.eclipse.draw2d.geometry that return PrecisionPoint
 PrecisionPoint Vector.toPoint()
          Returns a point representation of this Vector.
 

Constructors in org.eclipse.draw2d.geometry with parameters of type PrecisionPoint
Straight(PrecisionPoint point1, PrecisionPoint point2)
          Constructs a new Straight between the two given Points.
Vector(PrecisionPoint p)
          Constructs a Vector pointed in the direction specified by a Point.
Vector(PrecisionPoint start, PrecisionPoint end)
          Constructs a Vector representing the direction and magnitude between to provided Points.
 


Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.