Class PathCommand

    • Field Detail

      • isRelative

        private final boolean isRelative
      • nodeCount

        private final int nodeCount
    • Constructor Detail

      • PathCommand

        protected PathCommand​(int nodeCount)
      • PathCommand

        protected PathCommand​(boolean isRelative,
                              int nodeCount)
    • Method Detail

      • offset

        protected java.awt.geom.Point2D.Float offset​(@NotNull
                                                     @NotNull BuildHistory hist)
      • lastKnotReflection

        protected java.awt.geom.Point2D.Float lastKnotReflection​(@NotNull
                                                                 @NotNull BuildHistory hist)
      • isRelative

        public boolean isRelative()
      • appendPath

        public abstract void appendPath​(@NotNull
                                        @NotNull java.awt.geom.Path2D path,
                                        @NotNull
                                        @NotNull BuildHistory hist)
      • nodeCount

        public int nodeCount()