Package org.graphstream.ui.swing.util
Class FontCache
java.lang.Object
org.graphstream.ui.swing.util.FontCache
public class FontCache
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description FontCache() -
Method Summary
Modifier and Type Method Description static java.awt.FontgetDefaultFont()static java.awt.FontgetDefaultFont(org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style, int size)static java.awt.FontgetFont(java.lang.String name, org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style, int size)
-
Constructor Details
-
FontCache
public FontCache()
-
-
Method Details
-
getDefaultFont
public static java.awt.Font getDefaultFont() -
getDefaultFont
public static java.awt.Font getDefaultFont(org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style, int size) -
getFont
public static java.awt.Font getFont(java.lang.String name, org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style, int size)
-