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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPathCurveTo
public StiPathCurveTo(Double ax,
Double ay,
Double x,
Double y)
- Constructor
- Parameters:
ax - ay - x - y -
StiPathCurveTo
public StiPathCurveTo(Double ax,
Double ay,
Double x,
Double y,
Double bx,
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 Double getAx()
- Returns:
- the ax
setAx
public void setAx(Double ax)
- Parameters:
ax - the ax to set
getAy
public Double getAy()
- Returns:
- the ay
setAy
public void setAy(Double ay)
- Parameters:
ay - the ay to set
getBx
public Double getBx()
- Returns:
- the bx
setBx
public void setBx(Double bx)
- Parameters:
bx - the bx to set
getBy
public Double getBy()
- Returns:
- the by
setBy
public void setBy(Double by)
- Parameters:
by - the by to set
getCubic
public Boolean getCubic()
- Returns:
- the cubic
setCubic
public void setCubic(Boolean cubic)
- Parameters:
cubic - the cubic to set
Copyright © 2017 Stimulsoft. All Rights Reserved.