Uses of Package
org.apache.fop.render.awt.viewer
-
Packages that use org.apache.fop.render.awt.viewer Package Description org.apache.fop.cli This package contains the command-line client for Apache FOP.org.apache.fop.render.awt AWT Renderer used for displaying rendered pages in Java applications.org.apache.fop.render.awt.viewer AWT Viewer PreviewDialog and PreviewPanel. -
Classes in org.apache.fop.render.awt.viewer used by org.apache.fop.cli Class Description Renderable The interface is used by the AWT preview dialog to reload a document. -
Classes in org.apache.fop.render.awt.viewer used by org.apache.fop.render.awt Class Description Renderable The interface is used by the AWT preview dialog to reload a document.StatusListener Listener interface used by the PreviewDialog. -
Classes in org.apache.fop.render.awt.viewer used by org.apache.fop.render.awt.viewer Class Description PageChangeEvent Swing event fired whenever the current page selection of aPreviewPanel
changes.PageChangeListener Swing listener interface for classes which wish to receive notification of page change events.PreviewDialog AWT Viewer main window.PreviewPanel Holds a scrollpane with the rendered page(s) and handles actions performed to alter the display of the page.Renderable The interface is used by the AWT preview dialog to reload a document.StatusListener Listener interface used by the PreviewDialog.Translator AWT Viewer's localization class, backed up byjava.util.ResourceBundle
.