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