| |
|
| org.apache.jmeter.visualizers.gui.AbstractVisualizer org.apache.jmeter.visualizers.StatGraphVisualizer
StatGraphVisualizer | public class StatGraphVisualizer extends AbstractVisualizer implements Clearable,ActionListener(Code) | | Aggregrate Table-Based Reporting Visualizer for JMeter. Props to the people
who've done the other visualizers ahead of me (Stefano Mazzocchi), who I
borrowed code from to start me off (and much code may still exist). Thank
you!
|
defaultHeight | protected int defaultHeight(Code) | | |
defaultWidth | protected int defaultWidth(Code) | | |
saveGraphToFile | protected boolean saveGraphToFile(Code) | | |
StatGraphVisualizer | public StatGraphVisualizer()(Code) | | |
clearData | public void clearData()(Code) | | Clears this visualizer and its model, and forces a repaint of the table.
|
getAllTableData | public Vector getAllTableData()(Code) | | We use this method to get the data, since we are using
ObjectTableModel, so the calling getDataVector doesn't
work as expected.
the data from the model |
getData | public double[][] getData()(Code) | | |
makeGraph | public void makeGraph()(Code) | | |
testFunctors | public static boolean testFunctors()(Code) | | |
|
|
|