com.stimulsoft.base.drawing.path
Class StiPathMoveTo

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

public class StiPathMoveTo
extends StiPathCommand

Sti path command - MoveTo Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
KAPPA
 
Constructor Summary
StiPathMoveTo(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

StiPathMoveTo

public StiPathMoveTo(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