public interface TimeShiftAction extends XAxisController
The following features are supported:
ChartPackage.getTimeShiftAction()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
long |
getDiff()
Returns the value of the 'Diff' attribute.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setDiff(long value)
Sets the value of the '
Diff ' attribute. |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
getAxis
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
ChartPackage.getTimeShiftAction_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
long getDiff()
If the meaning of the 'Diff' attribute isn't clear, there really should be more of a description here...
setDiff(long)
,
ChartPackage.getTimeShiftAction_Diff()
void setDiff(long value)
Diff
' attribute.
value
- the new value of the 'Diff' attribute.getDiff()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
ChartPackage.getTimeShiftAction_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.