Uses of Class
org.eclipse.draw2d.geometry.PrecisionRectangle
Packages that use PrecisionRectangle
Package
Description
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
-
Uses of PrecisionRectangle in org.eclipse.draw2d.geometry
Methods in org.eclipse.draw2d.geometry that return PrecisionRectangleModifier and TypeMethodDescriptionPrecisionRectangle.getPreciseCopy()
Returns a precise copy of this.PrecisionRectangle.setPreciseBounds
(double x, double y, double width, double height) Sets the preciseX, preciseY, preciseWidth, and preciseHeight values of this PrecisionRectangle to the provided values and updates the integer values of x, y, width, and height accordingly.PrecisionRectangle.setPreciseHeight
(double value) Sets the height of this PrecisionRectangle to the specified value.PrecisionRectangle.setPreciseLocation
(double x, double y) Sets the preciseX and preciseY values of this PrecisionRectangle to the provided values and updates the integer values of x and y accordingly.PrecisionRectangle.setPreciseLocation
(PrecisionPoint loc) Sets the precise location of this PrecisionRectanglePrecisionRectangle.setPreciseSize
(double w, double h) Sets the preciseWidth and preciseHeight values of this PrecisionRectangle to the provided values and updates the integer values of width and height accordingly.PrecisionRectangle.setPreciseSize
(PrecisionDimension size) Set the size of this PrecisionRectangle to the given dimension's width and height.PrecisionRectangle.setPreciseWidth
(double value) Sets the width of this PrecisionRectangle to the specified one.PrecisionRectangle.setPreciseX
(double value) Sets the x value.PrecisionRectangle.setPreciseY
(double value) Sets the y value.PrecisionRectangle.union
(PrecisionRectangle rect) Deprecated.Methods in org.eclipse.draw2d.geometry with parameters of type PrecisionRectangleModifier and TypeMethodDescriptionPrecisionRectangle.union
(PrecisionRectangle rect) Deprecated.Useunion(Rectangle)
instead
union(Rectangle)
instead