Class JSplitPaneTool.OrderedRangeList
java.lang.Object
com.inductiveautomation.rm.swing.tool.JSplitPaneTool.OrderedRangeList
- Enclosing class:
 - JSplitPaneTool<T extends JSplitPaneShape>
 
This class is a utility class used to creating split panes. It represents a sorted, non-contiguous list of
 ranges.
- 
Method Summary
Modifier and TypeMethodDescriptionfloatReturns a value within an unoccupied regionintReturns the total number of non-overlapping ranges 
- 
Method Details
- 
getRangeCount
public int getRangeCount()Returns the total number of non-overlapping ranges - 
getFreeValue
public float getFreeValue()Returns a value within an unoccupied region 
 -