|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kitfox.svg.pathcmd.PathCommand
com.kitfox.svg.pathcmd.QuadraticSmooth
public class QuadraticSmooth
Field Summary | |
---|---|
float |
x
|
float |
y
|
Fields inherited from class com.kitfox.svg.pathcmd.PathCommand |
---|
isRelative |
Constructor Summary | |
---|---|
QuadraticSmooth()
Creates a new instance of MoveTo |
|
QuadraticSmooth(boolean isRelative,
float x,
float y)
|
Method Summary | |
---|---|
void |
appendPath(java.awt.geom.GeneralPath path,
BuildHistory hist)
|
int |
getNumKnotsAdded()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float x
public float y
Constructor Detail |
---|
public QuadraticSmooth()
public QuadraticSmooth(boolean isRelative, float x, float y)
Method Detail |
---|
public void appendPath(java.awt.geom.GeneralPath path, BuildHistory hist)
appendPath
in class PathCommand
public int getNumKnotsAdded()
getNumKnotsAdded
in class PathCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |