j3d.examples.appearance.ideas
Class PointComponent

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

public class PointComponent
extends AppearanceComponent


Constructor Summary
PointComponent(javax.media.j3d.Appearance app)
           
 
Method Summary
 void on1()
           
 void on10()
           
 void on5()
           
 void onOff()
           
 void onOn()
           
 
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

PointComponent

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

onOn

public void onOn()

onOff

public void onOff()

on1

public void on1()

on5

public void on5()

on10

public void on10()