com.stimulsoft.base.drawing.path
Class StiPathCurveTo
java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathCurveTo
public class StiPathCurveTo
- extends StiPathCommand
Sti path command - CurveTo
Copyright Stimulsoft
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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