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