Uses of Class
javax.media.j3d.TextureAttributes

Uses of TextureAttributes in javax.media.j3d
 

Methods in javax.media.j3d that return TextureAttributes
 TextureAttributes TextureUnitState.getTextureAttributes()
          Retrieves the current textureAttributes object.
 TextureAttributes Appearance.getTextureAttributes()
          Retrieves the current textureAttributes object.
 

Methods in javax.media.j3d with parameters of type TextureAttributes
 void TextureUnitState.set(Texture texture, TextureAttributes textureAttributes, TexCoordGeneration texCoordGeneration)
          Sets the texture, texture attributes, and texture coordinate generation components in this TextureUnitState object to the specified component objects.
 void TextureUnitState.setTextureAttributes(TextureAttributes textureAttributes)
          Sets the textureAttributes object to the specified object.
 void Appearance.setTextureAttributes(TextureAttributes textureAttributes)
          Sets the textureAttributes object to the specified object.
 

Constructors in javax.media.j3d with parameters of type TextureAttributes
TextureUnitState(Texture texture, TextureAttributes textureAttributes, TexCoordGeneration texCoordGeneration)
          Constructs a TextureUnitState component object using the specified component objects.