j3d.examples.appearance.texture
Class TextureAppearanceComponent

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

public class TextureAppearanceComponent
extends AppearanceComponent


Constructor Summary
TextureAppearanceComponent(javax.media.j3d.Appearance app)
           
 
Method Summary
 void onEYE_LINEAR()
           
 void onOBJECT_LINEAR()
           
 void onOff()
           
 void onOn()
           
 void onR_0_0_0_1()
           
 void onR_0_0_1_0()
           
 void onR_0_1_0_5()
           
 void onR_1_0_0_0()
           
 void onS_0_0_0_1()
           
 void onS_0_0_1_0()
           
 void onS_0_1_0_5()
           
 void onS_1_0_0_0()
           
 void onSPHERE_MAP()
           
 void onT_0_0_0_1()
           
 void onT_0_0_1_0()
           
 void onT_0_1_0_5()
           
 void onT_1_0_0_0()
           
 void onTEXTURE_COORDINATE_2()
           
 void onTEXTURE_COORDINATE_3()
           
 
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

TextureAppearanceComponent

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

onOn

public void onOn()

onOff

public void onOff()

onEYE_LINEAR

public void onEYE_LINEAR()

onOBJECT_LINEAR

public void onOBJECT_LINEAR()

onSPHERE_MAP

public void onSPHERE_MAP()

onTEXTURE_COORDINATE_2

public void onTEXTURE_COORDINATE_2()

onTEXTURE_COORDINATE_3

public void onTEXTURE_COORDINATE_3()

onR_1_0_0_0

public void onR_1_0_0_0()

onR_0_1_0_5

public void onR_0_1_0_5()

onR_0_0_1_0

public void onR_0_0_1_0()

onR_0_0_0_1

public void onR_0_0_0_1()

onS_1_0_0_0

public void onS_1_0_0_0()

onS_0_1_0_5

public void onS_0_1_0_5()

onS_0_0_1_0

public void onS_0_0_1_0()

onS_0_0_0_1

public void onS_0_0_0_1()

onT_1_0_0_0

public void onT_1_0_0_0()

onT_0_1_0_5

public void onT_0_1_0_5()

onT_0_0_1_0

public void onT_0_0_1_0()

onT_0_0_0_1

public void onT_0_0_0_1()