public class ChartContextImpl extends java.lang.Object implements ChartContext
| Constructor and Description |
|---|
ChartContextImpl(AxisLocator<XAxis,XAxisViewer> xAxisLocator,
AxisLocator<YAxis,YAxisViewer> yAxisLocator,
ExtensionSpaceProvider extensionSpaceProvider,
ChartRenderer chartRenderer,
Chart chart,
ResetHandler resetHandler) |
| Modifier and Type | Method and Description |
|---|---|
Chart |
getChart() |
ChartRenderer |
getChartRenderer() |
ExtensionSpaceProvider |
getExtensionSpaceProvider() |
ResetHandler |
getResetHandler() |
AxisLocator<XAxis,XAxisViewer> |
getxAxisLocator() |
AxisLocator<YAxis,YAxisViewer> |
getyAxisLocator() |
public ChartContextImpl(AxisLocator<XAxis,XAxisViewer> xAxisLocator, AxisLocator<YAxis,YAxisViewer> yAxisLocator, ExtensionSpaceProvider extensionSpaceProvider, ChartRenderer chartRenderer, Chart chart, ResetHandler resetHandler)
public AxisLocator<XAxis,XAxisViewer> getxAxisLocator()
getxAxisLocator in interface ChartContextpublic AxisLocator<YAxis,YAxisViewer> getyAxisLocator()
getyAxisLocator in interface ChartContextpublic ExtensionSpaceProvider getExtensionSpaceProvider()
getExtensionSpaceProvider in interface ChartContextpublic ChartRenderer getChartRenderer()
getChartRenderer in interface ChartContextpublic ResetHandler getResetHandler()
getResetHandler in interface ChartContextpublic Chart getChart()
getChart in interface ChartContext
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0