See: Description
| Interface | Description |
|---|---|
| ImageVisualizer |
TODO - interface is used but getImage() does not appear to be used
|
| Printable |
Printable is used by components that can be saved to an external file.
|
| Visualizer |
Implement this method to be a Visualizer for JMeter.
|
| Class | Description |
|---|---|
| CachingStatCalculator |
Provides storage of samples in addition to calculations
|
| RunningSample |
Running sample data container.
|
| Sample | |
| SamplingStatCalculator |
Aggregate sample data container.
|
| TableSample |
Class to hold data for the TableVisualiser.
|
The primary classes/interfaces to be concerned with for implementers is the Visualizer interface, and the AbstractVisualizer abstract class.
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.