| Interface | Description |
|---|---|
| NormalizableRange<T> | |
| PositionMap<Identifier,Position> |
PositionMap is a Map of an Identifier type to a Position type.
|
| Class | Description |
|---|---|
| BooleanRange | |
| DoubleRange |
Specifies a simple NormalizableRange of Numbers defined by a min and max.
|
| IntegerRange |
Specifies a simple NormalizableRange of Numbers defined by a min and max.
|
| NormalizableRange.DefaultRange |
Returns the maximum value of the NormalizableRange.
|
| NormalizedDouble |
NormalizedDouble is a value normalized to the range of [0.0, 1.0]
(0.0 <= val <= 1.0).
|
| PositionMap.HashMap<Id,Pos> |
PositionMap.HashMap<Id, Pos> is a java.util.HashMap<Id, Pos>
|
Copyright © 2011-2014. All Rights Reserved.