Class VerticalLine

  • All Implemented Interfaces:
    UDrawable

    public class VerticalLine
    extends java.lang.Object
    implements UDrawable
    • Constructor Summary

      Constructors 
      Constructor Description
      VerticalLine​(double y1, double y2, java.util.Set<java.lang.Double> skip)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawU​(UGraphic ug)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerticalLine

        public VerticalLine​(double y1,
                            double y2,
                            java.util.Set<java.lang.Double> skip)