Class Crosshair
- java.lang.Object
-
- javax.swing.AbstractAction
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.AbstractOnDemandLayerFeature
-
- gov.nasa.worldwindx.applications.worldwindow.features.Crosshair
-
- 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 Crosshair extends AbstractOnDemandLayerFeature
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractOnDemandLayerFeature
group, layer, on
-
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 LayercreateLayer()protected LayerdoCreateLayer()voidturnOn(boolean tf)-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractOnDemandLayerFeature
addLayer, isOn, isTwoState, removeLayer
-
Methods inherited from class gov.nasa.worldwindx.applications.worldwindow.features.AbstractFeature
actionPerformed, addToToolBar, doActionPerformed, doPropertyChange, getController, getFeatureID, getName, getStringValue, initialize, isInitialized, propertyChange, register, setMenuAccellerator
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
Crosshair
public Crosshair(Registry registry)
-
-
Method Detail
-
createLayer
protected Layer createLayer()
- Specified by:
createLayerin classAbstractOnDemandLayerFeature
-
doCreateLayer
protected Layer doCreateLayer()
-
turnOn
public void turnOn(boolean tf)
- Specified by:
turnOnin interfaceFeature- Overrides:
turnOnin classAbstractOnDemandLayerFeature
-
-