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 SummaryModifier and TypeMethodDescriptionfloatReturns a value within an unoccupied regionintReturns the total number of non-overlapping ranges
- 
Method Details- 
getRangeCountpublic int getRangeCount()Returns the total number of non-overlapping ranges
- 
getFreeValuepublic float getFreeValue()Returns a value within an unoccupied region
 
-