public abstract class CubicToLinePathConstructor extends QuadToCubicPathConstructor
currentX, currentY| Modifier | Constructor and Description |
|---|---|
protected |
CubicToLinePathConstructor() |
protected |
CubicToLinePathConstructor(double resolution) |
| Modifier and Type | Method and Description |
|---|---|
void |
cubic(double x1,
double y1,
double x2,
double y2,
double x3,
double y3)
Draws a cubic bezier curve from the current point to (x3, y3) using the
control points (x1, y1) and (x2, y2) and make (x3, y3) the current point.
|
closePath, line, move, quadprotected CubicToLinePathConstructor()
protected CubicToLinePathConstructor(double resolution)
public void cubic(double x1,
double y1,
double x2,
double y2,
double x3,
double y3)
throws IOException
PathConstructorcubic in interface PathConstructorcubic in class QuadToCubicPathConstructorIOExceptionCopyright © 2014. All rights reserved.