public class WmfRoundRect extends WmfRectangle
The rectangle object.
| Constructor and Description |
|---|
WmfRoundRect() |
| Modifier and Type | Method and Description |
|---|---|
short |
getHeight()
Gets or sets the height.
|
short |
getWidth()
Gets or sets the width.
|
void |
setHeight(short value)
Gets or sets the height.
|
void |
setWidth(short value)
Gets or sets the width.
|
getRectangle, setRectanglepublic short getHeight()
Gets or sets the height.
Value: The height, in logical coordinates, of the ellipse used to draw the rounded corners.public void setHeight(short value)
Gets or sets the height.
Value: The height, in logical coordinates, of the ellipse used to draw the rounded corners.public short getWidth()
Gets or sets the width.
Value: The width, in logical coordinates, of the ellipse used to draw the rounded corners.public void setWidth(short value)
Gets or sets the width.
Value: The width, in logical coordinates, of the ellipse used to draw the rounded corners.