j3d.examples.appearance.texture
Class TextureAttributesComponent

java.lang.Object
  extended by j3d.examples.appearance.texture.AppearanceComponent
      extended by j3d.examples.appearance.texture.TextureAttributesComponent
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TextureAttributesComponent
extends AppearanceComponent


Constructor Summary
TextureAttributesComponent(javax.media.j3d.Appearance app)
           
 
Method Summary
 void on0_degrees()
           
 void onBLEND()
           
 void onDECAL()
           
 void onFASTEST()
           
 void onMODULATE()
           
 void onNICEST()
           
 void onREPLACE()
           
 void onT_Black_Alpha_0point7()
           
 void onT_Blue_Alpha_1()
           
 void onT_White_Alpha_0point3()
           
 void onX_30_degrees()
           
 void onY_30_degrees()
           
 void onZ_30_degrees()
           
 
Methods inherited from class j3d.examples.appearance.texture.AppearanceComponent
actionPerformed, createMenu, onNon_Null, onNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureAttributesComponent

public TextureAttributesComponent(javax.media.j3d.Appearance app)
Method Detail

onMODULATE

public void onMODULATE()

onDECAL

public void onDECAL()

onBLEND

public void onBLEND()

onREPLACE

public void onREPLACE()

onT_White_Alpha_0point3

public void onT_White_Alpha_0point3()

onT_Black_Alpha_0point7

public void onT_Black_Alpha_0point7()

onT_Blue_Alpha_1

public void onT_Blue_Alpha_1()

on0_degrees

public void on0_degrees()

onX_30_degrees

public void onX_30_degrees()

onY_30_degrees

public void onY_30_degrees()

onZ_30_degrees

public void onZ_30_degrees()

onNICEST

public void onNICEST()

onFASTEST

public void onFASTEST()