net.sf.jcgm.core
Class FontWrapper

java.lang.Object
  extended by net.sf.jcgm.core.FontWrapper

public class FontWrapper
extends java.lang.Object

Helper class to store a font and a flag telling if the font is using symbol encoding.

Since:
May 8, 2009
Version:
$Id: FontWrapper.java 46 2011-12-14 08:26:44Z phica $
Author:
xphc (Philippe Cadé)

Field Summary
 java.awt.Font font
           
 boolean useSymbolEncoding
           
 
Constructor Summary
FontWrapper(java.awt.Font font, boolean useSymbolEncoding)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

public java.awt.Font font

useSymbolEncoding

public boolean useSymbolEncoding
Constructor Detail

FontWrapper

public FontWrapper(java.awt.Font font,
                   boolean useSymbolEncoding)


Part of the jcgm library http://jcgm.sourceforge.net/