org.infoglue.cms.util.graphics
Class FontSaver

java.lang.Object
  |
  +--org.infoglue.cms.util.graphics.FontSaver

public class FontSaver
extends java.lang.Object


Constructor Summary
FontSaver()
           
 
Method Summary
static java.awt.Font create(java.lang.String name, int style, int size)
          Works just like the Font Constructor: Creates a new font with the specified name, style and point size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontSaver

public FontSaver()
Method Detail

create

public static java.awt.Font create(java.lang.String name,
                                   int style,
                                   int size)
Works just like the Font Constructor: Creates a new font with the specified name, style and point size.

Parameters:
name - the font name
style - the constant style used
size - the point size of the font


Copyright © 2003 InfoGlue.org All Rights Reserved.