- java.lang.Object
-
- com.github.weisj.jsvg.geometry.path.PathCommand
-
- com.github.weisj.jsvg.geometry.path.Vertical
-
final class Vertical extends PathCommand
-
-
Field Summary
Fields Modifier and Type Field Description private floaty
-
Constructor Summary
Constructors Constructor Description Vertical(boolean isRelative, float y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendPath(@NotNull java.awt.geom.Path2D path, @NotNull BuildHistory hist)java.lang.StringtoString()-
Methods inherited from class com.github.weisj.jsvg.geometry.path.PathCommand
isRelative, lastKnotReflectionCubic, lastKnotReflectionQuadratic, nodeCount, offset
-
-
-
-
Method Detail
-
appendPath
public void appendPath(@NotNull @NotNull java.awt.geom.Path2D path, @NotNull @NotNull BuildHistory hist)- Specified by:
appendPathin classPathCommand
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-