j3d.examples.appearance.texture
Class TextureComponent
java.lang.Object
   j3d.examples.appearance.texture.AppearanceComponent
j3d.examples.appearance.texture.AppearanceComponent
       j3d.examples.appearance.texture.TextureComponent
j3d.examples.appearance.texture.TextureComponent
- All Implemented Interfaces: 
- java.awt.event.ActionListener, java.util.EventListener
- public class TextureComponent 
- extends AppearanceComponent
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
m_Component
public static java.awt.Component m_Component
TextureComponent
public TextureComponent(javax.media.j3d.Appearance app)
setComponent
public static void setComponent(java.awt.Component comp)
- 
 
onWhite
public void onWhite()
- 
 
onBlack
public void onBlack()
- 
 
onBlueTransparent
public void onBlueTransparent()
- 
 
onS_CLAMP
public void onS_CLAMP()
- 
 
onS_WRAP
public void onS_WRAP()
- 
 
onT_CLAMP
public void onT_CLAMP()
- 
 
onT_WRAP
public void onT_WRAP()
- 
 
onOn
public void onOn()
- 
 
onOff
public void onOff()
- 
 
onTexture0
public void onTexture0()
- 
 
onTexture1
public void onTexture1()
- 
 
getImage
public java.awt.image.BufferedImage getImage(java.lang.String s)
- 
 
onTexture2
public void onTexture2()
- 
 
onMag_FASTEST
public void onMag_FASTEST()
- 
 
onMag_NICEST
public void onMag_NICEST()
- 
 
onMag_BASE_LEVEL_POINT
public void onMag_BASE_LEVEL_POINT()
- 
 
onMag_BASE_LEVEL_LINEAR
public void onMag_BASE_LEVEL_LINEAR()
- 
 
onMin_FASTEST
public void onMin_FASTEST()
- 
 
onMin_NICEST
public void onMin_NICEST()
- 
 
onMin_BASE_LEVEL_POINT
public void onMin_BASE_LEVEL_POINT()
- 
 
onMin_BASE_LEVEL_LINEAR
public void onMin_BASE_LEVEL_LINEAR()
- 
 
onMin_MULTI_LEVEL_POINT
public void onMin_MULTI_LEVEL_POINT()
- 
 
onMin_MULTI_LEVEL_LINEAR
public void onMin_MULTI_LEVEL_LINEAR()
- 
 
onBASE_LEVEL
public void onBASE_LEVEL()
- 
 
onMULTI_LEVEL_MIPMAP
public void onMULTI_LEVEL_MIPMAP()
-