com.stimulsoft.base.drawing.path
Class StiPathLine
java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathLine
public class StiPathLine
- extends StiPathCommand
Copyright Stimulsoft
Constructor Summary |
StiPathLine(double x,
double y,
double x2,
double y2)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPathLine
public StiPathLine(double x,
double y,
double x2,
double y2)
- Parameters:
x
- y
-
getCommand
public StiPathCommandEnum getCommand()
- Description copied from class:
StiPathCommand
- Return operation
- Overrides:
getCommand
in class StiPathCommand
- Returns:
StiPathCommand
getX2
public double getX2()
- Returns:
- the x2
setX2
public void setX2(double x2)
- Parameters:
x2
- the x2 to set
getY2
public double getY2()
- Returns:
- the y2
setY2
public void setY2(double y2)
- Parameters:
y2
- the y2 to set