j3d.examples.appearance.ideas
Class PolygonComponent

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

public class PolygonComponent
extends AppearanceComponent


Constructor Summary
PolygonComponent(javax.media.j3d.Appearance app)
           
 
Method Summary
 void on0()
           
 void on10()
           
 void on200()
           
 void on50()
           
 void onBack()
           
 void onFill()
           
 void onFlip_OFF()
           
 void onFlip_ON()
           
 void onFront()
           
 void onLine()
           
 void onNone()
           
 void onPoint()
           
 
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

PolygonComponent

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

onBack

public void onBack()

onFront

public void onFront()

onNone

public void onNone()

onFill

public void onFill()

onLine

public void onLine()

onPoint

public void onPoint()

onFlip_ON

public void onFlip_ON()

onFlip_OFF

public void onFlip_OFF()

on0

public void on0()

on10

public void on10()

on50

public void on50()

on200

public void on200()