Class FocalPoint


  • public final class FocalPoint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FocalPoint​(double x, double y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      double xOffset()  
      double yOffset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • FocalPoint

        public FocalPoint​(double x,
                          double y)
    • Method Detail

      • xOffset

        public double xOffset()
      • yOffset

        public double yOffset()
      • toString

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