public interface ScaleAction extends XAxisController
The following features are supported:
ChartPackage.getScaleAction()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
long |
getTimespan()
Returns the value of the 'Timespan' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setTimespan(long value)
Sets the value of the '
Timespan ' attribute. |
getAxis
long getTimespan()
If the meaning of the 'Timespan' attribute isn't clear, there really should be more of a description here...
setTimespan(long)
,
ChartPackage.getScaleAction_Timespan()
void setTimespan(long value)
Timespan
' attribute.
value
- the new value of the 'Timespan' attribute.getTimespan()
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
ChartPackage.getScaleAction_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
ChartPackage.getScaleAction_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.