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. 
org.freehep.graphicsio.font Utility classes for encoding, including and/or embedding fonts. 
org.freehep.graphicsio.pdf PDF (Portable Document File) Output Format. 
org.freehep.graphicsio.ps PS, EPS (PostScript and Encapsulated PostScript) Output Format. 
 

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
 

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.
static java.lang.String FontUtilities.getEncodedString(java.lang.String string, CharTable charTable)
          Deprecated. use org.freehep.graphics2d.font.FontEncoder.getEncodedString()
static void FontUtilities.showString(java.awt.Font font, java.lang.String string, CharTable latinTable, FontUtilities.ShowString device)
          Shows a String and switches the encoding (and font) everytime the unicode characters leave the range of the curent encoding.
 

Uses of CharTable in org.freehep.graphicsio.font
 

Methods in org.freehep.graphicsio.font that return CharTable
 CharTable FontTable.Entry.getEncoding()
           
protected  CharTable FontIncluder.getEncodingTable()
           
abstract  CharTable FontTable.getEncodingTable()
          Returns a default CharTable to be used for normal text (not Symbol or Dingbats).
 

Methods in org.freehep.graphicsio.font with parameters of type CharTable
 void FontEmbedder.includeFont(java.awt.Font font, CharTable charTable, java.lang.String name)
           
 void FontIncluder.includeFont(java.awt.Font font, CharTable charTable, java.lang.String name)
          Embed this font to the file.
protected  void FontEmbedderType1.writeEncoding(CharTable t)
           
protected abstract  void FontIncluder.writeEncoding(CharTable charTable)
          Writes the encoding table to the file.
 

Uses of CharTable in org.freehep.graphicsio.pdf
 

Methods in org.freehep.graphicsio.pdf that return CharTable
 CharTable PDFFontTable.getEncodingTable()
           
 

Methods in org.freehep.graphicsio.pdf with parameters of type CharTable
protected  void PDFFontIncluder.writeEncoding(CharTable charTable)
           
protected  void PDFFontEmbedder.writeEncoding(CharTable charTable)
           
static void PDFFontEmbedder.writeEncoding(PDFWriter pdf, java.lang.String ref, CharTable charTable)
           
 

Uses of CharTable in org.freehep.graphicsio.ps
 

Methods in org.freehep.graphicsio.ps that return CharTable
 CharTable PSFontTable.getEncodingTable()
           
 

Methods in org.freehep.graphicsio.ps with parameters of type CharTable
protected  void PSFontEmbedder.writeEncoding(CharTable charTable)
          writes encoding array.
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.