Package | Description |
---|---|
org.eclipse.draw2d.geometry |
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
|
Modifier and Type | Method and Description |
---|---|
PrecisionDimension |
PrecisionDimension.getPreciseCopy()
Returns a precise copy of this.
|
PrecisionDimension |
PrecisionDimension.setPreciseHeight(double h)
Sets the height.
|
PrecisionDimension |
PrecisionDimension.setPreciseSize(double w,
double h)
Sets the size of this PrecisionDimension to the given width and height.
|
PrecisionDimension |
PrecisionDimension.setPreciseSize(PrecisionDimension d)
Sets the size of this Dimension to the width and height of the given one.
|
PrecisionDimension |
PrecisionDimension.setPreciseWidth(double w)
Sets the width.
|
Modifier and Type | Method and Description |
---|---|
PrecisionDimension |
PrecisionDimension.setPreciseSize(PrecisionDimension d)
Sets the size of this Dimension to the width and height of the given one.
|
PrecisionRectangle |
PrecisionRectangle.setPreciseSize(PrecisionDimension size)
Set the size of this PrecisionRectangle to the given dimension's width
and height.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.