NASA World Wind

gov.nasa.worldwind
Class AnaglyphSceneController

java.lang.Object
  extended by gov.nasa.worldwind.avlist.AVListImpl
      extended by gov.nasa.worldwind.WWObjectImpl
          extended by gov.nasa.worldwind.AbstractSceneController
              extended by gov.nasa.worldwind.AnaglyphSceneController
All Implemented Interfaces:
AVList, Disposable, SceneController, WWObject, PropertyChangeListener, EventListener

public class AnaglyphSceneController
extends AbstractSceneController

Allows for stereo anaglyph display mode.


Field Summary
static String DISPLAY_MODE_MONO
           
static String DISPLAY_MODE_STEREO
           
 
Fields inherited from class gov.nasa.worldwind.avlist.AVListImpl
changeSupport
 
Constructor Summary
AnaglyphSceneController()
           
 
Method Summary
 void doRepaint(DrawContext dc)
           
 String getDisplayMode()
           
 Angle getFocusAngle()
           
 Angle getViewMinPitch()
           
 void setDisplayMode(String mode)
           
 void setFocusAngle(Angle a)
           
 void setViewMinPitch(Angle a)
           
 
Methods inherited from class gov.nasa.worldwind.AbstractSceneController
applyView, checkGLErrors, clearFrame, createTerrain, dispose, draw, finalizeFrame, getDrawContext, getFramesPerSecond, getFrameTime, getModel, getPerFrameStatistics, getPickedObjectList, getPickPoint, getTerrain, getTextRendererCache, getTextureCache, getVerticalExaggeration, getView, initializeFrame, pick, pickLayers, pickTerrain, reinitialize, repaint, resolveTopPick, setModel, setPerFrameStatisticsKeys, setPickedObjectList, setPickPoint, setTextureCache, setVerticalExaggeration, setView
 
Methods inherited from class gov.nasa.worldwind.WWObjectImpl
propertyChange
 
Methods inherited from class gov.nasa.worldwind.avlist.AVListImpl
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.avlist.AVList
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Field Detail

DISPLAY_MODE_MONO

public static String DISPLAY_MODE_MONO

DISPLAY_MODE_STEREO

public static String DISPLAY_MODE_STEREO
Constructor Detail

AnaglyphSceneController

public AnaglyphSceneController()
Method Detail

doRepaint

public void doRepaint(DrawContext dc)
Specified by:
doRepaint in class AbstractSceneController

getDisplayMode

public String getDisplayMode()

getFocusAngle

public Angle getFocusAngle()

getViewMinPitch

public Angle getViewMinPitch()

setDisplayMode

public void setDisplayMode(String mode)

setFocusAngle

public void setFocusAngle(Angle a)

setViewMinPitch

public void setViewMinPitch(Angle a)

NASA World Wind