Class GFSELineArtItem
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.GFSELineArtItem
- All Implemented Interfaces:
Object,SEContentItem,SELineArtItem,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
ConstructorsConstructorDescriptionGFSELineArtItem(GFOpPathPaint opPathPaint, COSObject parentStructElem, String parentsTags) GFSELineArtItem(GFOpPathPaint opPathPaint, 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
-
LINE_ART_ITEM_TYPE
- See Also:
-
-
Constructor Details
-
GFSELineArtItem
-
GFSELineArtItem
public GFSELineArtItem(GFOpPathPaint opPathPaint, 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
-