Package | Description |
---|---|
org.eclipse.draw2d.geometry |
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
PrecisionRectangle |
PrecisionRectangle.union(PrecisionRectangle rect)
Deprecated.
Use
union(Rectangle) instead |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.