com.stimulsoft.base.drawing.path
Class StiPathRectangle
java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathRectangle
public class StiPathRectangle
- extends StiPathCommand
Copyright Stimulsoft
Constructor Summary |
StiPathRectangle(double x,
double y,
double width,
double height)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPathRectangle
public StiPathRectangle(double x,
double y,
double width,
double height)
getCommand
public StiPathCommandEnum getCommand()
- Description copied from class:
StiPathCommand
- Return operation
- Overrides:
getCommand
in class StiPathCommand
- Returns:
StiPathCommand
getWidth
public double getWidth()
- Returns:
- the width
setWidth
public void setWidth(double width)
- Parameters:
width
- the width to set
getHeight
public double getHeight()
- Returns:
- the height
setHeight
public void setHeight(double height)
- Parameters:
height
- the height to set