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)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)