|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrecisionRectangle | |
---|---|
org.eclipse.draw2d.geometry | 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 PrecisionRectangle | |
---|---|
PrecisionRectangle |
PrecisionRectangle.getPreciseCopy()
Returns a precise copy of this. |
PrecisionRectangle |
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 |
PrecisionRectangle.setPreciseHeight(double value)
Sets the height of this PrecisionRectangle to the specified value. |
PrecisionRectangle |
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 |
PrecisionRectangle.setPreciseLocation(PrecisionPoint loc)
Sets the precise location of this PrecisionRectangle |
PrecisionRectangle |
PrecisionRectangle.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 |
PrecisionRectangle.setPreciseSize(PrecisionDimension size)
Set the size of this PrecisionRectangle to the given dimension's width and height. |
PrecisionRectangle |
PrecisionRectangle.setPreciseWidth(double value)
Sets the width of this PrecisionRectangle to the specified one. |
PrecisionRectangle |
PrecisionRectangle.setPreciseX(double value)
Sets the x value. |
PrecisionRectangle |
PrecisionRectangle.setPreciseY(double value)
Sets the y value. |
PrecisionRectangle |
PrecisionRectangle.union(PrecisionRectangle rect)
Deprecated. Use union(Rectangle) instead |
Methods in org.eclipse.draw2d.geometry with parameters of type PrecisionRectangle | |
---|---|
PrecisionRectangle |
PrecisionRectangle.union(PrecisionRectangle rect)
Deprecated. Use union(Rectangle) instead |
|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |