Package | Description |
---|---|
gov.nasa.worldwind.pick |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Range,PickedObjectFactory> |
PickSupport.pickableObjectRanges
The picked object color code ranges currently registered with this PickSupport, represented as a map of color
code ranges to picked object factories.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<Range,PickedObjectFactory> |
PickSupport.getPickableObjectRanges() |
Modifier and Type | Method and Description |
---|---|
void |
PickSupport.addPickableObjectRange(int colorCode,
int count,
PickedObjectFactory factory)
Associates a collection of picked objects with a range of pick colors.
|