Uses of Interface
com.luciad.view.gxy.ILcdGXYController
Packages that use ILcdGXYController
Package
Description
Contains painters and icons for visualizing GRIB data.
Classes to visualize a magnetic north chart and a controller to rotate the magnetic north to the top.
Contains all classes for terrain elevation analysis.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Controllers for 2D views.
Touch controllers for the 2D view.
Utilities for making maps.
-
Uses of ILcdGXYController in com.luciad.format.grib.gxy
Classes in com.luciad.format.grib.gxy that implement ILcdGXYControllerModifier and TypeClassDescriptionclass
Deprecated.For newer code, consider using TLcdGXYViewMeasureProvider, which is a more general approach for retrieving measured values at a particular point. -
Uses of ILcdGXYController in com.luciad.format.magneticnorth.gxy
Classes in com.luciad.format.magneticnorth.gxy that implement ILcdGXYControllerModifier and TypeClassDescriptionclass
When active on aILcdGXYView
, thisILcdController
will catch each mouseClicked and try to modify the properties of theILcdProjection
currently on theILcdGXYView
accordingly. -
Uses of ILcdGXYController in com.luciad.tea
Classes in com.luciad.tea that implement ILcdGXYControllerModifier and TypeClassDescriptionclass
AILcdGXYController
implementation that contains information on the altitude of terrain beneath the position of the mouse over the view.class
Extension ofTLcdAdvancedMapRulerController
which takes into account underlying terrain for distance calculations. -
Uses of ILcdGXYController in com.luciad.view.gxy
Methods in com.luciad.view.gxy that return ILcdGXYControllerModifier and TypeMethodDescriptionILcdGXYView.getGXYController()
Returns theILcdGXYController
handling the user interaction of the view.TLcdGXYSetControllerAction.getGXYController()
Returns the controller configured for this action.TLcdGXYViewBufferedImage.getGXYController()
TLcdGXYViewCanvas.getGXYController()
TLcdGXYViewJPanel.getGXYController()
TLcdGXYViewJPanelLightWeight.getGXYController()
TLcdGXYViewPanel.getGXYController()
TLcdGXYViewPlanarImage.getGXYController()
Methods in com.luciad.view.gxy with parameters of type ILcdGXYControllerModifier and TypeMethodDescriptionvoid
ILcdGXYSetControllerActionListener.setGXYController
(ILcdGXYController aGXYViewController) Deprecated.void
ILcdGXYView.setGXYController
(ILcdGXYController aGXYController) Makes the givenILcdGXYController
handle the user interaction of the view.void
TLcdGXYSetControllerAction.setGXYController
(ILcdGXYController aGXYController) Sets the controller that this action should activate on the view.void
TLcdGXYViewBufferedImage.setGXYController
(ILcdGXYController aGXYViewController) Do not call this method.void
TLcdGXYViewCanvas.setGXYController
(ILcdGXYController aGXYViewController) Makes the givenILcdGXYController
handle the user interaction of the view.void
TLcdGXYViewJPanel.setGXYController
(ILcdGXYController aGXYViewController) Makes the givenILcdGXYController
handle the user interaction of the view.void
TLcdGXYViewJPanelLightWeight.setGXYController
(ILcdGXYController aGXYViewController) Makes the givenILcdGXYController
handle the user interaction of the view.void
TLcdGXYViewPanel.setGXYController
(ILcdGXYController aGXYViewController) Makes the givenILcdGXYController
handle the user interaction of the view.void
TLcdGXYViewPlanarImage.setGXYController
(ILcdGXYController aGXYViewController) Do not call this method.Constructors in com.luciad.view.gxy with parameters of type ILcdGXYControllerModifierConstructorDescriptionTLcdGXYSetControllerAction
(ILcdGXYController aGXYController) Creates a new controller set action with the given controller.TLcdGXYSetControllerAction
(ILcdGXYController aGXYController, boolean aRegisterInstance) Deprecated.TLcdGXYSetControllerAction
(ILcdGXYController aGXYController, String aName, ILcdIcon aIcon) Creates a new controller set action with the given controller, name, and icon.TLcdGXYSetControllerAction
(ILcdGXYView aGXYView, ILcdGXYController aGXYController) Creates a new controller set action with the given controller and view.TLcdGXYSetControllerAction
(ILcdGXYView aGXYView, ILcdGXYController aGXYController, boolean aRegisterInstance) Deprecated.TLcdGXYSetControllerAction
(ILcdGXYView aGXYView, ILcdGXYController aGXYController, String aName, ILcdIcon aIcon) Creates a new controller set action with the given controller, view, name, and icon. -
Uses of ILcdGXYController in com.luciad.view.gxy.controller
Subinterfaces of ILcdGXYController in com.luciad.view.gxy.controllerModifier and TypeInterfaceDescriptioninterface
This controller is designed to be an element in a controller chain, passing along events and method calls.Classes in com.luciad.view.gxy.controller that implement ILcdGXYControllerModifier and TypeClassDescriptionclass
ILcdGXYChainableController that implementsstartInteraction
,terminateInteraction
andpaint
to call a corresponding implementation ( seeALcdGXYChainableController.startInteractionImpl(com.luciad.view.gxy.ILcdGXYView)
,ALcdGXYChainableController.terminateInteractionImpl(com.luciad.view.gxy.ILcdGXYView)
andALcdGXYChainableController.paintImpl(java.awt.Graphics)
) and then call the same method in the next controller.class
A base class ofILcdGXYController
that interacts with one view at a time.class
AbstractILcdGXYController
that adds panning and/or zooming behavior during sub-class specific mouse interactions.class
Deprecated.TLcdGXYZoomWheelController features a more intuitive way tosnap
to raster and multilevel raster scales.class
Combines several controllers into one controller.class
Deprecated.TLcdGXYPanController features a more intuitive way (without the mentioned restrictions) topan continuously
.class
This is anILcdGXYController
that interprets mouse events for dragging a rectangle on aILcdGXYView
.class
Deprecated.as of version 10.0.class
Extension ofTLcdGXYSelectController2
that adds editing capabilities to it.class
Controller that shows aComponent
when the mouse moves over a label, to make the label interactive.class
AMagnifierController
is anILcdGXYController
to magnify an area of a givenILcdGXYView
around the location where a mouse button is pressed.final class
Mouse controller to navigate on a GXY map.class
Deprecated.For new code, we recommend using the more flexible and powerfulTLcdGXYNewController2
.class
Controller to interactively create and initialize domain objects using mouse clicks or mouse drags.class
This is a no operation implementation ofILcdGXYController
.class
ThisILcdGXYController
allows to fit one "slave"ILcdGXYView
into a rectangle painted on theILcdGXYView
thisILcdGXYController
is interacting with (the "master"ILcdGXYView
).class
Deprecated.TLcdGXYNavigateController
has more intuitive navigation behaviorclass
Rotates the view around its center when dragging the mouse.class
Deprecated.as of version 10.0.class
Controller that allows the user to select domain objects in the view using the mouse.class
TheTLcdGXYZoomController
can be used for performing a zoom in or zoom out on anILcdGXYView
.class
Provides scroll wheel zoom support.Methods in com.luciad.view.gxy.controller that return ILcdGXYControllerModifier and TypeMethodDescriptionALcdGXYController.asGXYController()
TLcdGXYCompositeController.getGXYController
(int aIndex) Returns theILcdGXYController
at the given index.Methods in com.luciad.view.gxy.controller with parameters of type ILcdGXYControllerModifier and TypeMethodDescriptionvoid
TLcdGXYCompositeController.addGXYController
(ILcdGXYController aGXYController) Adds a newILcdGXYController
to this composite controller. -
Uses of ILcdGXYController in com.luciad.view.gxy.controller.touch
Classes in com.luciad.view.gxy.controller.touch that implement ILcdGXYControllerModifier and TypeClassDescriptionclass
Extension ofALcdGXYTouchChainableController
confining the range of handled touch points based on a minimum and maximum.class
Extension ofALcdGXYChainableController
forTLcdTouchEvent
instances.class
Touch controller to navigate on a 2D map.class
Controller to interactively create and initialize domain objects using touches or drag gestures.class
A touch controller combining selection and editing behaviour.class
ThisILcdGXYController
serves the purpose of performing measurements on anILcdGXYView
. -
Uses of ILcdGXYController in com.luciad.view.map
Classes in com.luciad.view.map that implement ILcdGXYControllerModifier and TypeClassDescriptionclass
ThisILcdGXYController
serves the purpose of performing measurements on anILcdGXYView
.class
ThisILcdGXYController
interprets mouse events for displaying an azimuth direction and an azimuth range.class
Deprecated.class
Deprecated.Methods in com.luciad.view.map that return ILcdGXYControllerModifier and TypeMethodDescriptionTLcdAdvancedMapRulerController.getGXYEditController()
Returns the edit controller that is currently used.TLcdAdvancedMapRulerController.getGXYNewController()
Returns the new controller that is currently used.Methods in com.luciad.view.map with parameters of type ILcdGXYControllerModifier and TypeMethodDescriptionvoid
TLcdAdvancedMapRulerController.setGXYEditController
(ILcdGXYController aGXYEditController) Sets the edit controller that is used to modify the measurement after it has been created.void
TLcdAdvancedMapRulerController.setGXYNewController
(ILcdGXYController aGXYNewController) Sets the new controller that is used to create a new measurement on the map.