|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.pdfview.action.PDFAction
com.sun.pdfview.action.GoToAction
public class GoToAction
An action which specifies going to a particular destination
Constructor Summary | |
---|---|
GoToAction(PDFDestination dest)
Create a new GoToAction from a destination |
|
GoToAction(PDFObject obj,
PDFObject root)
Creates a new instance of GoToAction from an object |
Method Summary | |
---|---|
PDFDestination |
getDestination()
Get the destination this action refers to |
Methods inherited from class com.sun.pdfview.action.PDFAction |
---|
getAction, getNext, getType, setNext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GoToAction(PDFObject obj, PDFObject root) throws java.io.IOException
obj
- the PDFObject with the action information
java.io.IOException
public GoToAction(PDFDestination dest)
Method Detail |
---|
public PDFDestination getDestination()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |