Package com.stimulsoft.base.drawing.path
Class StiPathRectangle
java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathRectangle
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
KAPPA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setY
-
Constructor Details
-
StiPathRectangle
public StiPathRectangle(double x, double y, double width, double height)
-
-
Method Details
-
getCommand
Description copied from class:StiPathCommandReturn operation- Overrides:
getCommandin classStiPathCommand- 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
-