org.apache.pdfbox.encoding
Class MacOSRomanEncoding

java.lang.Object
  extended by org.apache.pdfbox.encoding.Encoding
      extended by org.apache.pdfbox.encoding.MacRomanEncoding
          extended by org.apache.pdfbox.encoding.MacOSRomanEncoding
All Implemented Interfaces:
COSObjectable

public class MacOSRomanEncoding
extends MacRomanEncoding

This is the Mac OS Roman encoding, which is similar to the MacRomanEncoding with the addition of 15 entries


Field Summary
static MacOSRomanEncoding INSTANCE
          Singleton instance of this class.
 
Fields inherited from class org.apache.pdfbox.encoding.Encoding
codeToName, nameToCode, NOTDEF
 
Constructor Summary
MacOSRomanEncoding()
          Constructor.
 
Method Summary
 COSBase getCOSObject()
          Convert this standard java object to a COS object.
 
Methods inherited from class org.apache.pdfbox.encoding.Encoding
addCharacterEncoding, getCharacter, getCharacter, getCharacterForName, getCode, getCodeToNameMap, getName, getNameFromCharacter, getNameToCodeMap, hasCodeForName, hasNameForCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final MacOSRomanEncoding INSTANCE
Singleton instance of this class.

Since:
Apache PDFBox 1.8.6
Constructor Detail

MacOSRomanEncoding

public MacOSRomanEncoding()
Constructor.

Method Detail

getCOSObject

public COSBase getCOSObject()
Convert this standard java object to a COS object.

Specified by:
getCOSObject in interface COSObjectable
Overrides:
getCOSObject in class MacRomanEncoding
Returns:
The cos object that matches this Java object.


Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.