ucar.unidata.util
Class FontUtil.StandardFont

java.lang.Object
  extended by ucar.unidata.util.FontUtil.StandardFont
Enclosing class:
FontUtil

public static class FontUtil.StandardFont
extends Object

Class StandardFont

Version:
%I%, %G%
Author:
Unidata development team

Method Summary
 Font decrFontSize()
          decrement the font size one "increment"
 Dimension getBoundingBox(String s)
          _more_
 Font getFont()
          _more_
 int getFontHeight()
          _more_
 Font incrFontSize()
          increment the font size one "increment"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFont

public Font getFont()
_more_

Returns:
_more_

getFontHeight

public int getFontHeight()
_more_

Returns:
_more_

incrFontSize

public Font incrFontSize()
increment the font size one "increment"

Returns:
_more_

decrFontSize

public Font decrFontSize()
decrement the font size one "increment"

Returns:
_more_

getBoundingBox

public Dimension getBoundingBox(String s)
_more_

Parameters:
s -
Returns:
_more_