|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.action.PDFAction
public class PDFAction
The common super-class of all PDF actions.
Constructor Summary | |
---|---|
PDFAction(java.lang.String type)
Creates a new instance of PDFAction |
Method Summary | |
---|---|
static PDFAction |
getAction(PDFObject obj,
PDFObject root)
Get an action of the appropriate type from a PDFObject |
PDFObject |
getNext()
Get the next action or array of actions |
java.lang.String |
getType()
Get the type of this action |
void |
setNext(PDFObject next)
Set the next action or array of actions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFAction(java.lang.String type)
Method Detail |
---|
public static PDFAction getAction(PDFObject obj, PDFObject root) throws java.io.IOException
obj
- the PDF object containing the action to parseroot
- the root of the PDF object tree
java.io.IOException
public java.lang.String getType()
public PDFObject getNext()
public void setNext(PDFObject next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |