Apache JMeter

org.apache.jmeter.visualizers
Class BarGraph

java.lang.Object
  extended by org.apache.jmeter.visualizers.BarGraph

public class BarGraph
extends Object


Constructor Summary
BarGraph(String resString, boolean checked, Color backColor)
           
 
Method Summary
 Color getBackColor()
           
 JCheckBox getChkBox()
           
 String getLabel()
           
 void setBackColor(Color backColor)
           
 void setChkBox(JCheckBox chkBox)
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarGraph

public BarGraph(String resString,
                boolean checked,
                Color backColor)
Parameters:
resString -
checked -
backColor -
Method Detail

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

Apache JMeter

Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.