Home » pdfbox-1.1.0-src » org.apache.pdfbox.encoding » [javadoc | source]
org.apache.pdfbox.encoding
public class: DictionaryEncoding [javadoc | source]
java.lang.Object
   org.apache.pdfbox.encoding.Encoding
      org.apache.pdfbox.encoding.DictionaryEncoding

All Implemented Interfaces:
    COSObjectable

This will perform the encoding from a dictionary.
Fields inherited from org.apache.pdfbox.encoding.Encoding:
codeToName,  nameToCode
Constructor:
 public DictionaryEncoding(COSDictionary fontEncoding) throws IOException 
    Constructor.
    Parameters:
    fontEncoding - The encoding dictionary.
    Throws:
    IOException - If there is a problem getting the base font.
Method from org.apache.pdfbox.encoding.DictionaryEncoding Summary:
getCOSObject
Methods from org.apache.pdfbox.encoding.Encoding:
addCharacterEncoding,   getCharacter,   getCharacter,   getCode,   getCodeToNameMap,   getName,   getNameFromCharacter,   getNameToCodeMap
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.encoding.DictionaryEncoding Detail:
 public COSBase getCOSObject() 
    Convert this standard java object to a COS object.