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 PDFDestinationPDFDestination. 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 PDFDestinationGoToAction. destthe destination to go toMethods in com.sun.pdfview.action that return PDFDestination Modifier and Type Method Description PDFDestinationGoToAction. 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
-