public class QuadraticSmooth extends PathCommand
| Modifier and Type | Field and Description |
|---|---|
float |
x |
float |
y |
isRelative| Constructor and Description |
|---|
QuadraticSmooth()
Creates a new instance of MoveTo
|
QuadraticSmooth(boolean isRelative,
float x,
float y) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPath(java.awt.geom.GeneralPath path,
BuildHistory hist) |
int |
getNumKnotsAdded() |
java.lang.String |
toString() |
public QuadraticSmooth()
public QuadraticSmooth(boolean isRelative,
float x,
float y)
public java.lang.String toString()
toString in class java.lang.Objectpublic void appendPath(java.awt.geom.GeneralPath path,
BuildHistory hist)
appendPath in class PathCommandpublic int getNumKnotsAdded()
getNumKnotsAdded in class PathCommand