Uses of Enum Class
com.luciad.gui.swing.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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
TLcdMGRSGridLayer.addOverlayLabel
(TLcdMGRSGridOverlayLabelBuilder aOverlayLabelBuilder, TLcdOverlayLayout.Location aLocation) Adds an overlay label that is painted on the view.