Package com.stimulsoft.base.drawing.path
Class StiPathLine
java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathLine
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
-
StiPathLine
public StiPathLine(double x, double y, double x2, double y2) - Parameters:
x-y-
-
-
Method Details
-
getCommand
Description copied from class:StiPathCommandReturn operation- Overrides:
getCommandin classStiPathCommand- 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
-