Class AfterSizeData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class AfterSizeData
    extends java.lang.Object
    implements ActionData
    Represents an action that a user resizes a component and provides the new size of the component.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AfterSizeData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      int getWidth()  
      • Methods inherited from class java.lang.Object

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

      • AfterSizeData

        public AfterSizeData()
    • Method Detail

      • getWidth

        public int getWidth()
        Returns:
        the offsetWidth of the component after sized
      • getHeight

        public int getHeight()
        Returns:
        the offsetHeight of the component after sized