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  RenderableLayer layer
           
protected  Polyline sectorLimitsPolyline
           
 
Constructor Summary
ViewLimits.Controller(ViewLimits.AppFrame appFrame)
           
 
Method Summary
 void actionPerformed(ActionEvent actionEvent)
           
 void updateSectorLimits(Sector sector)
           
 
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

layer

protected RenderableLayer layer

sectorLimitsPolyline

protected Polyline sectorLimitsPolyline
Constructor Detail

ViewLimits.Controller

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

actionPerformed

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

updateSectorLimits

public void updateSectorLimits(Sector sector)

NASA World Wind