Class GFCMapFile
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.external.GFExternal
-
- org.verapdf.gf.model.impl.external.GFCMapFile
-
public class GFCMapFile extends GFExternal implements CMapFile
This class represents embedded CMap file.- Author:
- Sergey Shemyakov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCMAP_FILE_TYPEType name for GFCMapFile-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFCMapFile(COSStream stream)Constructor from COSStream containing CMap.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetdictWMode()the value of the WMode entry in the parent CMap dictionaryLonggetmaximalCID()maximal CID of code contained in this CMap fileLonggetWMode()the value of the WMode entry in the embedded CMap file-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
CMAP_FILE_TYPE
public static final String CMAP_FILE_TYPE
Type name for GFCMapFile- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFCMapFile
public GFCMapFile(COSStream stream)
Constructor from COSStream containing CMap.- Parameters:
stream- is CMap stream.
-
-
Method Detail
-
getWMode
public Long getWMode()
Description copied from interface:CMapFilethe value of the WMode entry in the embedded CMap file
-
getdictWMode
public Long getdictWMode()
Description copied from interface:CMapFilethe value of the WMode entry in the parent CMap dictionary- Specified by:
getdictWModein interfaceCMapFile- Returns:
- the value of the WMode entry in the parent CMap dictionary.
-
getmaximalCID
public Long getmaximalCID()
Description copied from interface:CMapFilemaximal CID of code contained in this CMap file- Specified by:
getmaximalCIDin interfaceCMapFile
-
-