public interface ValuedRangeModel
extends javax.swing.BoundedRangeModel
BoundedRangeModel
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getHighValue()
Get the value at the high point of the range span.
|
java.lang.Object |
getLowValue()
Get the value at the low point of the range span.
|
java.lang.Object |
getMaxValue()
Get the maximum value backing the range model.
|
java.lang.Object |
getMinValue()
Get the minimum value backing the range model.
|
java.lang.Object getMinValue()
java.lang.Object getMaxValue()
java.lang.Object getLowValue()
java.lang.Object getHighValue()
Copyright ? 2013 Regents of the University of California