Class FocusLocationEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String className  
      private javafx.geometry.Point2D focus  
      private java.lang.String methodName  
    • Constructor Summary

      Constructors 
      Constructor Description
      FocusLocationEvent​(javafx.geometry.Point2D focus)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • focus

        private javafx.geometry.Point2D focus
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • FocusLocationEvent

        public FocusLocationEvent​(javafx.geometry.Point2D focus)