Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.jmeter.visualizers.gui

This package contains the interfaces that have to be implemented by any class wishing to display or present data collected in SampleResults.

See:
          Description

Class Summary
AbstractVisualizer This is the base class for JMeter GUI components which can display test results in some way.
 

Package org.apache.jmeter.visualizers.gui Description

This package contains the interfaces that have to be implemented by any class wishing to display or present data collected in SampleResults.

The primary classes/interfaces to be concerned with for implementers is the Visualizer interface, and the AbstractVisualizer abstract class.