All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kg.apc.jmeter.graphs.GraphRendererInterface Maven / Gradle / Ivy

There is a newer version: 0.7
Show newest version
package kg.apc.jmeter.graphs;

import javax.swing.JPanel;

public interface GraphRendererInterface {
    public JPanel getGraphDisplayPanel();
    public boolean isPreview();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy