Class TLcdAPP6AGXYLabelPainterProvider

java.lang.Object
com.luciad.symbology.app6a.view.gxy.painter.TLcdAPP6AGXYLabelPainterProvider
All Implemented Interfaces:
ILcdGXYLabelPainterProvider, Serializable, Cloneable

public class TLcdAPP6AGXYLabelPainterProvider extends Object implements ILcdGXYLabelPainterProvider
The label painter provider for a layer containing ILcdAPP6AShape objects. To find a label painter for a given object, the label painter provider will search a properties file based on the object's signature. If none can be found it will return a default ILcdGXYLabelPainter.

If the object set on this painter is an instance of ILcdStyledMilitarySymbol, the TLcdMilitarySymbolStyle returned by ILcdStyledMilitarySymbol.getMilitarySymbolStyle() will be used to place the labels and to determine what the labels should look like. Otherwise, a default style will be used which can be customized using the method setDefaultMilitarySymbolStyle(TLcdMilitarySymbolStyle).

See Also: