Class GFSESimpleContentItem
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
-
- org.verapdf.gf.model.impl.pd.gfse.GFSESimpleContentItem
-
- All Implemented Interfaces:
Object,SEContentItem,SESimpleContentItem
- Direct Known Subclasses:
GFSEImageItem,GFSELineArtItem,GFSEShadingItem,GFSETextItem
public class GFSESimpleContentItem extends GFSEContentItem implements SESimpleContentItem
- Author:
- Maxim Plushchov
-
-
Field Summary
-
Fields inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
CONTENT_ITEM, parentMarkedContentOperator, parentMCID, parentsTags, parentStructureTag
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSESimpleContentItem(String objectType, String parentStructureTag, String parentsTags)GFSESimpleContentItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags)
-
Method Summary
-
Methods inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
getExtraContext, getLinkedObjects, getparentsTags, getparentStandardTag, getparentStructureTag
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getID, 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.selayer.SEContentItem
getparentsTags, getparentStandardTag, getparentStructureTag
-
-
-
-
Constructor Detail
-
GFSESimpleContentItem
public GFSESimpleContentItem(String objectType, String parentStructureTag, String parentsTags)
-
GFSESimpleContentItem
public GFSESimpleContentItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags)
-
-