Package com.stimulsoft.base.drawing.path
Class StiPathCurveTo
java.lang.Object
com.stimulsoft.base.drawing.path.StiPathCommand
com.stimulsoft.base.drawing.path.StiPathCurveTo
Sti path command - CurveTo
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
KAPPA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stimulsoft.base.drawing.path.StiPathCommand
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setY
-
Constructor Details
-
StiPathCurveTo
Constructor- Parameters:
ax-ay-x-y-
-
StiPathCurveTo
Constructor- Parameters:
ax-ay-x-y-bx-by-
-
-
Method Details
-
getCommand
Return operation- Overrides:
getCommandin classStiPathCommand- Returns:
StiPathCommand
-
getAx
- Returns:
- the ax
-
setAx
- Parameters:
ax- the ax to set
-
getAy
- Returns:
- the ay
-
setAy
- Parameters:
ay- the ay to set
-
getBx
- Returns:
- the bx
-
setBx
- Parameters:
bx- the bx to set
-
getBy
- Returns:
- the by
-
setBy
- Parameters:
by- the by to set
-
getCubic
- Returns:
- the cubic
-
setCubic
- Parameters:
cubic- the cubic to set
-