|
|||||||||
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.Quadratic
public class Quadratic
Field Summary | |
---|---|
float |
kx
|
float |
ky
|
float |
x
|
float |
y
|
Fields inherited from class com.kitfox.svg.pathcmd.PathCommand |
---|
isRelative |
Constructor Summary | |
---|---|
Quadratic()
Creates a new instance of MoveTo |
|
Quadratic(boolean isRelative,
float kx,
float ky,
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 kx
public float ky
public float x
public float y
Constructor Detail |
---|
public Quadratic()
public Quadratic(boolean isRelative, float kx, float ky, 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 |