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