public class Navigation extends AbstractFeatureLayer
Modifier and Type | Field and Description |
---|---|
static String |
HEADING_CONTROLS_PROPERTY |
static String |
OPACITY_PROPERTY |
static String |
ORIENTATION_PROPERTY |
static String |
PAN_CONTROLS_PROPERTY |
static String |
POSITION_PROPERTY |
static String |
SIZE_PROPERTY |
static String |
TILT_CONTROLS_PROPERTY |
static String |
ZOOM_CONTROLS_PROPERTY |
layer
controller, featureID
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
Navigation() |
Navigation(Registry registry) |
Modifier and Type | Method and Description |
---|---|
protected Layer |
doAddLayer() |
void |
doPropertyChange(PropertyChangeEvent event) |
double |
getOpacity() |
String |
getOrientation() |
String |
getPosition() |
double |
getSize() |
void |
initialize(Controller controller) |
boolean |
isShowHeading() |
boolean |
isShowPan() |
boolean |
isShowTilt() |
boolean |
isShowZoom() |
doActionPerformed, isOn, isTwoState, setEnabled, turnOn
actionPerformed, addToToolBar, getController, getFeatureID, getName, getStringValue, isInitialized, propertyChange, register, setMenuAccellerator
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener
public static final String HEADING_CONTROLS_PROPERTY
public static final String OPACITY_PROPERTY
public static final String ORIENTATION_PROPERTY
public static final String PAN_CONTROLS_PROPERTY
public static final String POSITION_PROPERTY
public static final String SIZE_PROPERTY
public static final String TILT_CONTROLS_PROPERTY
public static final String ZOOM_CONTROLS_PROPERTY
public Navigation()
public Navigation(Registry registry)
protected Layer doAddLayer()
doAddLayer
in class AbstractFeatureLayer
public void doPropertyChange(PropertyChangeEvent event)
doPropertyChange
in class AbstractFeature
public double getOpacity()
public String getOrientation()
public String getPosition()
public double getSize()
public void initialize(Controller controller)
initialize
in interface Initializable
initialize
in class AbstractFeatureLayer
public boolean isShowHeading()
public boolean isShowPan()
public boolean isShowTilt()
public boolean isShowZoom()