public class StiPathCubicBezier extends StiPathCommand
| Modifier and Type | Field and Description |
|---|---|
double |
ctrlx1
The X coordinate of the first control point of the cubic curve segment.
|
double |
ctrlx2
The X coordinate of the second control point of the cubic curve segment.
|
double |
ctrly1
The Y coordinate of the first control point of the cubic curve segment.
|
double |
ctrly2
The Y coordinate of the second control point of the cubic curve segment.
|
double |
x1 |
double |
x2
The X coordinate of the end point of the cubic curve segment.
|
double |
y1
The Y coordinate of the start point of the cubic curve segment.
|
double |
y2
The Y coordinate of the end point of the cubic curve segment.
|
KAPPA| Constructor and Description |
|---|
StiPathCubicBezier(double x1,
double y1,
double ctrlx1,
double ctrly1,
double ctrlx2,
double ctrly2,
double x2,
double y2) |
| Modifier and Type | Method and Description |
|---|---|
StiPathCommandEnum |
getCommand()
Return operation
|
createCircle, curveTo, getX, getY, lineTo, moveTo, setX, setYpublic double x1
public double y1
public double ctrlx1
public double ctrly1
public double ctrlx2
public double ctrly2
public double x2
public double y2
public StiPathCubicBezier(double x1,
double y1,
double ctrlx1,
double ctrly1,
double ctrlx2,
double ctrly2,
double x2,
double y2)
x - y - x1 - y1 - ctrlx1 - ctrly1 - ctrlx2 - ctrly2 - x2 - y2 - public StiPathCommandEnum getCommand()
StiPathCommandgetCommand in class StiPathCommandStiPathCommandCopyright © 2020 Stimulsoft. All Rights Reserved.