Class PathCommand
java.lang.Object
com.github.weisj.jsvg.geometry.path.PathCommand
- Direct Known Subclasses:
Terminal
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPathCommand(boolean isRelative, int nodeCount)protectedPathCommand(int nodeCount) -
Method Summary
Modifier and TypeMethodDescriptionabstract voidappendPath(@NotNull Path2D path, @NotNull BuildHistory hist)booleanprotected Point2D.FloatlastKnotReflection(@NotNull BuildHistory hist)intprotected Point2D.Floatoffset(@NotNull BuildHistory hist)
-
Constructor Details
-
PathCommand
protected PathCommand(int nodeCount) -
PathCommand
protected PathCommand(boolean isRelative, int nodeCount)
-
-
Method Details
-
offset
-
lastKnotReflection
-
isRelative
public boolean isRelative() -
appendPath
public abstract void appendPath(@NotNull @NotNull Path2D path, @NotNull @NotNull BuildHistory hist) -
nodeCount
public int nodeCount()
-