Modifier and Type | Method and Description |
---|---|
XAxis |
ChartFactory.createXAxis()
Returns a new object of class 'XAxis'.
|
XAxis |
Chart.getTimeRulerAxis()
Returns the value of the 'Time Ruler Axis' reference.
|
XAxis |
DataSeries.getX()
Returns the value of the 'X' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<XAxis> |
XAxisController.getAxis()
Returns the value of the 'Axis' reference list.
|
org.eclipse.emf.common.util.EList<XAxis> |
Chart.getBottom()
Returns the value of the 'Bottom' containment reference list.
|
org.eclipse.emf.common.util.EList<XAxis> |
Chart.getSelectedXAxis()
Returns the value of the 'Selected XAxis' reference list.
|
org.eclipse.emf.common.util.EList<XAxis> |
Chart.getTop()
Returns the value of the 'Top' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Chart.setTimeRulerAxis(XAxis value)
Sets the value of the '
Time Ruler Axis ' reference. |
void |
DataSeries.setX(XAxis value)
Sets the value of the '
X ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
XAxisImpl
An implementation of the model object 'XAxis'.
|
Modifier and Type | Field and Description |
---|---|
protected XAxis |
ChartImpl.timeRulerAxis
The cached value of the '
Time Ruler Axis ' reference. |
protected XAxis |
DataSeriesImpl.x
The cached value of the '
X ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<XAxis> |
XAxisControllerImpl.axis
The cached value of the '
Axis ' reference list. |
protected org.eclipse.emf.common.util.EList<XAxis> |
ChartImpl.bottom
The cached value of the '
Bottom ' containment reference list. |
protected org.eclipse.emf.common.util.EList<XAxis> |
ChartImpl.selectedXAxis
The cached value of the '
Selected XAxis ' reference list. |
protected org.eclipse.emf.common.util.EList<XAxis> |
ChartImpl.top
The cached value of the '
Top ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
XAxis |
ChartImpl.basicGetTimeRulerAxis() |
XAxis |
DataSeriesImpl.basicGetX() |
XAxis |
ChartFactoryImpl.createXAxis() |
XAxis |
ChartImpl.getTimeRulerAxis() |
XAxis |
DataSeriesImpl.getX() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<XAxis> |
XAxisControllerImpl.getAxis() |
org.eclipse.emf.common.util.EList<XAxis> |
ChartImpl.getBottom() |
org.eclipse.emf.common.util.EList<XAxis> |
ChartImpl.getSelectedXAxis() |
org.eclipse.emf.common.util.EList<XAxis> |
ChartImpl.getTop() |
Modifier and Type | Method and Description |
---|---|
void |
ChartImpl.setTimeRulerAxis(XAxis newTimeRulerAxis) |
void |
DataSeriesImpl.setX(XAxis newX) |
Modifier and Type | Method and Description |
---|---|
protected XAxis |
XAxisTest.getFixture()
Returns the fixture for this XAxis test case.
|
Modifier and Type | Method and Description |
---|---|
T |
ChartSwitch.caseXAxis(XAxis object)
Returns the result of interpreting the object as an instance of 'XAxis'.
|
Modifier and Type | Field and Description |
---|---|
protected XAxis |
AbstractInputViewer.x |
Modifier and Type | Method and Description |
---|---|
XAxis |
ChartViewer.getTimeRulerAxis() |
XAxis |
AbstractInputViewer.getX() |
Modifier and Type | Method and Description |
---|---|
AxisLocator<XAxis,XAxisViewer> |
ChartContext.getxAxisLocator() |
AxisLocator<XAxis,XAxisViewer> |
ChartContextImpl.getxAxisLocator() |
Modifier and Type | Method and Description |
---|---|
XAxisViewer |
XAxisManager.getAxis(XAxis axis) |
protected void |
XAxisManager.handleAdd(int index,
XAxis axis) |
protected void |
XAxisManager.handleRemove(XAxis axis) |
void |
ChartViewer.setTimeRulerAxis(XAxis axis) |
void |
AbstractInputViewer.setX(XAxis x) |
Constructor and Description |
---|
XAxisViewer(org.eclipse.core.databinding.DataBindingContext dbc,
ChartRenderer manager,
XAxis axis,
boolean top) |
Constructor and Description |
---|
AbstractInputViewer(org.eclipse.core.databinding.DataBindingContext dbc,
DataSeries element,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
AbstractItemInputViewer(org.eclipse.core.databinding.DataBindingContext dbc,
ItemDataSeries element,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
ArchiveSeriesViewer(org.eclipse.core.databinding.DataBindingContext dbc,
ArchiveSeries element,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
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) |
CompositeArchiveQualityViewer(org.eclipse.core.databinding.DataBindingContext dbc,
CompositeArchiveQualitySeries element,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
DataItemSeriesViewer(org.eclipse.core.databinding.DataBindingContext dbc,
DataItemSeries element,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
InputManager(org.eclipse.core.databinding.DataBindingContext dbc,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
ScriptSeriesViewer(org.eclipse.core.databinding.DataBindingContext dbc,
ScriptSeries element,
ChartViewer viewer,
org.eclipse.jface.resource.ResourceManager resourceManager,
AxisLocator<XAxis,XAxisViewer> xLocator,
AxisLocator<YAxis,YAxisViewer> yLocator) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.