Class GFPDAction
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.actions.GFPDAction
- Direct Known Subclasses:
GFPDGoToAction,GFPDGoToRemoteAction,GFPDNamedAction,GFPDRenditionAction
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFPDAction(PDAction simplePDObject) GFPDAction(PDAction simplePDObject, String type) -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
ACTION_TYPE
- See Also:
-
NEXT
- See Also:
-
NAMED_SUBTYPE
- See Also:
-
GO_TO_SUBTYPE
- See Also:
-
GO_TO_R_SUBTYPE
- See Also:
-
RENDITION_SUBTYPE
- See Also:
-
-
Constructor Details
-
GFPDAction
-
GFPDAction
-
-
Method Details
-
getS
Description copied from interface:PDActionaction subtype -
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getAction
-