Class MoveTo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float x  
      private float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveTo​(boolean isRelative, float x, float y)  
    • Field Detail

      • x

        private final float x
      • y

        private final float y
    • Constructor Detail

      • MoveTo

        public MoveTo​(boolean isRelative,
                      float x,
                      float y)
    • Method Detail

      • appendPath

        public void appendPath​(@NotNull
                               @NotNull java.awt.geom.Path2D path,
                               @NotNull
                               @NotNull BuildHistory hist)
        Specified by:
        appendPath in class PathCommand
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object