Uses of Class
org.eclipse.draw2d.geometry.PrecisionPoint
Packages that use PrecisionPoint
Package
Description
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
- 
Uses of PrecisionPoint in org.eclipse.draw2d.geometryMethods in org.eclipse.draw2d.geometry that return PrecisionPointModifier and TypeMethodDescriptionPrecisionPoint.getPreciseCopy()Returns a precise copy of this.PrecisionPoint.setPreciseLocation(double x, double y) Sets the precise location of this PrecisionPoint to the given x and y values.PrecisionPoint.setPreciseLocation(PrecisionPoint p) Sets the precise location of this PrecisionPoint to the x and y values of the given one.PrecisionPoint.setPreciseX(double x) Sets the precise x value of this PrecisionPoint to the given value.PrecisionPoint.setPreciseY(double y) Sets the precise y value of this PrecisionPoint to the given value.Vector.toPoint()Returns a point representation of this Vector.Methods in org.eclipse.draw2d.geometry with parameters of type PrecisionPointModifier and TypeMethodDescriptionPrecisionPoint.setPreciseLocation(PrecisionPoint p) Sets the precise location of this PrecisionPoint to the x and y values of the given one.PrecisionRectangle.setPreciseLocation(PrecisionPoint loc) Sets the precise location of this PrecisionRectangleConstructors in org.eclipse.draw2d.geometry with parameters of type PrecisionPointModifierConstructorDescriptionStraight(PrecisionPoint point1, PrecisionPoint point2) Constructs a new Straight between the two given Points.Constructs a Vector pointed in the direction specified by a PrecisionPoint.Vector(PrecisionPoint start, PrecisionPoint end) Constructs a Vector representing the direction and magnitude between to provided PrecisionPoint.