Package | Description |
---|---|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,OffsetsList> |
RigidShape.offsets |
Modifier and Type | Method and Description |
---|---|
OffsetsList |
RestorableSupport.getStateObjectAsOffsets(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a OffsetsList.
|
OffsetsList |
RestorableSupport.getStateValueAsOffsets(RestorableSupport.StateObject context,
String name) |
OffsetsList |
RestorableSupport.getStateValueAsOffsets(String name) |
Modifier and Type | Method and Description |
---|---|
HashMap<Integer,OffsetsList> |
RestorableSupport.getStateObjectAsOffsetsList(RestorableSupport.StateObject stateObject)
Returns the value of the StateObject as a HashMap of
|
HashMap<Integer,OffsetsList> |
RestorableSupport.getStateValueAsOffsetsList(RestorableSupport.StateObject context,
String name) |
HashMap<Integer,OffsetsList> |
RestorableSupport.getStateValueAsOffsetsList(String name) |
Modifier and Type | Method and Description |
---|---|
void |
RestorableSupport.addStateValueAsOffsets(RestorableSupport.StateObject context,
String name,
OffsetsList offsets) |
void |
RestorableSupport.addStateValueAsOffsets(String name,
OffsetsList offsets) |
Modifier and Type | Method and Description |
---|---|
void |
RestorableSupport.addStateValueAsOffsetsList(RestorableSupport.StateObject context,
String name,
Map<Integer,OffsetsList> offsets) |