Class JSplitPaneTool.OrderedRangeList

  • Enclosing class:
    JSplitPaneTool<T extends JSplitPaneShape>

    public static class JSplitPaneTool.OrderedRangeList
    extends java.lang.Object
    This class is a utility class used to creating split panes. It represents a sorted, non-contiguous list of ranges.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getFreeValue()
      Returns a value within an unoccupied region
      int getRangeCount()
      Returns the total number of non-overlapping ranges
      • Methods inherited from class java.lang.Object

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

      • getRangeCount

        public int getRangeCount()
        Returns the total number of non-overlapping ranges
      • getFreeValue

        public float getFreeValue()
        Returns a value within an unoccupied region