NASA World Wind

gov.nasa.worldwind.examples
Class ViewLimits.Controller

java.lang.Object
  extended by gov.nasa.worldwind.examples.ViewLimits.Controller
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
ViewLimits

public static class ViewLimits.Controller
extends Object
implements ActionListener


Field Summary
protected  ViewLimits.AppFrame appFrame
           
protected static Sector DEFAULT_SECTOR_LIMITS
           
protected  RenderableLayer layer
           
protected  SurfaceSector surfaceSector
           
 
Constructor Summary
ViewLimits.Controller(ViewLimits.AppFrame appFrame)
           
 
Method Summary
 void actionPerformed(ActionEvent actionEvent)
           
 OrbitView getOrbitView()
           
 void loadObjects()
           
 void saveObjects()
           
 void updateRenderables()
           
 void updateViewLimits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appFrame

protected ViewLimits.AppFrame appFrame

DEFAULT_SECTOR_LIMITS

protected static final Sector DEFAULT_SECTOR_LIMITS

layer

protected RenderableLayer layer

surfaceSector

protected SurfaceSector surfaceSector
Constructor Detail

ViewLimits.Controller

public ViewLimits.Controller(ViewLimits.AppFrame appFrame)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent actionEvent)
Specified by:
actionPerformed in interface ActionListener

getOrbitView

public OrbitView getOrbitView()

loadObjects

public void loadObjects()

saveObjects

public void saveObjects()

updateRenderables

public void updateRenderables()

updateViewLimits

public void updateViewLimits()

NASA World Wind