edu.uci.ics.jung.visualization
Class VertexColorToVertexPaintConverter
java.lang.Object
edu.uci.ics.jung.visualization.VertexColorToVertexPaintConverter
- All Implemented Interfaces:
- VertexPaintFunction
Deprecated. You should create a new VertexPaintFunction if you can
public class VertexColorToVertexPaintConverter
- extends Object
- implements VertexPaintFunction
This class converts a VertexColorFunction to a VertexPaintFunction
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vcf
protected VertexColorFunction vcf
- Deprecated.
VertexColorToVertexPaintConverter
public VertexColorToVertexPaintConverter(VertexColorFunction vcf)
- Deprecated.
- Parameters:
vcf
-
getFillPaint
public Paint getFillPaint(Vertex v)
- Deprecated.
- Specified by:
getFillPaint
in interface VertexPaintFunction
getDrawPaint
public Paint getDrawPaint(Vertex v)
- Deprecated.
- Specified by:
getDrawPaint
in interface VertexPaintFunction