org.portico.shared.model
Class Extent.Range
java.lang.Object
org.portico.shared.model.Extent.Range
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Extent
public class Extent.Range
- extends Object
- implements Serializable
A Range is a structure that contains an upper and lower bound for a specific
Dimension
. Multiple instances of these can be contained within a single
Extent
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
lowerBound
public long lowerBound
upperBound
public long upperBound
Extent.Range
public Extent.Range()