|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathLine
public class StiPathLine
Copyright Stimulsoft
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand |
|---|
KAPPA |
| Constructor Summary | |
|---|---|
StiPathLine(double x,
double y,
double x2,
double y2)
|
|
| Method Summary | |
|---|---|
StiPathCommandEnum |
getCommand()
Return operation |
double |
getX2()
|
double |
getY2()
|
void |
setX2(double x2)
|
void |
setY2(double y2)
|
| Methods inherited from class com.stimulsoft.base.drawing.path.StiPathCommand |
|---|
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setY |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiPathLine(double x,
double y,
double x2,
double y2)
x - y - | Method Detail |
|---|
public StiPathCommandEnum getCommand()
StiPathCommand
getCommand 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 set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||