Package com.kitfox.svg.pathcmd
Class CubicSmooth
- java.lang.Object
-
- com.kitfox.svg.pathcmd.PathCommand
-
- com.kitfox.svg.pathcmd.CubicSmooth
-
public class CubicSmooth extends PathCommand
-
-
Field Summary
Fields Modifier and Type Field Description floatk2xfloatk2yfloatxfloaty-
Fields inherited from class com.kitfox.svg.pathcmd.PathCommand
isRelative
-
-
Constructor Summary
Constructors Constructor Description CubicSmooth()Creates a new instance of MoveToCubicSmooth(boolean isRelative, float k2x, float k2y, float x, float y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendPath(java.awt.geom.GeneralPath path, BuildHistory hist)intgetNumKnotsAdded()java.lang.StringtoString()
-
-
-
Method Detail
-
appendPath
public void appendPath(java.awt.geom.GeneralPath path, BuildHistory hist)- Specified by:
appendPathin classPathCommand
-
getNumKnotsAdded
public int getNumKnotsAdded()
- Specified by:
getNumKnotsAddedin classPathCommand
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-