edu.uci.ics.jung.graph.decorators
Class ConstantEdgeFontFunction
java.lang.Object
edu.uci.ics.jung.graph.decorators.ConstantEdgeFontFunction
- All Implemented Interfaces:
- EdgeFontFunction
public class ConstantEdgeFontFunction
- extends Object
- implements EdgeFontFunction
- 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
ConstantEdgeFontFunction
public ConstantEdgeFontFunction(Font f)
getFont
public Font getFont(Edge e)
- Specified by:
getFont
in interface EdgeFontFunction