org.selman.java3d.book.appearancetest
Class PointComponent

java.lang.Object
  |
  +--org.selman.java3d.book.appearancetest.AppearanceComponent
        |
        +--org.selman.java3d.book.appearancetest.PointComponent
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class PointComponent
extends AppearanceComponent


Field Summary
 
Fields inherited from class org.selman.java3d.book.appearancetest.AppearanceComponent
m_Appearance, m_NodeComponent
 
Constructor Summary
PointComponent(javax.media.j3d.Appearance app)
           
 
Method Summary
protected  void assignNullToAppearance()
           
protected  void assignToAppearance()
           
protected  javax.media.j3d.NodeComponent createComponent()
           
protected  int[] getCapabilities()
           
protected  java.lang.String[] getMenuItemNames()
           
protected  java.lang.String getName()
           
 void on1()
           
 void on10()
           
 void on5()
           
 void onOff()
           
 void onOn()
           
protected  void setAppearanceCapability()
           
 
Methods inherited from class org.selman.java3d.book.appearancetest.AppearanceComponent
actionPerformed, createMenu, onNon_Null, onNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointComponent

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

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

onOn

public void onOn()

onOff

public void onOff()

on1

public void on1()

on5

public void on5()

on10

public void on10()