edu.uci.ics.jung.graph.decorators
Class ConstantVertexFontFunction

java.lang.Object
  extended by edu.uci.ics.jung.graph.decorators.ConstantVertexFontFunction
All Implemented Interfaces:
VertexFontFunction

public class ConstantVertexFontFunction
extends Object
implements VertexFontFunction

Author:
Joshua O'Madadhain

Field Summary
protected  Font font
           
 
Constructor Summary
ConstantVertexFontFunction(Font f)
           
 
Method Summary
 Font getFont(Vertex v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

protected Font font
Constructor Detail

ConstantVertexFontFunction

public ConstantVertexFontFunction(Font f)
Method Detail

getFont

public Font getFont(Vertex v)
Specified by:
getFont in interface VertexFontFunction
See Also:
VertexFontFunction.getFont(edu.uci.ics.jung.graph.Vertex)