Class Vertical

    • Field Summary

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

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

      • y

        private final float y
    • Constructor Detail

      • Vertical

        public Vertical​(boolean isRelative,
                        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