|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StateTrackable<T extends StateTrackable<T>>
Simple interface that allows the renderer to assign a state id to a node. This is used to speed up caching state changes during rendering.
| Method Summary | |
|---|---|
T |
getCopy()
|
StateNode |
getStateNode()
|
void |
setStateNode(StateNode node)
Used by the render engine to set the state id for the node. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void setStateNode(StateNode node)
node - StateNode getStateNode()
T getCopy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||