|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme.scene.state.StateRecord
public abstract class StateRecord
Field Summary | |
---|---|
protected boolean |
valid
|
Constructor Summary | |
---|---|
StateRecord()
|
Method Summary | |
---|---|
void |
invalidate()
Invalidate this record - iow, we don't trust this record's information about the opengl state machine. |
boolean |
isValid()
|
void |
validate()
Validate this record - iow, we trust this record's information about the opengl state machine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean valid
Constructor Detail |
---|
public StateRecord()
Method Detail |
---|
public boolean isValid()
public void invalidate()
public void validate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |