|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The CompositeTableState interface defines a memento of the
current state of a CompositeGroup. An instance of such an object
can be obtained from and applied to a CompositeGroup.
Notice:The CompositeTableState keeps only the states
of elementary information about a CompositeGroup so that
information about the current geometry, style, children and such is not
remembered by an instance of this interface and hence not reapplied.
| Method Summary | |
java.util.Map |
getChildStateMap()
|
double[] |
getCoordinateSystemValues()
|
CompositeState |
getFoldedRepresentationState()
|
int |
getFoldState()
Returns a constant that defines the fold-state of the CompositeGroup at the time the
CompositeTableState was created. |
CompositeState |
getFoldStateButtonState()
|
Size |
getFoldStateSize()
Returns the size for a certain fold-state of the CompositeGroup at the time the
CompositeTableState was created. |
boolean |
isFoldable()
Returns a boolean that indicates whether the
CompositeGroup was foldable at the time the
CompositeTableState was created. |
| Methods inherited from interface com.tensegrity.composite.CompositeState |
getEventMask, getLocation, getMinimumSize, getPrimitiveStateMap, getSize |
| Method Detail |
public double[] getCoordinateSystemValues()
public boolean isFoldable()
boolean that indicates whether the
CompositeGroup was foldable at the time the
CompositeTableState was created.
CompositeGroup is foldablepublic int getFoldState()
CompositeGroup at the time the
CompositeTableState was created.
CompositeGrouppublic Size getFoldStateSize()
CompositeGroup at the time the
CompositeTableState was created.
CompositeGroup for a certain
fold-statepublic CompositeState getFoldStateButtonState()
public CompositeState getFoldedRepresentationState()
public java.util.Map getChildStateMap()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||