public class StiPathLine extends StiPathCommand
KAPPA| Constructor and Description |
|---|
StiPathLine(double x,
double y,
double x2,
double y2) |
| Modifier and Type | Method and Description |
|---|---|
StiPathCommandEnum |
getCommand()
Return operation
|
double |
getX2() |
double |
getY2() |
void |
setX2(double x2) |
void |
setY2(double y2) |
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setYpublic StiPathLine(double x,
double y,
double x2,
double y2)
x - y - public StiPathCommandEnum getCommand()
StiPathCommandgetCommand in class StiPathCommandStiPathCommandpublic double getX2()
public void setX2(double x2)
x2 - the x2 to setpublic double getY2()
public void setY2(double y2)
y2 - the y2 to setCopyright © 2020 Stimulsoft. All Rights Reserved.