Uses of Class
com.sun.pdfview.PDFDestination
-
Packages that use PDFDestination Package Description com.sun.pdfview com.sun.pdfview.action -
-
Uses of PDFDestination in com.sun.pdfview
Methods in com.sun.pdfview that return PDFDestination Modifier and Type Method Description static PDFDestination
PDFDestination. getDestination(PDFObject obj, PDFObject root)
Get a destination from either an array (explicit destination), a name (named destination) or a string (name tree destination). -
Uses of PDFDestination in com.sun.pdfview.action
Fields in com.sun.pdfview.action declared as PDFDestination Modifier and Type Field Description private PDFDestination
GoToAction. dest
the destination to go toMethods in com.sun.pdfview.action that return PDFDestination Modifier and Type Method Description PDFDestination
GoToAction. getDestination()
Get the destination this action refers toConstructors in com.sun.pdfview.action with parameters of type PDFDestination Constructor Description GoToAction(PDFDestination dest)
Create a new GoToAction from a destination
-