harmonic.mz.gui
Class ModelViewport.SettingsListener

java.lang.Object
  |
  +--harmonic.mz.gui.ModelViewport.SettingsListener
Enclosing class:
ModelViewport

public class ModelViewport.SettingsListener
extends java.lang.Object


Constructor Summary
ModelViewport.SettingsListener()
           
 
Method Summary
 void onAttribute(NodeEvent evt)
           
 void onAutoDepthCue(NodeEvent evt)
           
 void onBackgroundColor(NodeEvent evt)
          Background color has changed
 void onBigPicture(NodeEvent evt)
           
 void onClipValue(NodeEvent evt)
          Front/back clip
 void onDepthCueEnable(NodeEvent evt)
          Depth que
 void onDepthCueValue(NodeEvent evt)
           
 void onDepthPicture(NodeEvent evt)
           
 void onJitter(NodeEvent evt)
          Sceene anti-aliasing
 void onScrollBars(NodeEvent evt)
          Scroll bar existnace has has changed
 void onSelectionPicture(NodeEvent evt)
           
 void onShowLights(NodeEvent evt)
           
 void onStereoMode(NodeEvent evt)
           
 void onVPName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelViewport.SettingsListener

public ModelViewport.SettingsListener()
Method Detail

onVPName

public void onVPName()

onScrollBars

public void onScrollBars(NodeEvent evt)
Scroll bar existnace has has changed


onBackgroundColor

public void onBackgroundColor(NodeEvent evt)
Background color has changed


onClipValue

public void onClipValue(NodeEvent evt)
Front/back clip


onShowLights

public void onShowLights(NodeEvent evt)

onDepthCueEnable

public void onDepthCueEnable(NodeEvent evt)
Depth que


onDepthCueValue

public void onDepthCueValue(NodeEvent evt)

onAutoDepthCue

public void onAutoDepthCue(NodeEvent evt)

onJitter

public void onJitter(NodeEvent evt)
Sceene anti-aliasing


onStereoMode

public void onStereoMode(NodeEvent evt)

onBigPicture

public void onBigPicture(NodeEvent evt)

onDepthPicture

public void onDepthPicture(NodeEvent evt)

onSelectionPicture

public void onSelectionPicture(NodeEvent evt)

onAttribute

public void onAttribute(NodeEvent evt)