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 resString,
boolean checked,
Color backColor)
- Parameters:
resString
- checked
- backColor
-
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-2012 Apache Software Foundation. All Rights Reserved.