com.stimulsoft.base.drawing.path
Class StiPathCurve

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

public class StiPathCurve
extends StiPathCommand

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
KAPPA
 
Constructor Summary
StiPathCurve(StiPoint[] points)
           
 
Method Summary
 StiPathCommandEnum getCommand()
          Return operation
 StiPoint[] getPoints()
           
 void setPoints(StiPoint[] points)
           
 
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

StiPathCurve

public StiPathCurve(StiPoint[] points)
Parameters:
x -
y -
Method Detail

getPoints

public StiPoint[] getPoints()
Returns:
the points

setPoints

public void setPoints(StiPoint[] points)
Parameters:
points - the points to set

getCommand

public StiPathCommandEnum getCommand()
Description copied from class: StiPathCommand
Return operation

Overrides:
getCommand in class StiPathCommand
Returns:
StiPathCommand