Uses of Interface
org.freehep.graphics2d.font.FontUtilities.ShowString

Packages that use FontUtilities.ShowString
org.freehep.graphics2d.font Font encoding tables and lookup classes to query the tables. 
org.freehep.graphicsio.pdf PDF (Portable Document File) Output Format. 
org.freehep.graphicsio.ps PS, EPS (PostScript and Encapsulated PostScript) Output Format. 
 

Uses of FontUtilities.ShowString in org.freehep.graphics2d.font
 

Methods in org.freehep.graphics2d.font with parameters of type FontUtilities.ShowString
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 FontUtilities.ShowString in org.freehep.graphicsio.pdf
 

Classes in org.freehep.graphicsio.pdf that implement FontUtilities.ShowString
 class PDFGraphics2D
          Implementation of VectorGraphics that writes the output to a PDF file.
 

Uses of FontUtilities.ShowString in org.freehep.graphicsio.ps
 

Classes in org.freehep.graphicsio.ps that implement FontUtilities.ShowString
 class PSGraphics2D
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.