public class CubicSmooth extends PathCommand
| Modifier and Type | Field and Description |
|---|---|
float |
k2x |
float |
k2y |
float |
x |
float |
y |
isRelative| Constructor and Description |
|---|
CubicSmooth()
Creates a new instance of MoveTo
|
CubicSmooth(boolean isRelative,
float k2x,
float k2y,
float x,
float y) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPath(GeneralPath path,
BuildHistory hist) |
int |
getNumKnotsAdded() |
String |
toString() |
public CubicSmooth()
public CubicSmooth(boolean isRelative,
float k2x,
float k2y,
float x,
float y)
public void appendPath(GeneralPath path, BuildHistory hist)
appendPath in class PathCommandpublic int getNumKnotsAdded()
getNumKnotsAdded in class PathCommandCopyright © 2022. All rights reserved.