public abstract class BoundedRangeModel extends Object
| Constructor and Description | 
|---|
| BoundedRangeModel() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract long | getMaximum()Gets the maximum value for this model. | 
| abstract long | getValue()Gets the current value for this model. | 
public abstract long getMaximum()
public abstract long getValue()
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.