Class YDelta

    • Constructor Summary

      Constructors 
      Constructor Description
      YDelta​(double delta)  
      YDelta​(double factor, double delta)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.geom.Point2D.Double apply​(java.awt.geom.Point2D pt)  
      • Methods inherited from class java.lang.Object

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

      • YDelta

        public YDelta​(double delta)
      • YDelta

        public YDelta​(double factor,
                      double delta)
    • Method Detail

      • apply

        public java.awt.geom.Point2D.Double apply​(java.awt.geom.Point2D pt)
        Specified by:
        apply in interface Point2DFunction