Class ULine

    • Constructor Detail

      • ULine

        public ULine​(java.awt.geom.Point2D p1,
                     java.awt.geom.Point2D p2)
      • ULine

        public ULine​(double dx,
                     double dy)
    • Method Detail

      • hline

        public static ULine hline​(double dx)
      • vline

        public static ULine vline​(double dy)
      • toString

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

        public double getDX()
      • getDY

        public double getDY()
      • getLength

        public double getLength()
      • setDeltaShadow

        public void setDeltaShadow​(double deltaShadow)
        Specified by:
        setDeltaShadow in interface Shadowable