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,GFPDNamedAction,GFPDRenditionAction
public class GFPDAction extends GFPDObject implements PDAction
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_TYPEstatic StringGO_TO_R_SUBTYPEstatic StringGO_TO_SUBTYPEstatic StringNAMED_SUBTYPEstatic StringNEXTstatic StringRENDITION_SUBTYPE-
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 GFPDAction(PDAction simplePDObject)GFPDAction(PDAction simplePDObject, String type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PDActiongetAction(PDAction action)List<? extends Object>getLinkedObjects(String link)StringgetS()action subtype-
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
-
ACTION_TYPE
public static final String ACTION_TYPE
- See Also:
- Constant Field Values
-
NEXT
public static final String NEXT
- See Also:
- Constant Field Values
-
NAMED_SUBTYPE
public static final String NAMED_SUBTYPE
- See Also:
- Constant Field Values
-
GO_TO_SUBTYPE
public static final String GO_TO_SUBTYPE
- See Also:
- Constant Field Values
-
GO_TO_R_SUBTYPE
public static final String GO_TO_R_SUBTYPE
- See Also:
- Constant Field Values
-
RENDITION_SUBTYPE
public static final String RENDITION_SUBTYPE
- See Also:
- Constant Field Values
-
-
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
-
-