public class StiPathArc extends StiPathCommand
KAPPA| Constructor and Description |
|---|
StiPathArc(double x,
double y,
double width,
double height,
double start,
double extent) |
StiPathArc(StiRectangle rect,
double start,
double extent) |
| Modifier and Type | Method and Description |
|---|---|
StiPathCommandEnum |
getCommand()
Return operation
|
double |
getExtent() |
double |
getHeight() |
double |
getStart() |
double |
getWidth() |
void |
setExtent(double extent) |
void |
setHeight(double height) |
void |
setStart(double start) |
void |
setWidth(double width) |
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setYpublic StiPathArc(double x,
double y,
double width,
double height,
double start,
double extent)
public StiPathArc(StiRectangle rect, double start, double extent)
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 setpublic double getStart()
public void setStart(double start)
start - the start to setpublic double getExtent()
public void setExtent(double extent)
extent - the extent to setCopyright © 2020 Stimulsoft. All Rights Reserved.