jPod PDF library

de.intarsys.pdf.font
Class CMapCharMap

java.lang.Object
  extended by de.intarsys.pdf.font.CMapMap
      extended by de.intarsys.pdf.font.CMapCharMap
Direct Known Subclasses:
CMapBFCharCodeMap, CMapBFCharNameMap, CMapBFCharStringMap, CMapCIDCharCodeMap, CMapNotDefCharMap

public abstract class CMapCharMap
extends CMapMap

An abstract implementation for maps from character codes to CID's.


Method Summary
 int getSource()
          The codepoint (encoded value) to be mapped to a CID.
 
Methods inherited from class de.intarsys.pdf.font.CMapMap
toChars, toCID, toCodepoint
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSource

public int getSource()
The codepoint (encoded value) to be mapped to a CID.

Returns:
The codepoint to be mapped to a CID.

jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.