org.foray.ps.encode
Class CMap

java.lang.Object
  extended by org.foray.ps.encode.CMap
All Implemented Interfaces:
org.axsl.ps.Cmap, org.axsl.ps.Encoding
Direct Known Subclasses:
CMap04, CMap12

public abstract class CMap
extends Object
implements org.axsl.ps.Cmap

Abstract superclass for all CMap Tables.


Field Summary
static long serialVersionUID
          Constant needed for serialization.
 
Fields inherited from interface org.axsl.ps.Encoding
INVALID_UNICODE_CHAR
 
Constructor Summary
CMap()
           
 
Method Summary
 boolean canEncode(int codePoint)
           
 boolean isPredefinedPdf()
           
 boolean isPredefinedPs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.axsl.ps.Encoding
asPostScript, decodeCharacter, encodeCharacter, getFirstIndex, getLastIndex, getName
 

Field Detail

serialVersionUID

public static final long serialVersionUID
Constant needed for serialization.

See Also:
Constant Field Values
Constructor Detail

CMap

public CMap()
Method Detail

isPredefinedPs

public boolean isPredefinedPs()
Specified by:
isPredefinedPs in interface org.axsl.ps.Encoding

isPredefinedPdf

public boolean isPredefinedPdf()
Specified by:
isPredefinedPdf in interface org.axsl.ps.Encoding

canEncode

public boolean canEncode(int codePoint)
Specified by:
canEncode in interface org.axsl.ps.Encoding


Copyright © 2017. All rights reserved.