Package com.kitfox.svg.pathcmd
Class LineTo
- java.lang.Object
-
- com.kitfox.svg.pathcmd.PathCommand
-
- com.kitfox.svg.pathcmd.LineTo
-
public class LineTo extends PathCommand
-
-
Field Summary
Fields Modifier and Type Field Description floatxfloaty-
Fields inherited from class com.kitfox.svg.pathcmd.PathCommand
isRelative
-
-
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
-
-