Class PrintablePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, PrintableHandler
Direct Known Subclasses:
AttributeVisualizationPanel, HierarchyVisualizer, TreeVisualizer, VisualizePanel

public class PrintablePanel extends JPanel implements PrintableHandler
This Panel enables the user to print the panel to various file formats. The Print dialog is accessible via Ctrl-Shft-Left Mouse Click.

The individual JComponentWriter-descendants can be accessed by the getWriter(String) method, if the parameters need to be changed.

Version:
$Revision: 1.3 $
Author:
FracPete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • PrintablePanel

      public PrintablePanel()
      initializes the panel
  • Method Details