Uses of Class
adams.gui.visualization.pdf.menu.AbstractPDFViewerAction
-
Packages that use AbstractPDFViewerAction Package Description adams.gui.visualization.pdf adams.gui.visualization.pdf.menu -
-
Uses of AbstractPDFViewerAction in adams.gui.visualization.pdf
Fields in adams.gui.visualization.pdf declared as AbstractPDFViewerAction Modifier and Type Field Description protected AbstractPDFViewerActionPDFViewerPanel. m_MenuItemToolsExtractImagesthe "extract images" menu item.protected AbstractPDFViewerActionPDFViewerPanel. m_MenuItemToolsExtractPagesthe "extract pages" menu item.protected AbstractPDFViewerActionPDFViewerPanel. m_MenuItemToolsExtractTextthe "extract text" menu item.Fields in adams.gui.visualization.pdf with type parameters of type AbstractPDFViewerAction Modifier and Type Field Description protected List<AbstractPDFViewerAction>PDFViewerPanel. m_ViewerActionsthe menu item actions. -
Uses of AbstractPDFViewerAction in adams.gui.visualization.pdf.menu
Subclasses of AbstractPDFViewerAction in adams.gui.visualization.pdf.menu Modifier and Type Class Description classToolExtractImagesExtracts images from the current PDF and saves them to the specified directory.classToolExtractPagesExtracts a range of pages from the current PDF and adds them as a new document.classToolExtractTextExtracts text from a range of pages of the current PDF and displays it.
-