| java.lang.Object javax.media.j3d.IndexedObject javax.media.j3d.SceneGraphObjectRetained javax.media.j3d.NodeComponentRetained javax.media.j3d.TextureUnitStateRetained
Method Summary | |
synchronized void | addAMirrorUser(Shape3DRetained shape) | void | clearLive(int refCount) | protected Object | clone() | void | compile(CompileState compState) | synchronized void | copyMirrorUsers(NodeComponentRetained node) | synchronized void | createMirrorObject() | boolean | equals(TextureUnitStateRetained ts) | boolean | equivalent(TextureUnitStateRetained tr) | boolean | getInImmCtx() | TexCoordGeneration | getTexCoordGeneration() | Texture | getTexture() | TextureAttributes | getTextureAttributes() | void | handleFrequencyChange(int bit) | synchronized void | initMirrorObject() | final void | initTexCoordGeneration(TexCoordGeneration texGen) | final void | initTexture(Texture texture) | final void | initTextureAttributes(TextureAttributes texAttrs) | final void | initTextureUnitState(Texture texture, TextureAttributes texAttrs, TexCoordGeneration texGen) | boolean | isLive() | boolean | isStatic() | boolean | isTextureEnabled() | synchronized void | removeAMirrorUser(Shape3DRetained shape) | synchronized void | removeMirrorUsers(NodeComponentRetained node) | final void | sendMessage(int attrMask, Object attr) | protected void | set(TextureUnitStateRetained tr) | protected void | set(TextureRetained texture, TextureAttributesRetained texAttrs, TexCoordGenerationRetained texGen) | void | setInImmCtx(boolean flag) | void | setLive(boolean backgroundGroup, int refCount) | final void | setTexCoordGeneration(TexCoordGeneration texGen) | final void | setTexture(Texture texture) | final void | setTextureAttributes(TextureAttributes texAttrs) | final void | setTextureUnitState(Texture texture, TextureAttributes texAttrs, TexCoordGeneration texGen) | final void | setTextureUnitStateComponent(NodeComponent comp, NodeComponentRetained thisComp, int messageOp) | synchronized void | updateMirrorObject(int component, Object value) | void | updateNative(int unitIndex, Canvas3D cv, boolean reload, boolean simulate) |
ALL_STATE_CHANGED | final static int ALL_STATE_CHANGED(Code) | | |
TEXCOORD_GEN_CHANGED | final static int TEXCOORD_GEN_CHANGED(Code) | | |
TEXTURE_ATTRS_CHANGED | final static int TEXTURE_ATTRS_CHANGED(Code) | | |
TEXTURE_CHANGED | final static int TEXTURE_CHANGED(Code) | | |
clearLive | void clearLive(int refCount)(Code) | | |
createMirrorObject | synchronized void createMirrorObject()(Code) | | Creates and initializes a mirror object, point the mirror object
to the retained object if the object is not editable
|
getInImmCtx | boolean getInImmCtx()(Code) | | |
handleFrequencyChange | void handleFrequencyChange(int bit)(Code) | | |
initMirrorObject | synchronized void initMirrorObject()(Code) | | |
isStatic | boolean isStatic()(Code) | | |
isTextureEnabled | boolean isTextureEnabled()(Code) | | |
sendMessage | final void sendMessage(int attrMask, Object attr)(Code) | | |
setInImmCtx | void setInImmCtx(boolean flag)(Code) | | |
setLive | void setLive(boolean backgroundGroup, int refCount)(Code) | | |
setTextureUnitStateComponent | final void setTextureUnitStateComponent(NodeComponent comp, NodeComponentRetained thisComp, int messageOp)(Code) | | An abstract method to validate the texture unit state component
|
updateMirrorObject | synchronized void updateMirrorObject(int component, Object value)(Code) | | Update the "component" field of the mirror object with the
given "value"
|
updateNative | void updateNative(int unitIndex, Canvas3D cv, boolean reload, boolean simulate)(Code) | | |
Fields inherited from javax.media.j3d.IndexedObject | int[][] listIdx(Code)(Java Doc)
|
|
|