Modifier and Type | Method and Description |
---|---|
static Chart |
Charts.makeDefaultConfiguration() |
Modifier and Type | Method and Description |
---|---|
static void |
Charts.addCompositeQuality(Chart configuration) |
static void |
Charts.addItem(Chart chart,
Item item) |
static void |
Charts.addItem(Chart chart,
Item item) |
static org.eclipse.swt.graphics.RGB |
Charts.nextFreeColor(Chart configuration) |
Modifier and Type | Method and Description |
---|---|
Chart |
ChartFactory.createChart()
Returns a new object of class 'Chart'.
|
Constructor and Description |
---|
ChartViewerPane(org.eclipse.ui.IWorkbenchPage page,
Chart chart) |
Modifier and Type | Class and Description |
---|---|
class |
ChartImpl
An implementation of the model object 'Chart'.
|
Modifier and Type | Method and Description |
---|---|
Chart |
ChartFactoryImpl.createChart() |
Modifier and Type | Field and Description |
---|---|
protected Chart |
ChartTest.fixture
The fixture for this Chart test case.
|
Modifier and Type | Method and Description |
---|---|
protected Chart |
ChartTest.getFixture()
Returns the fixture for this Chart test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChartTest.setFixture(Chart fixture)
Sets the fixture for this Chart test case.
|
Modifier and Type | Method and Description |
---|---|
T |
ChartSwitch.caseChart(Chart object)
Returns the result of interpreting the object as an instance of 'Chart'.
|
Constructor and Description |
---|
ChartConfigurationInputSelector(org.eclipse.swt.widgets.Composite parent,
Chart chart) |
ChartConfigurationInputSelector(org.eclipse.swt.widgets.Composite parent,
Chart chart,
boolean showHeader) |
Modifier and Type | Method and Description |
---|---|
Chart |
TransientChartView.getConfiguration() |
abstract Chart |
AbstractChartView.getConfiguration() |
Chart |
ChartView.getConfiguration() |
protected static Chart |
AbstractChartView.load(InputStream input) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractChartView.createView(Chart configuration) |
void |
ChartConfiguratorView.setChartConfiguration(Chart chart) |
void |
TransientChartView.setConfiguration(Chart configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractChartHandler.openDaChartView(Collection<Item> items,
Chart configuration) |
protected void |
AbstractChartHandler.openHdChartView(Collection<Item> items,
Chart configuration) |
Modifier and Type | Method and Description |
---|---|
Chart |
ChartContext.getChart() |
Chart |
ChartContextImpl.getChart() |
Chart |
ChartViewer.getChartConfiguration() |
Constructor and Description |
---|
ChartContextImpl(AxisLocator<XAxis,XAxisViewer> xAxisLocator,
AxisLocator<YAxis,YAxisViewer> yAxisLocator,
ExtensionSpaceProvider extensionSpaceProvider,
ChartRenderer chartRenderer,
Chart chart,
ResetHandler resetHandler,
org.eclipse.core.databinding.observable.list.IObservableList informations) |
ChartViewer(org.eclipse.swt.widgets.Display display,
ChartRenderer chartRenderer,
Chart chart,
ExtensionSpaceProvider extensionSpaceProvider,
ResetHandler resetHandler) |
Modifier and Type | Method and Description |
---|---|
static Chart |
ChartHelper.loadConfiguraton(String configurationUri) |
Modifier and Type | Method and Description |
---|---|
void |
ChartFigure.setConfiguration(Chart configuration) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.