com.stimulsoft.base.drawing.path
Class StiPathCurveTo

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

public class StiPathCurveTo
extends StiPathCommand

Sti path command - CurveTo Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
KAPPA
 
Constructor Summary
StiPathCurveTo(java.lang.Double ax, java.lang.Double ay, java.lang.Double x, java.lang.Double y)
          Constructor
StiPathCurveTo(java.lang.Double ax, java.lang.Double ay, java.lang.Double x, java.lang.Double y, java.lang.Double bx, java.lang.Double by)
          Constructor
 
Method Summary
 java.lang.Double getAx()
           
 java.lang.Double getAy()
           
 java.lang.Double getBx()
           
 java.lang.Double getBy()
           
 StiPathCommandEnum getCommand()
          Return operation
 java.lang.Boolean getCubic()
           
 void setAx(java.lang.Double ax)
           
 void setAy(java.lang.Double ay)
           
 void setBx(java.lang.Double bx)
           
 void setBy(java.lang.Double by)
           
 void setCubic(java.lang.Boolean cubic)
           
 
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

StiPathCurveTo

public StiPathCurveTo(java.lang.Double ax,
                      java.lang.Double ay,
                      java.lang.Double x,
                      java.lang.Double y)
Constructor

Parameters:
ax -
ay -
x -
y -

StiPathCurveTo

public StiPathCurveTo(java.lang.Double ax,
                      java.lang.Double ay,
                      java.lang.Double x,
                      java.lang.Double y,
                      java.lang.Double bx,
                      java.lang.Double by)
Constructor

Parameters:
ax -
ay -
x -
y -
bx -
by -
Method Detail

getCommand

public StiPathCommandEnum getCommand()
Return operation

Overrides:
getCommand in class StiPathCommand
Returns:
StiPathCommand

getAx

public java.lang.Double getAx()
Returns:
the ax

setAx

public void setAx(java.lang.Double ax)
Parameters:
ax - the ax to set

getAy

public java.lang.Double getAy()
Returns:
the ay

setAy

public void setAy(java.lang.Double ay)
Parameters:
ay - the ay to set

getBx

public java.lang.Double getBx()
Returns:
the bx

setBx

public void setBx(java.lang.Double bx)
Parameters:
bx - the bx to set

getBy

public java.lang.Double getBy()
Returns:
the by

setBy

public void setBy(java.lang.Double by)
Parameters:
by - the by to set

getCubic

public java.lang.Boolean getCubic()
Returns:
the cubic

setCubic

public void setCubic(java.lang.Boolean cubic)
Parameters:
cubic - the cubic to set