Package org.apache.jmeter.visualizers
Class RespTimeGraphLineBean
java.lang.Object
org.apache.jmeter.visualizers.RespTimeGraphLineBean
Bean to represent information about a graph line
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RespTimeGraphLineBean- Parameters:
- label- The label for this line
- lineColor- The- Colorfor this line
 
 
- 
- 
Method Details- 
getLabel- Returns:
- the label
 
- 
setLabel- Parameters:
- label- the label to set
 
- 
getLineColor- Returns:
- the lineColor
 
- 
setLineColor- Parameters:
- lineColor- the lineColor to set
 
 
-