jPod PDF library

Uses of Class
de.intarsys.pdf.encoding.Encoding

Packages that use Encoding
de.intarsys.pdf.encoding This package implements the encodings of the PDF spec. 
de.intarsys.pdf.font The font part of the PDF is quite large for itself, so it is extracted to a package of its own. 
de.intarsys.pdf.font.outlet This package summarizes the handling of fonts. 
 

Uses of Encoding in de.intarsys.pdf.encoding
 

Subclasses of Encoding in de.intarsys.pdf.encoding
 class CMapEncoding
          This is a wrapper implementation around the CMap definition in the /Encoding entry for a Type0 font.
 class MacOSRomanEncoding
          Implementation of standard Roman encoding on the Mac platform.
 class MacRomanEncoding
          Implementation of MacRomanEncoding
 class MappedEncoding
          A MappedEncoding is an explicit map from a codepoint to a character.
 class PDFDocEncoding
          PDFEncoding
 class StandardEncoding
          Implementation of StandardEncoding
 class SymbolEncoding
          A 1:1 encoding implementation.
 class WinAnsiEncoding
          Implementation of WinAnsiEncoding
 

Methods in de.intarsys.pdf.encoding that return Encoding
static Encoding Encoding.createNamed(COSName name)
          "Create" one of the well known encodings.
 Encoding MappedWriter.getEncoding()
          The encoding used by this writer.
 Encoding MappedReader.getEncoding()
          The encoding used by this reader.
 

Constructors in de.intarsys.pdf.encoding with parameters of type Encoding
MappedReader(InputStream is, Encoding encoding)
          Create a MappedReader
MappedWriter(OutputStream out, Encoding encoding)
          Create a MappedWriter
 

Uses of Encoding in de.intarsys.pdf.font
 

Subclasses of Encoding in de.intarsys.pdf.font
 class AFMEncoding
          The builtin encoding of AFM defined fonts.
 class DifferenceEncoding
          An encoding defined as a delta to another base encoding.
 

Methods in de.intarsys.pdf.font that return Encoding
static Encoding DifferenceEncoding.create(COSDictionary dict, PDFont font)
          Create the difference encoding from the values defined in the dict.
 Encoding PDFont.getEncoding()
          The encoding of the glyphs in the font
 

Methods in de.intarsys.pdf.font with parameters of type Encoding
 void PDFont.setEncoding(Encoding newFontEncoding)
          set an encoding for the font
 

Uses of Encoding in de.intarsys.pdf.font.outlet
 

Methods in de.intarsys.pdf.font.outlet that return Encoding
 Encoding IFontQuery.getEncoding()
          The desired encoding for the PDFont.
 Encoding FontQuery.getEncoding()
           
 Encoding FontQuery.getOverrideEncoding()
          The required encoding for the result font.
 

Methods in de.intarsys.pdf.font.outlet with parameters of type Encoding
 void FontQuery.setOverrideEncoding(Encoding overrideEncoding)
          Set the encoding attribute for the font to be looked up.
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.