Package gov.nasa.worldwindx.examples
Class ViewLimits.Controller
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ViewLimits.Controller
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener
- Enclosing class:
- ViewLimits
public static class ViewLimits.Controller extends java.lang.Object implements java.awt.event.ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description protected ViewLimits.AppFrameappFrameprotected static SectorDEFAULT_SECTOR_LIMITSprotected RenderableLayerlayerprotected SurfaceSectorsurfaceSector
-
Constructor Summary
Constructors Constructor Description Controller(ViewLimits.AppFrame appFrame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent actionEvent)OrbitViewgetOrbitView()voidloadObjects()voidsaveObjects()voidupdateRenderables()voidupdateViewLimits()
-
-
-
Field Detail
-
appFrame
protected ViewLimits.AppFrame appFrame
-
surfaceSector
protected SurfaceSector surfaceSector
-
layer
protected RenderableLayer layer
-
DEFAULT_SECTOR_LIMITS
protected static final Sector DEFAULT_SECTOR_LIMITS
-
-
Constructor Detail
-
Controller
public Controller(ViewLimits.AppFrame appFrame)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent actionEvent)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
updateViewLimits
public void updateViewLimits()
-
saveObjects
public void saveObjects()
-
loadObjects
public void loadObjects()
-
getOrbitView
public OrbitView getOrbitView()
-
updateRenderables
public void updateRenderables()
-
-