kg.apc.jmeter.graphs.SettingsInterface 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 kg.apc.charting.GraphPanelChart;
public interface SettingsInterface {
public int getGranulation();
public void setGranulation(int granulation);
public GraphPanelChart getGraphPanelChart();
public void switchModel(boolean aggregate);
public String getWikiPage();
}