Class FontCache

java.lang.Object
org.graphstream.ui.swing.util.FontCache

public class FontCache extends Object
  • 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)