public interface Chart
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ChartPackage.getChart()
Modifier and Type | Method and Description |
---|---|
Profile |
getActiveProfile()
Returns the value of the 'Active Profile' reference.
|
org.eclipse.swt.graphics.RGB |
getBackgroundColor()
Returns the value of the 'Background Color' attribute.
|
org.eclipse.emf.common.util.EList<XAxis> |
getBottom()
Returns the value of the 'Bottom' containment reference list.
|
org.eclipse.emf.common.util.EList<Controller> |
getControllers()
Returns the value of the 'Controllers' containment reference list.
|
org.eclipse.emf.common.util.EList<DataSeries> |
getInputs()
Returns the value of the 'Inputs' containment reference list.
|
org.eclipse.emf.common.util.EList<YAxis> |
getLeft()
Returns the value of the 'Left' containment reference list.
|
org.eclipse.emf.common.util.EList<Profile> |
getProfiles()
Returns the value of the 'Profiles' containment reference list.
|
ProfileSwitcherType |
getProfileSwitcherType()
Returns the value of the 'Profile Switcher Type' attribute.
|
org.eclipse.emf.common.util.EList<YAxis> |
getRight()
Returns the value of the 'Right' containment reference list.
|
org.eclipse.emf.common.util.EList<XAxis> |
getSelectedXAxis()
Returns the value of the 'Selected XAxis' reference list.
|
org.eclipse.emf.common.util.EList<YAxis> |
getSelectedYAxis()
Returns the value of the 'Selected YAxis' reference list.
|
XAxis |
getTimeRulerAxis()
Returns the value of the 'Time Ruler Axis' reference.
|
String |
getTitle()
Returns the value of the 'Title' attribute.
|
org.eclipse.emf.common.util.EList<XAxis> |
getTop()
Returns the value of the 'Top' containment reference list.
|
boolean |
isHoverable()
Returns the value of the 'Hoverable' attribute.
|
boolean |
isMutable()
Returns the value of the 'Mutable' attribute.
|
boolean |
isShowCurrentTimeRuler()
Returns the value of the 'Show Current Time Ruler' attribute.
|
void |
setActiveProfile(Profile value)
Sets the value of the '
Active Profile ' reference. |
void |
setBackgroundColor(org.eclipse.swt.graphics.RGB value)
Sets the value of the '
Background Color ' attribute. |
void |
setHoverable(boolean value)
Sets the value of the '
Hoverable ' attribute. |
void |
setMutable(boolean value)
Sets the value of the '
Mutable ' attribute. |
void |
setProfileSwitcherType(ProfileSwitcherType value)
Sets the value of the '
Profile Switcher Type ' attribute. |
void |
setShowCurrentTimeRuler(boolean value)
Sets the value of the '
Show Current Time Ruler ' attribute. |
void |
setTimeRulerAxis(XAxis value)
Sets the value of the '
Time Ruler Axis ' reference. |
void |
setTitle(String value)
Sets the value of the '
Title ' attribute. |
String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
ChartPackage.getChart_Title()
void setTitle(String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
boolean isShowCurrentTimeRuler()
"true"
.
If the meaning of the 'Show Current Time Ruler' attribute isn't clear, there really should be more of a description here...
setShowCurrentTimeRuler(boolean)
,
ChartPackage.getChart_ShowCurrentTimeRuler()
void setShowCurrentTimeRuler(boolean value)
Show Current Time Ruler
' attribute.
value
- the new value of the 'Show Current Time Ruler' attribute.isShowCurrentTimeRuler()
org.eclipse.swt.graphics.RGB getBackgroundColor()
"#FFFFFF"
.
If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...
setBackgroundColor(RGB)
,
ChartPackage.getChart_BackgroundColor()
void setBackgroundColor(org.eclipse.swt.graphics.RGB value)
Background Color
' attribute.
value
- the new value of the 'Background Color' attribute.getBackgroundColor()
org.eclipse.emf.common.util.EList<XAxis> getBottom()
XAxis
.
If the meaning of the 'Bottom' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getChart_Bottom()
org.eclipse.emf.common.util.EList<XAxis> getTop()
XAxis
.
If the meaning of the 'Top' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getChart_Top()
org.eclipse.emf.common.util.EList<YAxis> getLeft()
YAxis
.
If the meaning of the 'Left' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getChart_Left()
org.eclipse.emf.common.util.EList<YAxis> getRight()
YAxis
.
If the meaning of the 'Right' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getChart_Right()
org.eclipse.emf.common.util.EList<YAxis> getSelectedYAxis()
YAxis
.
If the meaning of the 'Selected YAxis' reference isn't clear, there really should be more of a description here...
ChartPackage.getChart_SelectedYAxis()
org.eclipse.emf.common.util.EList<XAxis> getSelectedXAxis()
XAxis
.
If the meaning of the 'Selected XAxis' reference isn't clear, there really should be more of a description here...
ChartPackage.getChart_SelectedXAxis()
org.eclipse.emf.common.util.EList<DataSeries> getInputs()
DataSeries
.
If the meaning of the 'Inputs' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getChart_Inputs()
boolean isMutable()
"true"
.
If the meaning of the 'Mutable' attribute isn't clear, there really should be more of a description here...
setMutable(boolean)
,
ChartPackage.getChart_Mutable()
void setMutable(boolean value)
Mutable
' attribute.
value
- the new value of the 'Mutable' attribute.isMutable()
org.eclipse.emf.common.util.EList<Controller> getControllers()
Controller
.
If the meaning of the 'Controllers' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getChart_Controllers()
boolean isHoverable()
"true"
.
If the meaning of the 'Hoverable' attribute isn't clear, there really should be more of a description here...
setHoverable(boolean)
,
ChartPackage.getChart_Hoverable()
void setHoverable(boolean value)
Hoverable
' attribute.
value
- the new value of the 'Hoverable' attribute.isHoverable()
org.eclipse.emf.common.util.EList<Profile> getProfiles()
Profile
.
If the meaning of the 'Profiles' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getChart_Profiles()
Profile getActiveProfile()
If the meaning of the 'Active Profile' reference isn't clear, there really should be more of a description here...
setActiveProfile(Profile)
,
ChartPackage.getChart_ActiveProfile()
void setActiveProfile(Profile value)
Active Profile
' reference.
value
- the new value of the 'Active Profile' reference.getActiveProfile()
ProfileSwitcherType getProfileSwitcherType()
"BUTTON"
.
The literals are from the enumeration ProfileSwitcherType
.
If the meaning of the 'Profile Switcher Type' attribute isn't clear, there really should be more of a description here...
ProfileSwitcherType
,
setProfileSwitcherType(ProfileSwitcherType)
,
ChartPackage.getChart_ProfileSwitcherType()
void setProfileSwitcherType(ProfileSwitcherType value)
Profile Switcher Type
' attribute.
value
- the new value of the 'Profile Switcher Type' attribute.ProfileSwitcherType
,
getProfileSwitcherType()
XAxis getTimeRulerAxis()
If the meaning of the 'Time Ruler Axis' reference isn't clear, there really should be more of a description here...
setTimeRulerAxis(XAxis)
,
ChartPackage.getChart_TimeRulerAxis()
void setTimeRulerAxis(XAxis value)
Time Ruler Axis
' reference.
value
- the new value of the 'Time Ruler Axis' reference.getTimeRulerAxis()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.