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, quad
protected CubicToLinePathConstructor()
protected CubicToLinePathConstructor(double resolution)
public void cubic(double x1, double y1, double x2, double y2, double x3, double y3) throws IOException
PathConstructor
cubic
in interface PathConstructor
cubic
in class QuadToCubicPathConstructor
IOException
Copyright © 2014. All rights reserved.