com.stimulsoft.base.drawing.path
Class StiPathLine

java.lang.Object
  extended by com.stimulsoft.base.drawing.path.StiPathCommand
      extended by com.stimulsoft.base.drawing.path.StiPathLine

public class StiPathLine
extends StiPathCommand

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiPathLine

public StiPathLine(double x,
                   double y,
                   double x2,
                   double y2)
Parameters:
x -
y -
Method Detail

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