Class Horizontal

    • Field Summary

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

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

      • x

        private final float x
    • Constructor Detail

      • Horizontal

        public Horizontal​(boolean isRelative,
                          float x)
    • 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