- All Implemented Interfaces:
- EdgePaintFunction
- Direct Known Subclasses:
- EdgeColorToEdgePaintFunctionConverter, GradientEdgePaintFunction, PickableEdgePaintFunction, ShortestPathDemo.MyEdgePaintFunction
public abstract class AbstractEdgePaintFunction
extends java.lang.Object
implements EdgePaintFunction
An implementation of EdgePaintFunction
that is appropriate for
edge shapes that are not filled, such as lines or curves.
Provides an implementation of getFillPaint()
that returns null.
- Author:
- Joshua O'Madadhain