public interface FunctionPlot
The following features are supported:
ValuesPackage.getFunctionPlot()
Modifier and Type | Method and Description |
---|---|
double |
getFinalValue()
Returns the value of the 'Final Value' attribute.
|
double |
getInitialValue()
Returns the value of the 'Initial Value' attribute.
|
double |
getStepValue()
Returns the value of the 'Step Value' attribute.
|
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute.
|
java.lang.String |
getXAxisLabel()
Returns the value of the 'XAxis Label' attribute.
|
java.lang.String |
getYAxisLabel()
Returns the value of the 'YAxis Label' attribute.
|
void |
setFinalValue(double value)
Sets the value of the '
Final Value ' attribute. |
void |
setInitialValue(double value)
Sets the value of the '
Initial Value ' attribute. |
void |
setStepValue(double value)
Sets the value of the '
Step Value ' attribute. |
void |
setTitle(java.lang.String value)
Sets the value of the '
Title ' attribute. |
void |
setXAxisLabel(java.lang.String value)
Sets the value of the '
XAxis Label ' attribute. |
void |
setYAxisLabel(java.lang.String value)
Sets the value of the '
YAxis Label ' attribute. |
java.lang.String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
ValuesPackage.getFunctionPlot_Title()
void setTitle(java.lang.String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
java.lang.String getXAxisLabel()
If the meaning of the 'XAxis Label' attribute isn't clear, there really should be more of a description here...
setXAxisLabel(String)
,
ValuesPackage.getFunctionPlot_XAxisLabel()
void setXAxisLabel(java.lang.String value)
XAxis Label
' attribute.
value
- the new value of the 'XAxis Label' attribute.getXAxisLabel()
java.lang.String getYAxisLabel()
If the meaning of the 'YAxis Label' attribute isn't clear, there really should be more of a description here...
setYAxisLabel(String)
,
ValuesPackage.getFunctionPlot_YAxisLabel()
void setYAxisLabel(java.lang.String value)
YAxis Label
' attribute.
value
- the new value of the 'YAxis Label' attribute.getYAxisLabel()
double getInitialValue()
If the meaning of the 'Initial Value' attribute isn't clear, there really should be more of a description here...
setInitialValue(double)
,
ValuesPackage.getFunctionPlot_InitialValue()
void setInitialValue(double value)
Initial Value
' attribute.
value
- the new value of the 'Initial Value' attribute.getInitialValue()
double getFinalValue()
If the meaning of the 'Final Value' attribute isn't clear, there really should be more of a description here...
setFinalValue(double)
,
ValuesPackage.getFunctionPlot_FinalValue()
void setFinalValue(double value)
Final Value
' attribute.
value
- the new value of the 'Final Value' attribute.getFinalValue()
double getStepValue()
If the meaning of the 'Step Value' attribute isn't clear, there really should be more of a description here...
setStepValue(double)
,
ValuesPackage.getFunctionPlot_StepValue()
void setStepValue(double value)
Step Value
' attribute.
value
- the new value of the 'Step Value' attribute.getStepValue()