public class ScatterPlotAxisChart extends AxisChart implements HTMLChartTestable
axisProperties, xAxis, yAxis| Constructor and Description |
|---|
ScatterPlotAxisChart(IScatterPlotDataSeries iScatterPlotDataSeries,
ChartProperties chartProperties,
AxisProperties axisProperties,
LegendProperties legendProperties,
int pixelWidth,
int pixelHeight)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AxisChartDataProcessor |
createAxisChartDataProcessor()
ScatterPlots create a subclass of AxisChartDataProcessor so we need this method so we can
overload it.
|
protected void |
deriveAxisValues() |
protected void |
overlayCharts()
Draws the charts over the axis.
|
protected void |
setupAxis(AxisChartDataProcessor axisChartDataProcessor,
FontRenderContext fontRenderContext) |
protected NumericTagGroup |
setupDataAxisProperties(Axis axis,
DataAxisProperties dataAxisProperties,
AxisChartDataProcessor axisChartDataProcessor,
FontRenderContext fontRenderContext)
Once we determine which axis is the data axis, the logic to set it up is the same whether it
is a horizontal or vertical plot.
|
void |
toHTML(HTMLGenerator htmlGenerator,
String imageFileName,
ImageMap imageMap)
Enables the testing routines to display the contents of this Object.
|
getAxisProperties, getIAxisDataSeries, getXAxis, getYAxis, renderChartgetBufferedImage, getChartProperties, getGenerateImageMapFlag, getGraphics2D, getImageHeight, getImageMap, getImageWidth, getLegend, hasLegend, render, renderChartTitle, renderWithImageMap, setGraphics2D, setImageMappublic ScatterPlotAxisChart(IScatterPlotDataSeries iScatterPlotDataSeries, ChartProperties chartProperties, AxisProperties axisProperties, LegendProperties legendProperties, int pixelWidth, int pixelHeight)
iScatterPlotDataSeries - chartProperties - axisProperties - legendProperties - if no legend is desired, pass NULLpixelWidth - pixelHeight - public AxisChartDataProcessor createAxisChartDataProcessor()
createAxisChartDataProcessor in class AxisChartprotected NumericTagGroup setupDataAxisProperties(Axis axis, DataAxisProperties dataAxisProperties, AxisChartDataProcessor axisChartDataProcessor, FontRenderContext fontRenderContext)
setupDataAxisProperties in class AxisChartdataAxisProperties - axisChartDataProcessor - fontRenderContext - protected void setupAxis(AxisChartDataProcessor axisChartDataProcessor, FontRenderContext fontRenderContext)
protected void deriveAxisValues()
deriveAxisValues in class AxisChartprotected void overlayCharts()
throws PropertyException
overlayCharts in class AxisChartPropertyExceptionpublic void toHTML(HTMLGenerator htmlGenerator, String imageFileName, ImageMap imageMap)
toHTML in interface HTMLChartTestabletoHTML in class AxisCharthtmlGenerator - imageFileName - imageMap - if this is NULL we are not creating image map data in html