Package org.apache.jmeter.visualizers
Class RespTimeGraphLineBean
- java.lang.Object
-
- org.apache.jmeter.visualizers.RespTimeGraphLineBean
-
public class RespTimeGraphLineBean extends Object
Bean to represent information about a graph line
-
-
Constructor Summary
Constructors Constructor Description RespTimeGraphLineBean(String label, Color lineColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Color
getLineColor()
void
setLabel(String label)
void
setLineColor(Color lineColor)
-
-
-
Method Detail
-
getLabel
public String getLabel()
- Returns:
- the label
-
setLabel
public void setLabel(String label)
- Parameters:
label
- the label to set
-
getLineColor
public Color getLineColor()
- Returns:
- the lineColor
-
setLineColor
public void setLineColor(Color lineColor)
- Parameters:
lineColor
- the lineColor to set
-
-