Class GFSEShadingItem
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
org.verapdf.gf.model.impl.pd.gfse.GFSESimpleContentItem
org.verapdf.gf.model.impl.pd.gfse.GFSEShadingItem
- All Implemented Interfaces:
Object,SEContentItem,SEShadingItem,SESimpleContentItem
- Author:
- Maxim Plushchov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
CONTENT_ITEM, parentMarkedContentOperator, parentMCID, parentsTags, parentStructElemFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFSEShadingItem(GFOp_sh op_sh, COSObject parentStructElem, String parentsTags) GFSEShadingItem(GFOp_sh op_sh, GFOpMarkedContent parentMarkedContentOperator, COSObject parentStructElem, String parentsTags) -
Method Summary
Modifier and TypeMethodDescriptiontype of this content item ('text', 'image', 'lineart' or 'shading')Methods inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSESimpleContentItem
getActualText, getisFigure, getisFormulaMethods inherited from class org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
getExtraContext, getisArtifact, getLinkedObjects, getparentsTags, getparentStandardTag, getparentStructureTag, hasParentWithStandardTypeMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.selayer.SEContentItem
getActualText, getisArtifact, getparentsTags, getparentStandardTag, getparentStructureTagMethods inherited from interface org.verapdf.model.selayer.SESimpleContentItem
getisFigure, getisFormula
-
Field Details
-
SHADING_ITEM_TYPE
- See Also:
-
-
Constructor Details
-
GFSEShadingItem
-
GFSEShadingItem
public GFSEShadingItem(GFOp_sh op_sh, GFOpMarkedContent parentMarkedContentOperator, COSObject parentStructElem, String parentsTags)
-
-
Method Details
-
getitemType
Description copied from interface:SESimpleContentItemtype of this content item ('text', 'image', 'lineart' or 'shading')- Specified by:
getitemTypein interfaceSESimpleContentItem- Overrides:
getitemTypein classGFSESimpleContentItem
-