Uses of Interface
org.freehep.graphics2d.font.CharTable

Packages that use CharTable
org.freehep.graphics2d.font Font encoding tables and lookup classes to query the tables. 
 

Uses of CharTable in org.freehep.graphics2d.font
 

Classes in org.freehep.graphics2d.font that implement CharTable
 class AbstractCharTable
          Abstract Character Table, inherited by all the Generated Encoding Tables
 class Expert
          Generated Expert Encoding Table.
 class ISOLatin
          Generated ISOLatin Encoding Table.
 class MACLatin
          Generated MACLatin Encoding Table.
 class PDFLatin
          Generated PDFLatin Encoding Table.
 class STDLatin
          Generated STDLatin Encoding Table.
 class Symbol
          Generated Symbol Encoding Table.
 class WINLatin
          Generated WINLatin Encoding Table.
 class Zapfdingbats
          Generated Zapfdingbats Encoding Table.
 

Methods in org.freehep.graphics2d.font that return CharTable
 CharTable Lookup.getTable(java.lang.String tableName)
          Gives the requested encoding table Valid table names can be requested with a call to
 

Methods in org.freehep.graphics2d.font with parameters of type CharTable
static java.lang.String FontEncoder.getEncodedString(java.lang.String string, CharTable charTable)
          Returns an unicode encoded string from an ascii encoded string, using the supplied table.
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.