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.Font getDefaultFont()  
    static java.awt.Font getDefaultFont​(org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextStyle style, int size)  
    static java.awt.Font getFont​(java.lang.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 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)