Modifier and Type | Method and Description |
---|---|
YAxis |
ChartFactory.createYAxis()
Returns a new object of class 'YAxis'.
|
YAxis |
DataSeries.getY()
Returns the value of the 'Y' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<YAxis> |
Chart.getLeft()
Returns the value of the 'Left' containment reference list.
|
org.eclipse.emf.common.util.EList<YAxis> |
Chart.getRight()
Returns the value of the 'Right' containment reference list.
|
org.eclipse.emf.common.util.EList<YAxis> |
Chart.getSelectedYAxis()
Returns the value of the 'Selected YAxis' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSeries.setY(YAxis value)
Sets the value of the '
Y ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
YAxisImpl
An implementation of the model object 'YAxis'.
|
Modifier and Type | Field and Description |
---|---|
protected YAxis |
DataSeriesImpl.y
The cached value of the '
Y ' reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<YAxis> |
ChartImpl.left
The cached value of the '
Left ' containment reference list. |
protected org.eclipse.emf.common.util.EList<YAxis> |
ChartImpl.right
The cached value of the '
Right ' containment reference list. |
protected org.eclipse.emf.common.util.EList<YAxis> |
ChartImpl.selectedYAxis
The cached value of the '
Selected YAxis ' reference list. |
Modifier and Type | Method and Description |
---|---|
YAxis |
DataSeriesImpl.basicGetY() |
YAxis |
ChartFactoryImpl.createYAxis() |
YAxis |
DataSeriesImpl.getY() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<YAxis> |
ChartImpl.getLeft() |
org.eclipse.emf.common.util.EList<YAxis> |
ChartImpl.getRight() |
org.eclipse.emf.common.util.EList<YAxis> |
ChartImpl.getSelectedYAxis() |
Modifier and Type | Method and Description |
---|---|
void |
DataSeriesImpl.setY(YAxis newY) |
Modifier and Type | Method and Description |
---|---|
protected YAxis |
YAxisTest.getFixture()
Returns the fixture for this YAxis test case.
|
Modifier and Type | Method and Description |
---|---|
T |
ChartSwitch.caseYAxis(YAxis object)
Returns the result of interpreting the object as an instance of 'YAxis'.
|
Modifier and Type | Field and Description |
---|---|
protected YAxis |
AbstractInputViewer.y |
Modifier and Type | Method and Description |
---|---|
YAxis |
AbstractInputViewer.getY() |
Modifier and Type | Method and Description |
---|---|
AxisLocator<YAxis,YAxisViewer> |
ChartContext.getyAxisLocator() |
AxisLocator<YAxis,YAxisViewer> |
ChartContextImpl.getyAxisLocator() |
Modifier and Type | Method and Description |
---|---|
YAxisViewer |
YAxisManager.getAxis(YAxis axis) |
protected void |
YAxisManager.handleAdd(int index,
YAxis axis) |
protected void |
YAxisManager.handleRemove(YAxis axis) |
void |
AbstractInputViewer.setY(YAxis y) |
Constructor and Description |
---|
YAxisViewer(org.eclipse.core.databinding.DataBindingContext dbc,
ChartRenderer manager,
YAxis axis,
boolean left) |
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.