Package org.apache.jmeter.report.config
Class GraphConfiguration
java.lang.Object
org.apache.jmeter.report.config.SubConfiguration
org.apache.jmeter.report.config.InstanceConfiguration
org.apache.jmeter.report.config.GraphConfiguration
The class GraphConfiguration describes a configuration of a graph.
- Since:
 - 3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal booleanChecks if controller samples have to be filtered.final StringgetTitle()Gets the title of the graph.final voidsetExcludeControllers(boolean excludeControllers) Sets a switch used to check if controller samples have to be filtered.final voidSets the title of the graph.Methods inherited from class org.apache.jmeter.report.config.InstanceConfiguration
getClassName, setClassNameMethods inherited from class org.apache.jmeter.report.config.SubConfiguration
getProperties, getProperty 
- 
Constructor Details
- 
GraphConfiguration
public GraphConfiguration() 
 - 
 - 
Method Details
- 
excludesControllers
public final boolean excludesControllers()Checks if controller samples have to be filtered.- Returns:
 - true if controller samples have to be filtered; false otherwise.
 
 - 
setExcludeControllers
public final void setExcludeControllers(boolean excludeControllers) Sets a switch used to check if controller samples have to be filtered.- Parameters:
 excludeControllers- the switch value to set
 - 
getTitle
Gets the title of the graph.- Returns:
 - the title of the graph
 
 - 
setTitle
Sets the title of the graph.- Parameters:
 title- the title of the graph to set
 
 -