org.apache.jmeter.visualizers
Class GraphAccum
JComponent
org.apache.jmeter.visualizers.GraphAccum
- Scrollable, GraphAccumListener
public class GraphAccum
extends JComponent
Draws the graph.
Created 2001/08/11
protected static int | width
|
width
protected static final int width
GraphAccum
public GraphAccum()
Constructor.
GraphAccum
public GraphAccum(GraphAccumModel model)
Constructor with model set.
model
- model which this object represents
clearData
public void clearData()
Clears this graph.
getNoLegendYet
public boolean getNoLegendYet()
The legend is only printed once during sampling. This returns the
variable that indicates whether the legend has been printed yet or not.
- value variable that indicates whether the legend has been printed
yet
getPreferredScrollableViewportSize
public Dimension getPreferredScrollableViewportSize()
Gets the PreferredScrollableViewportSize attribute of the Graph object.
- the PreferredScrollableViewportSize value
getScrollableBlockIncrement
public int getScrollableBlockIncrement(Rectangle visibleRect,
int orientation,
int direction)
Gets the ScrollableBlockIncrement attribute of the Graph object.
- the ScrollableBlockIncrement value
getScrollableTracksViewportHeight
public boolean getScrollableTracksViewportHeight()
Gets the ScrollableTracksViewportHeight attribute of the Graph object.
- the ScrollableTracksViewportHeight value
getScrollableTracksViewportWidth
public boolean getScrollableTracksViewportWidth()
Gets the ScrollableTracksViewportWidth attribute of the Graph object.
- the ScrollableTracksViewportWidth value
getScrollableUnitIncrement
public int getScrollableUnitIncrement(Rectangle visibleRect,
int orientation,
int direction)
Gets the ScrollableUnitIncrement attribute of the Graph object.
- the ScrollableUnitIncrement value
paintComponent
public void paintComponent(Graphics g)
setNoLegendYet
public void setNoLegendYet(boolean value)
The legend is only printed once during sampling. This sets the variable
that indicates whether the legend has been printed yet or not.
value
- variable that indicates whether the legend has been printed
yet
setVisualizer
public void setVisualizer(Object visualizer)
Set the visualizer.
visualizer
- visualizer of this object
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.