kg.apc.jmeter.graphs.GraphRendererInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter-plugins-cmn-jmeter Show documentation
Show all versions of jmeter-plugins-cmn-jmeter Show documentation
Various utility classes to ease development of plugins
package kg.apc.jmeter.graphs;
import javax.swing.JPanel;
public interface GraphRendererInterface {
public JPanel getGraphDisplayPanel();
public boolean isPreview();
}