Package | Description |
---|---|
org.eclipse.scada.ui.chart.model | |
org.eclipse.scada.ui.chart.model.impl | |
org.eclipse.scada.ui.chart.model.tests | |
org.eclipse.scada.ui.chart.model.util |
Modifier and Type | Method and Description |
---|---|
LineProperties |
ChartFactory.createLineProperties()
Returns a new object of class 'Line Properties'.
|
LineProperties |
ArchiveSeries.getLineProperties()
Returns the value of the 'Line Properties' containment reference.
|
LineProperties |
ArchiveChannel.getLineProperties()
Returns the value of the 'Line Properties' containment reference.
|
LineProperties |
ScriptSeries.getLineProperties()
Returns the value of the 'Line Properties' containment reference.
|
LineProperties |
DataItemSeries.getLineProperties()
Returns the value of the 'Line Properties' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ArchiveSeries.setLineProperties(LineProperties value)
Sets the value of the '
Line Properties ' containment reference. |
void |
ArchiveChannel.setLineProperties(LineProperties value)
Sets the value of the '
Line Properties ' containment reference. |
void |
ScriptSeries.setLineProperties(LineProperties value)
Sets the value of the '
Line Properties ' containment reference. |
void |
DataItemSeries.setLineProperties(LineProperties value)
Sets the value of the '
Line Properties ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
LinePropertiesImpl
An implementation of the model object 'Line Properties'.
|
Modifier and Type | Field and Description |
---|---|
protected LineProperties |
DataItemSeriesImpl.lineProperties
The cached value of the '
Line Properties ' containment reference. |
protected LineProperties |
ArchiveChannelImpl.lineProperties
The cached value of the '
Line Properties ' containment reference. |
protected LineProperties |
ScriptSeriesImpl.lineProperties
The cached value of the '
Line Properties ' containment reference. |
protected LineProperties |
ArchiveSeriesImpl.lineProperties
The cached value of the '
Line Properties ' containment reference. |
Modifier and Type | Method and Description |
---|---|
LineProperties |
DataItemSeriesImpl.basicGetLineProperties() |
LineProperties |
ArchiveChannelImpl.basicGetLineProperties() |
LineProperties |
ScriptSeriesImpl.basicGetLineProperties() |
LineProperties |
ArchiveSeriesImpl.basicGetLineProperties() |
LineProperties |
ChartFactoryImpl.createLineProperties() |
LineProperties |
DataItemSeriesImpl.getLineProperties() |
LineProperties |
ArchiveChannelImpl.getLineProperties() |
LineProperties |
ScriptSeriesImpl.getLineProperties() |
LineProperties |
ArchiveSeriesImpl.getLineProperties() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DataItemSeriesImpl.basicSetLineProperties(LineProperties newLineProperties,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ArchiveChannelImpl.basicSetLineProperties(LineProperties newLineProperties,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ScriptSeriesImpl.basicSetLineProperties(LineProperties newLineProperties,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ArchiveSeriesImpl.basicSetLineProperties(LineProperties newLineProperties,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DataItemSeriesImpl.setLineProperties(LineProperties newLineProperties) |
void |
ArchiveChannelImpl.setLineProperties(LineProperties newLineProperties) |
void |
ScriptSeriesImpl.setLineProperties(LineProperties newLineProperties) |
void |
ArchiveSeriesImpl.setLineProperties(LineProperties newLineProperties) |
Modifier and Type | Field and Description |
---|---|
protected LineProperties |
LinePropertiesTest.fixture
The fixture for this Line Properties test case.
|
Modifier and Type | Method and Description |
---|---|
protected LineProperties |
LinePropertiesTest.getFixture()
Returns the fixture for this Line Properties test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LinePropertiesTest.setFixture(LineProperties fixture)
Sets the fixture for this Line Properties test case.
|
Modifier and Type | Method and Description |
---|---|
T |
ChartSwitch.caseLineProperties(LineProperties object)
Returns the result of interpreting the object as an instance of 'Line Properties'.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.