public class FontCache
extends Object
-
Field Summary
Fields
protected static HashMap<String,org.graphstream.ui.swing.util.FontSlot>
-
Constructor Summary
Constructors
-
Method Summary
getDefaultFont(org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style,
int size)
getFont(String name,
org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style,
int size)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
defFont
protected static Font defFont
-
cache
protected static HashMap<String,org.graphstream.ui.swing.util.FontSlot> cache
-
Constructor Details
-
FontCache
public FontCache()
-
Method Details
-
getDefaultFont
public static Font getDefaultFont()
-
getDefaultFont
public static Font getDefaultFont(org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style,
int size)
-
getFont
public static Font getFont(String name,
org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style,
int size)