Uses of Class
javax.media.j3d.TextureUnitState

Uses of TextureUnitState in javax.media.j3d
 

Methods in javax.media.j3d that return TextureUnitState
 TextureUnitState[] Appearance.getTextureUnitState()
          Retrieves the array of texture unit state objects from this Appearance object.
 TextureUnitState Appearance.getTextureUnitState(int index)
          Retrieves the texture unit state object at the specified index within the texture unit state array.
 

Methods in javax.media.j3d with parameters of type TextureUnitState
 void Appearance.setTextureUnitState(int index, TextureUnitState state)
          Sets the texture unit state object at the specified index within the texture unit state array to the specified object.
 void Appearance.setTextureUnitState(TextureUnitState[] stateArray)
          Sets the texture unit state array for this appearance object to the specified array.