Class DivisionSizeData

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

    public class DivisionSizeData
    extends java.lang.Object
    implements ActionData
    Represents an event that indicates two inner size of ISplitlayout.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getSizes()
      Returns the sizes.
      boolean isVertical()
      Returns whether the size is in vertical.
      • Methods inherited from class java.lang.Object

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

      • DivisionSizeData

        public DivisionSizeData()
    • Method Detail

      • isVertical

        public boolean isVertical()
        Returns whether the size is in vertical.
        Returns:
      • getSizes

        public java.util.List<java.lang.Integer> getSizes()
        Returns the sizes.