Uses of Enum Class
com.luciad.gui.swing.TLcdOverlayLayout.Location
Packages that use TLcdOverlayLayout.Location
Package
Description
Components and utilities for working with Swing based maps.
Utilities for making maps.
Provides GXY visualization support
for the Military Grid Reference System (MGRS).
-
Uses of TLcdOverlayLayout.Location in com.luciad.gui.swing
Methods in com.luciad.gui.swing that return TLcdOverlayLayout.LocationModifier and TypeMethodDescriptionstatic TLcdOverlayLayout.Location
Returns the enum constant of this class with the specified name.static TLcdOverlayLayout.Location[]
TLcdOverlayLayout.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.gui.swing with parameters of type TLcdOverlayLayout.LocationModifier and TypeMethodDescriptionvoid
TLcdOverlayLayout.putConstraint
(Component aComponent, TLcdOverlayLayout.Location aLocation, TLcdOverlayLayout.ResolveClash aResolveClash) Specifies the location and clash resolution for the given object.void
TLcdOverlayLayout.putConstraint
(Component aComponent, TLcdOverlayLayout.Location aLocation, TLcdOverlayLayout.ResolveClash aResolveClash, int aXOffset, int aYOffset) Specifies the location, clash resolution, and padding offsets for the given object. -
Uses of TLcdOverlayLayout.Location in com.luciad.view.map
Methods in com.luciad.view.map with parameters of type TLcdOverlayLayout.LocationModifier and TypeMethodDescriptionvoid
TLcdXYGridLayer.addOverlayLabel
(TLcdXYGridOverlayLabelBuilder aOverlayLabelBuilder, TLcdOverlayLayout.Location aLocation) Adds an overlay label to be used. -
Uses of TLcdOverlayLayout.Location in com.luciad.view.map.mgrs
Methods in com.luciad.view.map.mgrs with parameters of type TLcdOverlayLayout.LocationModifier and TypeMethodDescriptionvoid
TLcdMGRSGridLayer.addOverlayLabel
(TLcdMGRSGridOverlayLabelBuilder aOverlayLabelBuilder, TLcdOverlayLayout.Location aLocation) Adds an overlay label that is painted on the view.