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 SummaryConstructors
- 
Method SummaryModifier 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.InstanceConfigurationgetClassName, setClassNameMethods inherited from class org.apache.jmeter.report.config.SubConfigurationgetProperties, getProperty
- 
Constructor Details- 
GraphConfigurationpublic GraphConfiguration()
 
- 
- 
Method Details- 
excludesControllerspublic final boolean excludesControllers()Checks if controller samples have to be filtered.- Returns:
- true if controller samples have to be filtered; false otherwise.
 
- 
setExcludeControllerspublic 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
 
- 
getTitleGets the title of the graph.- Returns:
- the title of the graph
 
- 
setTitleSets the title of the graph.- Parameters:
- title- the title of the graph to set
 
 
-