Uses of Enum Class
com.luciad.gui.swing.TLcdOverlayLayout.ResolveClash
Packages that use TLcdOverlayLayout.ResolveClash
Package
Description
Components and utilities for working with Swing based maps.
-
Uses of TLcdOverlayLayout.ResolveClash in com.luciad.gui.swing
Methods in com.luciad.gui.swing that return TLcdOverlayLayout.ResolveClashModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcdOverlayLayout.ResolveClash[]
TLcdOverlayLayout.ResolveClash.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.ResolveClashModifier 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.