org.freehep.jas.plugin.plotter
Class PlotterFontUtil

java.lang.Object
  extended by org.freehep.jas.plugin.plotter.PlotterFontUtil

public class PlotterFontUtil
extends Object

Author:
The FreeHEP team @ SLAC.

Constructor Summary
PlotterFontUtil()
           
 
Method Summary
static Font getFont(String fontName, String style, String size)
           
static Font getFont(String fontName, String isItalic, String isBold, String size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterFontUtil

public PlotterFontUtil()
Method Detail

getFont

public static Font getFont(String fontName,
                           String style,
                           String size)

getFont

public static Font getFont(String fontName,
                           String isItalic,
                           String isBold,
                           String size)


Copyright © 2013. All Rights Reserved.