Uses of Class
adams.gui.visualization.pdf.PDFPanel
-
Packages that use PDFPanel Package Description adams.flow.sink adams.gui.tools.previewbrowser adams.gui.visualization.pdf -
-
Uses of PDFPanel in adams.flow.sink
Fields in adams.flow.sink declared as PDFPanel Modifier and Type Field Description protected PDFPanel
PDFViewer. m_PDFPanel
the panel with the PDF. -
Uses of PDFPanel in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as PDFPanel Modifier and Type Field Description protected PDFPanel
PDFHandler. m_PDFPanel
the PDF panel. -
Uses of PDFPanel in adams.gui.visualization.pdf
Methods in adams.gui.visualization.pdf that return PDFPanel Modifier and Type Method Description PDFPanel
PDFViewerPanel. getCurrentPanel()
Returns the image panel in the currently selected tab.PDFPanel
PDFViewerPanel.MultiPagePane. getPanelAt(int index)
Returns the PDF panel at the specified position.
-