Package org.verapdf.gf.model.impl.sa
Class GFSAImageChunk
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAChunk
-
- org.verapdf.gf.model.impl.sa.GFSAImageChunk
-
- All Implemented Interfaces:
Object,SAChunk,SAImageChunk
public class GFSAImageChunk extends GFSAChunk implements SAImageChunk
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringIMAGE_CHUNK_TYPEImageChunkimageChunk-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSAImageChunk(ImageChunk imageChunk)
-
Method Summary
-
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
-
IMAGE_CHUNK_TYPE
public static final String IMAGE_CHUNK_TYPE
- See Also:
- Constant Field Values
-
imageChunk
public final ImageChunk imageChunk
-
-
Constructor Detail
-
GFSAImageChunk
public GFSAImageChunk(ImageChunk imageChunk)
-
-