org.apache.jmeter.visualizers
Class AxisGraph
JPanel
org.apache.jmeter.visualizers.AxisGraph
public class AxisGraph
extends JPanel
Axis graph is used by StatGraphVisualizer, which generates bar graphs
from the statistical data.
data
protected double[][] data
height
protected int height
maxLength
protected int maxLength
title
protected String title
xAxisLabels
protected String[] xAxisLabels
xAxisTitle
protected String xAxisTitle
yAxisLabel
protected String yAxisLabel
yAxisTitle
protected String yAxisTitle
AxisGraph
public AxisGraph()
AxisGraph
public AxisGraph(LayoutManager layout)
AxisGraph
public AxisGraph(LayoutManager layout,
boolean isDoubleBuffered)
layout
- isDoubleBuffered
-
paintComponent
public void paintComponent(Graphics g)
setData
public void setData(double[][] data)
setHeight
public void setHeight(int h)
setMaxLength
public void setMaxLength(int maxLength)
setTitle
public void setTitle(String title)
setWidth
public void setWidth(int w)
setXAxisLabels
public void setXAxisLabels(String[] labels)
setXAxisTitle
public void setXAxisTitle(String title)
setYAxisLabels
public void setYAxisLabels(String label)
setYAxisTitle
public void setYAxisTitle(String title)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.