org.apache.jmeter.visualizers
Interface Printable
- All Known Implementing Classes:
- AbstractConfigGui, AbstractJMeterGuiComponent, AbstractReportGui, AbstractSamplerGui, AbstractVisualizer
- public interface Printable
Printable is used by components that can be saved to an external file. It is
up to the visualizers to get the right component containing the JPanel or
JComponent to save.
getPrintableComponent
public JComponent getPrintableComponent()
Copyright © 1998-2006 Apache Software Foundation. All Rights Reserved.