edu.uci.ics.jung.visualization
Class VertexColorToVertexPaintConverter

java.lang.Object
  extended by 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

Field Summary
protected  VertexColorFunction vcf
          Deprecated.  
 
Fields inherited from interface edu.uci.ics.jung.graph.decorators.VertexPaintFunction
TRANSPARENT
 
Constructor Summary
VertexColorToVertexPaintConverter(VertexColorFunction vcf)
          Deprecated.  
 
Method Summary
 Paint getDrawPaint(Vertex v)
          Deprecated.  
 Paint getFillPaint(Vertex v)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vcf

protected VertexColorFunction vcf
Deprecated. 
Constructor Detail

VertexColorToVertexPaintConverter

public VertexColorToVertexPaintConverter(VertexColorFunction vcf)
Deprecated. 
Parameters:
vcf -
Method Detail

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