org.selman.java3d.book.appearancetest
Class TextureComponent
java.lang.Object
|
+--org.selman.java3d.book.appearancetest.AppearanceComponent
|
+--org.selman.java3d.book.appearancetest.TextureComponent
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class TextureComponent
- extends AppearanceComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, 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)
getCapabilities
protected int[] getCapabilities()
- Specified by:
getCapabilities
in class AppearanceComponent
createComponent
protected javax.media.j3d.NodeComponent createComponent()
- Specified by:
createComponent
in class AppearanceComponent
setAppearanceCapability
protected void setAppearanceCapability()
- Specified by:
setAppearanceCapability
in class AppearanceComponent
assignToAppearance
protected void assignToAppearance()
- Specified by:
assignToAppearance
in class AppearanceComponent
assignNullToAppearance
protected void assignNullToAppearance()
- Specified by:
assignNullToAppearance
in class AppearanceComponent
getName
protected java.lang.String getName()
- Specified by:
getName
in class AppearanceComponent
getMenuItemNames
protected java.lang.String[] getMenuItemNames()
- Specified by:
getMenuItemNames
in class AppearanceComponent
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()
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()