|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompositeState | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| Uses of CompositeState in com.tensegrity.composite |
| Subinterfaces of CompositeState in com.tensegrity.composite | |
interface |
CompositeGroupState
The CompositeGroupState interface defines a memento of the
current state of a CompositeGroup. |
interface |
CompositeTableState
The CompositeTableState interface defines a memento of the
current state of a CompositeGroup. |
| Methods in com.tensegrity.composite that return CompositeState | |
CompositeState |
CompositeTableState.getFoldStateButtonState()
|
CompositeState |
CompositeTableState.getFoldedRepresentationState()
|
CompositeState |
Composite.getState()
Returns a CompositeState instance that can be used to reset
the state of the Composite to the state that is stored into
the CompositeState. |
CompositeState |
CompositeGroupState.getFoldStateButtonState()
|
CompositeState |
CompositeGroupState.getFoldedRepresentationState()
|
| Methods in com.tensegrity.composite with parameters of type CompositeState | |
void |
Composite.applyState(CompositeState state)
Applies the CompositeState given by state to
the Composite. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||