Class ALcdGXYLabelPainter

java.lang.Object
com.luciad.view.gxy.ALcdGXYLabelPainter
All Implemented Interfaces:
ILcdPropertyChangeSource, ILcdGXYLabelPainter, ILcdGXYLabelPainter2, ILcdGXYMultiLabelPainter, Serializable, Cloneable
Direct Known Subclasses:
TLcdGXYCompositeLabelPainter, TLcdGXYCurvedPathLabelPainter, TLcdGXYLabelPainterAdapter, TLcdGXYOffsetIconPainter, TLcdGXYPolygonStampLabelPainter, TLcdGXYPolylineStampLabelPainter, TLcdGXYStampLabelPainter

public abstract class ALcdGXYLabelPainter extends Object implements ILcdGXYLabelPainter2

This class implements some of the functionality common to most ILcdGXYLabelPainter2s. It is provided to facilitate the implementation of an ILcdGXYLabelPainter2.

This default implementation assumes a single label and with a single sublabel. Override the getLabelCount and getSubLabelCount methods to provide support for multiple labels with multiple sublabels.

Since:
7.0
See Also: