org.apache.jmeter.visualizers
Class BarGraph
java.lang.Object
org.apache.jmeter.visualizers.BarGraph
public class BarGraph
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BarGraph
public BarGraph(String label,
boolean checked,
Color backColor)
- Parameters:
label
- The label of this componentchecked
- Flag whether the corresponding checkbox should be checkedbackColor
- The color of the background
getLabel
public String getLabel()
- Returns:
- the label
setLabel
public void setLabel(String label)
- Parameters:
label
- the label to set
getChkBox
public JCheckBox getChkBox()
- Returns:
- the chkBox
setChkBox
public void setChkBox(JCheckBox chkBox)
- Parameters:
chkBox
- the chkBox to set
getBackColor
public Color getBackColor()
- Returns:
- the backColor
setBackColor
public void setBackColor(Color backColor)
- Parameters:
backColor
- the backColor to set
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.