Class GFPDCmap
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.GFPDObject
-
- org.verapdf.gf.model.impl.pd.font.GFPDCmap
-
- Direct Known Subclasses:
GFPDReferencedCMap
public class GFPDCmap extends GFPDObject implements PDCMap
Represents CMap dictionary or one of the predefined CMap names.- Author:
- Sergey Shemyakov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCMAP_TYPEstatic StringEMBEDDED_FILEstatic StringUSE_C_MAP-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCMapName()name of the CMap (or the value of one of the predefined CMap's)List<? extends Object>getLinkedObjects(String link)-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Field Detail
-
CMAP_TYPE
public static final String CMAP_TYPE
- See Also:
- Constant Field Values
-
EMBEDDED_FILE
public static final String EMBEDDED_FILE
- See Also:
- Constant Field Values
-
USE_C_MAP
public static final String USE_C_MAP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCMapName
public String getCMapName()
Description copied from interface:PDCMapname of the CMap (or the value of one of the predefined CMap's)- Specified by:
getCMapNamein interfacePDCMap- Returns:
- name of the CMap (or the value of one of the predefined CMap's).
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
-