Class APointPainter<T extends IPointPainterConfigurableUI<T>>

java.lang.Object
info.monitorenter.gui.chart.pointpainters.APointPainter<T>
Type Parameters:
T - needed for generic comparable.
All Implemented Interfaces:
IPointPainter<T>, IPointPainterConfigurableUI<T>, Serializable, Comparable<T>
Direct Known Subclasses:
PointPainterDisc, PointPainterLine, PointPainterVerticalBar

public abstract class APointPainter<T extends IPointPainterConfigurableUI<T>> extends Object implements IPointPainterConfigurableUI<T>
Adapter class that implements optional methods of IPointPainter as "no operation".

Since:
3.0.0
Version:
$Revision: 1.13 $
Author:
Achim Westermann
See Also: