Uses of Enum Class
com.luciad.view.lightspeed.label.algorithm.TLspLabelLocationProvider.Location
Packages that use TLspLabelLocationProvider.Location
Package
Description
Handles labeling algorithms.
This package defines all interfaces and abstract base classes related to
ILspStyler.-
Uses of TLspLabelLocationProvider.Location in com.luciad.view.lightspeed.label.algorithm
Methods in com.luciad.view.lightspeed.label.algorithm that return TLspLabelLocationProvider.LocationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLspLabelLocationProvider.Location[]TLspLabelLocationProvider.Location.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.luciad.view.lightspeed.label.algorithm with parameters of type TLspLabelLocationProvider.LocationModifierConstructorDescriptionTLspLabelLocationProvider(int aShiftX, int aShiftY, double aRotation, TLspLabelLocationProvider.Location... aLocations) Creates a new location provider with the given x and y shift, the given possibleTLspLabelLocationProvider.Locations and a given rotation.TLspLabelLocationProvider(int aShiftX, int aShiftY, TLspLabelLocationProvider.Location... aLocations) Creates a new location provider with the given x and y shift, the given possibleTLspLabelLocationProvider.Locations and a rotation of 0.TLspLabelLocationProvider(int aShift, TLspLabelLocationProvider.Location... aLocations) Creates a new location provider with the given shift, the given possibleTLspLabelLocationProvider.Locations and a rotation of 0.TLspLabelLocationProvider(TLspLabelLocationProvider.Location... aLocations) Creates a new location provider with default shift 2, the given possibleTLspLabelLocationProvider.Locations and a rotation of 0. -
Uses of TLspLabelLocationProvider.Location in com.luciad.view.lightspeed.style.styler
Methods in com.luciad.view.lightspeed.style.styler with parameters of type TLspLabelLocationProvider.LocationModifier and TypeMethodDescriptionALspLabelStyleCollector.locations(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).final ALspLabelStyleCollectorALspLabelStyleCollectorWrapper.locations(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).TLspLabelStyler.Builder.locations(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).TLspLabelStyler.Builder.locations(TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).voidTLspLabelStyler.setLocations(int aShift, TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).voidTLspLabelStyler.setLocations(TLspLabelLocationProvider.Location... aLocations) Specifies a set of fixed locations to be used for the label(s).