public class XYPlotChart extends AbstractXYChart
Modifier and Type | Class and Description |
---|---|
static class |
XYPlotChart.RegisterPersistence |
serviceManager, XYDataSet
chart, chartEditorWrapper, chartManager, chartProperties, chartRenderer, chartRenderingInfo, dataSet, dataSetEmpty, domainAxis, isAChartSymbol, isDirty, isVisible, legend, NO_DATA_MESSAGE, observers, rangeAxis
Constructor and Description |
---|
XYPlotChart() |
XYPlotChart(XYPlotChartProperties xyPlotChartProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
initializeRenderers() |
Object |
toSerieValue(int idSerie,
int pixelX) |
int |
toXPixelValue(int idSerie,
Object value) |
create3DLegendRenderer, createCategoriesCollection, createLegendRenderer, createSeriesCollection, defineChartDataSet, draw, getLegendItemCollection, getManager, getPlotRenderer, getProviderManager, getRenderer, getType, hasDomainAxis, hasRangeAxis, isXYPlot, loadFromState, saveToState, scaleFonts, setAxisVisibility, updateChartService
addChartRenderer, addDefaultChartRenderer, addObserver, canBeOverlayed, clone, createChartLegendItems, createLegend, createNewChartSerieEntity, deleteObserver, deleteObservers, getCategoriesPaint, getChartDataSet, getChartEditor, getChartLegend, getChartLegendItems, getChartName, getChartProperties, getChartRenderer, getChartRenderers, getChartRenderingInfo, getChartType, getDefaultChartRenderer, getDomainAxis, getInnerChart, getInternalChart, getNullGroupIgnored, getNumber, getRangeAxis, getRequiredFieldValue, isAChartSymbol, isVisible, loadSavedChartLegendItems, notifyObservers, refreshChart, setAxisVisibles, setBackgroundPaint, setBackgroundPaint, setCategoriesPaint, setChartDataSet, setChartLegend, setChartProperties, setChartRenderingInfo, setDirty, setDomainAxis, setDomainAxis, setFontScaled, setInnerChart, setIsAChartSymbol, setNullGroupIgnored, setRangeAxis, setRangeAxis, setVisible, toCategoryValue, toYPixelValue, update
getProvider, getProviderServices, getServiceParameters, init
public XYPlotChart() throws ServiceException
ServiceException
public XYPlotChart(XYPlotChartProperties xyPlotChartProperties)
protected void initializeRenderers()
initializeRenderers
in class AbstractChart
public Object toSerieValue(int idSerie, int pixelX)
toSerieValue
in interface ChartService
toSerieValue
in class AbstractChart
public int toXPixelValue(int idSerie, Object value)
toXPixelValue
in interface ChartService
toXPixelValue
in class AbstractChart