edu.uci.ics.jung.graph.decorators
Class ConstantVertexFontFunction
java.lang.Object
edu.uci.ics.jung.graph.decorators.ConstantVertexFontFunction
- All Implemented Interfaces:
- VertexFontFunction
public class ConstantVertexFontFunction
- extends Object
- implements VertexFontFunction
- Author:
- Joshua O'Madadhain
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
font
protected Font font
ConstantVertexFontFunction
public ConstantVertexFontFunction(Font f)
getFont
public Font getFont(Vertex v)
- Specified by:
getFont
in interface VertexFontFunction
- See Also:
VertexFontFunction.getFont(edu.uci.ics.jung.graph.Vertex)