fop svn-trunk

Uses of Interface
org.apache.fop.fonts.SingleByteEncoding

Packages that use SingleByteEncoding
org.apache.fop.fonts Classes for font handling. 
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
org.apache.fop.render.ps PostScript Renderer 
 

Uses of SingleByteEncoding in org.apache.fop.fonts
 

Classes in org.apache.fop.fonts that implement SingleByteEncoding
 class AbstractCodePointMapping
          Abstract base class for code point mapping classes (1-byte character encodings).
 class CodePointMapping
           
 class SimpleSingleByteEncoding
          A simple implementation of the OneByteEncoding mostly used for encodings that are constructed on-the-fly.
 

Methods in org.apache.fop.fonts that return SingleByteEncoding
 SingleByteEncoding SingleByteFont.getEncoding()
          Returns the code point mapping (encoding) of this font.
 

Uses of SingleByteEncoding in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf with parameters of type SingleByteEncoding
 java.lang.Object PDFFactory.createPDFEncoding(SingleByteEncoding encoding, java.lang.String fontNameHint)
          Creates a PDFEncoding instance from a CodePointMapping instance.
 

Uses of SingleByteEncoding in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type SingleByteEncoding
static org.apache.xmlgraphics.ps.PSResource PSFontUtils.defineEncoding(org.apache.xmlgraphics.ps.PSGenerator gen, SingleByteEncoding encoding)
          Defines the single-byte encoding for use in PostScript files.
 


fop svn-trunk

Copyright 1999-2009 The Apache Software Foundation. All Rights Reserved.