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 voidplotBarChart(Graphics g, Dimension dimension, Insets plotInsets, PamChartSeries series, PamAxis xAxis, PamAxis yAxis) booleanrenderborder(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, setTitleFontMethods inherited from class PamView.chart.PamChartRenderer
getPamChart, renderBufferedImage
-
Constructor Details
-
QASwingChartRenderer
- Parameters:
qaPamChart-
-
-
Method Details
-
renderborder
Description copied from class:SwingChartRendererRender the plot border. The insets for the plot are (probably) never null since they are needed to inform where to paint the axis.- Overrides:
renderborderin classSwingChartRenderer- Parameters:
g-plotInsets-- Returns:
-
plotBarChart
protected void plotBarChart(Graphics g, Dimension dimension, Insets plotInsets, PamChartSeries series, PamAxis xAxis, PamAxis yAxis) - Overrides:
plotBarChartin classSwingChartRenderer
-
calculateInsets
- Overrides:
calculateInsetsin classSwingChartRenderer
-