Class ResizeEventData


  • public class ResizeEventData
    extends java.lang.Object
    Datastructures to keep resize event.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height  
      int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResizeEventData​(int width, int height)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        public int width
      • height

        public int height
    • Constructor Detail

      • ResizeEventData

        public ResizeEventData​(int width,
                               int height)