Class Vertical
java.lang.Object
com.github.weisj.jsvg.geometry.path.PathCommand
com.github.weisj.jsvg.geometry.path.Vertical
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendPath(@NotNull Path2D path, @NotNull BuildHistory hist) toString()Methods inherited from class PathCommand
isRelative, lastKnotReflectionCubic, lastKnotReflectionQuadratic, nodeCount, offset
-
Field Details
-
y
private final float y
-
-
Constructor Details
-
Vertical
public Vertical(boolean isRelative, float y)
-
-
Method Details
-
appendPath
- Specified by:
appendPathin classPathCommand
-
toString
-