Class GFPDMediaClip
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.GFPDObject
-
- org.verapdf.gf.model.impl.pd.actions.GFPDMediaClip
-
- All Implemented Interfaces:
Object,PDMediaClip,PDObject
public class GFPDMediaClip extends GFPDObject implements PDMediaClip
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringMEDIA_CLIP_TYPE-
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
-
-
Constructor Summary
Constructors Constructor Description GFPDMediaClip(PDMediaClip simplePDObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlt()separated list of Alt entryStringgetCT()the value of the CT entryBooleangethasCorrectAlt()true if Alt entry contains an even number of strings and strings in even places are not empty-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Field Detail
-
MEDIA_CLIP_TYPE
public static final String MEDIA_CLIP_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFPDMediaClip
public GFPDMediaClip(PDMediaClip simplePDObject)
-
-
Method Detail
-
getCT
public String getCT()
Description copied from interface:PDMediaClipthe value of the CT entry- Specified by:
getCTin interfacePDMediaClip
-
getAlt
public String getAlt()
Description copied from interface:PDMediaClipseparated list of Alt entry- Specified by:
getAltin interfacePDMediaClip
-
gethasCorrectAlt
public Boolean gethasCorrectAlt()
Description copied from interface:PDMediaCliptrue if Alt entry contains an even number of strings and strings in even places are not empty- Specified by:
gethasCorrectAltin interfacePDMediaClip
-
-