Uses of Enum Class
com.luciad.view.gxy.painter.TLcdGXYCompositeLabelPainter.IndexRemappingMode
Packages that use TLcdGXYCompositeLabelPainter.IndexRemappingMode
Package
Description
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of TLcdGXYCompositeLabelPainter.IndexRemappingMode in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return TLcdGXYCompositeLabelPainter.IndexRemappingModeModifier and TypeMethodDescriptionTLcdGXYCompositeLabelPainter.getIndexRemappingMode()
Returns the index remapping mode used by this composite label painter.Returns the enum constant of this class with the specified name.TLcdGXYCompositeLabelPainter.IndexRemappingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.view.gxy.painter with parameters of type TLcdGXYCompositeLabelPainter.IndexRemappingModeModifier and TypeMethodDescriptionvoid
TLcdGXYCompositeLabelPainter.setIndexRemappingMode
(TLcdGXYCompositeLabelPainter.IndexRemappingMode aRemappingMode) Sets the index remapping mode to be used by this composite label painter.Constructors in com.luciad.view.gxy.painter with parameters of type TLcdGXYCompositeLabelPainter.IndexRemappingModeModifierConstructorDescriptionTLcdGXYCompositeLabelPainter
(TLcdGXYCompositeLabelPainter.IndexRemappingMode aIndexRemappingMode) Creates a new composite label painter using the given index remapping mode.