com.stimulsoft.base.drawing.path
Class StiPathLineTo

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

public class StiPathLineTo
extends StiPathCommand

Sti path commant - LineTo Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
KAPPA
 
Constructor Summary
StiPathLineTo(java.lang.Double x, java.lang.Double y)
          Constructor
 
Method Summary
 StiPathCommandEnum getCommand()
          Return operation
 
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

StiPathLineTo

public StiPathLineTo(java.lang.Double x,
                     java.lang.Double y)
Constructor

Parameters:
x -
y -
Method Detail

getCommand

public StiPathCommandEnum getCommand()
Return operation

Overrides:
getCommand in class StiPathCommand
Returns:
StiPathCommand