Class PathCommand

java.lang.Object
com.github.weisj.jsvg.geometry.path.PathCommand
Direct Known Subclasses:
Terminal

public abstract class PathCommand extends Object
  • Constructor Details

    • PathCommand

      protected PathCommand(int nodeCount)
    • PathCommand

      protected PathCommand(boolean isRelative, int nodeCount)
  • Method Details

    • offset

      protected Point2D.Float offset(@NotNull @NotNull BuildHistory hist)
    • lastKnotReflection

      protected Point2D.Float lastKnotReflection(@NotNull @NotNull BuildHistory hist)
    • isRelative

      public boolean isRelative()
    • appendPath

      public abstract void appendPath(@NotNull @NotNull Path2D path, @NotNull @NotNull BuildHistory hist)
    • nodeCount

      public int nodeCount()