Package qa.chart.swing
Class QASwingChartRenderer
java.lang.Object
PamView.chart.PamChartRenderer
PamView.chart.swing.SwingChartRenderer
qa.chart.swing.QASwingChartRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
plotBarChart
(Graphics g, Dimension dimension, Insets plotInsets, PamChartSeries series, PamAxis xAxis, PamAxis yAxis) boolean
renderborder
(Graphics g, Dimension dimension, Insets plotInsets, boolean drawBox) Render the plot border.Methods inherited from class PamView.chart.swing.SwingChartRenderer
getAxisFont, getTitleFont, renderChart, renderChart, renderKey, renderPlot, setAxisFont, setTitleFont
Methods inherited from class PamView.chart.PamChartRenderer
getPamChart, renderBufferedImage
-
Constructor Details
-
Method Details
-
renderborder
Description copied from class:SwingChartRenderer
Render the plot border. The insets for the plot are (probably) never null since they are needed to inform where to paint the axis.- Overrides:
renderborder
in classSwingChartRenderer
- Parameters:
g
-plotInsets
-- Returns:
-
plotBarChart
protected void plotBarChart(Graphics g, Dimension dimension, Insets plotInsets, PamChartSeries series, PamAxis xAxis, PamAxis yAxis) - Overrides:
plotBarChart
in classSwingChartRenderer
-
calculateInsets
- Overrides:
calculateInsets
in classSwingChartRenderer
-