Uses of Class
javax.media.j3d.TexCoordGeneration

Uses of TexCoordGeneration in javax.media.j3d
 

Methods in javax.media.j3d that return TexCoordGeneration
 TexCoordGeneration TextureUnitState.getTexCoordGeneration()
          Retrieves the current texCoordGeneration object.
 TexCoordGeneration Appearance.getTexCoordGeneration()
          Retrieves the current texCoordGeneration object.
 

Methods in javax.media.j3d with parameters of type TexCoordGeneration
 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.setTexCoordGeneration(TexCoordGeneration texCoordGeneration)
          Sets the texCoordGeneration object to the specified object.
 void Appearance.setTexCoordGeneration(TexCoordGeneration texCoordGeneration)
          Sets the texCoordGeneration object to the specified object.
 

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