public interface CurrentTimeController extends XAxisController
The following features are supported:
ChartPackage.getCurrentTimeController()
Modifier and Type | Method and Description |
---|---|
String |
getAlignDateFormat()
Returns the value of the 'Align Date Format' attribute.
|
long |
getDiff()
Returns the value of the 'Diff' attribute.
|
Long |
getTimespan()
Returns the value of the 'Timespan' attribute.
|
void |
setAlignDateFormat(String value)
Sets the value of the '
Align Date Format ' attribute. |
void |
setDiff(long value)
Sets the value of the '
Diff ' attribute. |
void |
setTimespan(Long value)
Sets the value of the '
Timespan ' attribute. |
getAxis
long getDiff()
"0"
.
If the meaning of the 'Diff' attribute isn't clear, there really should be more of a description here...
setDiff(long)
,
ChartPackage.getCurrentTimeController_Diff()
void setDiff(long value)
Diff
' attribute.
value
- the new value of the 'Diff' attribute.getDiff()
String getAlignDateFormat()
setAlignDateFormat(String)
,
ChartPackage.getCurrentTimeController_AlignDateFormat()
void setAlignDateFormat(String value)
Align Date Format
' attribute.
value
- the new value of the 'Align Date Format' attribute.getAlignDateFormat()
Long getTimespan()
If the meaning of the 'Timespan' attribute isn't clear, there really should be more of a description here...
setTimespan(Long)
,
ChartPackage.getCurrentTimeController_Timespan()
void setTimespan(Long value)
Timespan
' attribute.
value
- the new value of the 'Timespan' attribute.getTimespan()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.