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