Class Compass
- java.lang.Object
-
- javax.swing.AbstractAction
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeatureLayer
-
- gov.nasa.worldwindx.applications.worldwindow.features.Compass
-
- All Implemented Interfaces:
Initializable,Feature,java.awt.event.ActionListener,java.beans.PropertyChangeListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class Compass extends AbstractFeatureLayer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeatureLayer
layer
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
controller, featureID
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LayerdoAddLayer()-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeatureLayer
doActionPerformed, initialize, isOn, isTwoState, setEnabled, turnOn
-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
actionPerformed, addToToolBar, doPropertyChange, getController, getFeatureID, getName, getStringValue, isInitialized, propertyChange, register, setMenuAccellerator
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener
-
-
-
-
Constructor Detail
-
Compass
public Compass()
-
Compass
public Compass(Registry registry)
-
-
Method Detail
-
doAddLayer
protected Layer doAddLayer()
- Specified by:
doAddLayerin classAbstractFeatureLayer
-
-