Uses of Class
com.luciad.view.lightspeed.swing.navigationcontrols.TLspNavigationControlsBuilder
Package
Description
This package contains the implementation of the on map navigation controls for an
ILspView
.-
Uses of TLspNavigationControlsBuilder in com.luciad.view.lightspeed.swing.navigationcontrols
Modifier and TypeMethodDescriptionTLspNavigationControlsBuilder.allNavigationControls()
Sets a compass, pan and zoom component on the navigation controls.TLspNavigationControlsBuilder.altitudeExaggerationControl()
Sets an altitude exaggeration component on the navigation controls to exaggerate the terrain in the view.TLspNavigationControlsBuilder.altitudeExaggerationToolTip
(String aAltitudeToolTip) Sets the tooltip text for the altitude exaggeration tool.TLspNavigationControlsBuilder.alwaysActive
(boolean aIsAlwaysActive) Sets whether or not the navigation controls always appear active.TLspNavigationControlsBuilder.compassAndPanNavigationControl()
Sets a compass and pan component on the navigation controls to rotate and pan the view.TLspNavigationControlsBuilder.compassNavigationControl()
Sets a compass component on the navigation controls that can change the rotation of the view.TLspNavigationControlsBuilder.compassRingToolTip
(String aCompassRingToolTip) Sets the tooltip text for the compass ring tool.TLspNavigationControlsBuilder.compassToolTip
(String aCompassToolTip) Sets the tooltip text for the compass tool.TLspNavigationControlsBuilder.compassUpArrowToolTip
(String aCompassUpArrowToolTip) Sets the tooltip text for the compass up arrow tool.Sets the path to the images used to alter the appearance of the compass, pan and navigation components.TLspNavigationControlsBuilder.largeImagePath()
Sets the image path to a path containing a default set of large images.TLspNavigationControlsBuilder.magneticNorthMap
(ILcdMagneticNorthMap aMagneticNorthMap) Lets the compass point to the magnetic north instead of true north, using the given magnetic north map.TLspNavigationControlsBuilder.newBuilder
(ILspView aView) Returns a builder to create navigation controls for the passed view.TLspNavigationControlsBuilder.panNavigationControl()
Sets a pan component on the navigation controls to pan the view.TLspNavigationControlsBuilder.panToolTip
(String aPanToolTip) Sets the tooltip text for the pan tool.TLspNavigationControlsBuilder.smallImagePath()
Sets the image path to a path containing a default set of small images.Sets the view that will interact with the navigation controls.TLspNavigationControlsBuilder.zoomNavigationControl()
Sets a zoom component on the navigation controls to zoom in/out on the view.TLspNavigationControlsBuilder.zoomToolTip
(String aZoomToolTip) Sets the tooltip text for the zoom tool.