Package org.verapdf.gf.model.impl.pd
Class GFPD3DStream
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.GFPDObject
-
- org.verapdf.gf.model.impl.pd.GFPD3DStream
-
- All Implemented Interfaces:
Object,PD3DStream,PDObject
public class GFPD3DStream extends GFPDObject implements PD3DStream
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLOR_SPACEstatic StringSTREAM_3D_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 GFPD3DStream(PD3DStream simplePDObject, PDResourcesHandler resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Object>getLinkedObjects(String link)StringgetSubtype()value of Subtype entry-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Field Detail
-
STREAM_3D_TYPE
public static final String STREAM_3D_TYPE
- See Also:
- Constant Field Values
-
COLOR_SPACE
public static final String COLOR_SPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFPD3DStream
public GFPD3DStream(PD3DStream simplePDObject, PDResourcesHandler resources)
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getSubtype
public String getSubtype()
Description copied from interface:PD3DStreamvalue of Subtype entry- Specified by:
getSubtypein interfacePD3DStream
-
-