public class StiPathRectangle extends StiPathCommand
KAPPA| Constructor and Description |
|---|
StiPathRectangle(double x,
double y,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
StiPathCommandEnum |
getCommand()
Return operation
|
double |
getHeight() |
double |
getWidth() |
void |
setHeight(double height) |
void |
setWidth(double width) |
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setYpublic StiPathRectangle(double x,
double y,
double width,
double height)
public StiPathCommandEnum getCommand()
StiPathCommandgetCommand in class StiPathCommandStiPathCommandpublic double getWidth()
public void setWidth(double width)
width - the width to setpublic double getHeight()
public void setHeight(double height)
height - the height to setCopyright © 2020 Stimulsoft. All Rights Reserved.