public interface VisualGroup extends Node
The following features are supported:
ValuesPackage.getVisualGroup()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHighSpectrumColor()
Returns the value of the 'High Spectrum Color' attribute.
|
java.lang.String |
getLowSpectrumColor()
Returns the value of the 'Low Spectrum Color' attribute.
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute.
|
<any> |
getVisualGroupElements()
Returns the value of the 'Visual Group Elements' containment reference list.
|
void |
setHighSpectrumColor(java.lang.String value)
Sets the value of the '
High Spectrum Color ' attribute. |
void |
setLowSpectrumColor(java.lang.String value)
Sets the value of the '
Low Spectrum Color ' attribute. |
void |
setType(java.lang.String value)
Sets the value of the '
Type ' attribute. |
getId, getName, getPath, getTags, setId, setName
isSynched, setSynched
java.lang.String getLowSpectrumColor()
If the meaning of the 'Low Spectrum Color' attribute isn't clear, there really should be more of a description here...
setLowSpectrumColor(String)
,
ValuesPackage.getVisualGroup_LowSpectrumColor()
void setLowSpectrumColor(java.lang.String value)
Low Spectrum Color
' attribute.
value
- the new value of the 'Low Spectrum Color' attribute.getLowSpectrumColor()
java.lang.String getHighSpectrumColor()
If the meaning of the 'High Spectrum Color' attribute isn't clear, there really should be more of a description here...
setHighSpectrumColor(String)
,
ValuesPackage.getVisualGroup_HighSpectrumColor()
void setHighSpectrumColor(java.lang.String value)
High Spectrum Color
' attribute.
value
- the new value of the 'High Spectrum Color' attribute.getHighSpectrumColor()
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
ValuesPackage.getVisualGroup_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
<any> getVisualGroupElements()
VisualGroupElement
.
If the meaning of the 'Visual Group Elements' containment reference list isn't clear, there really should be more of a description here...
ValuesPackage.getVisualGroup_VisualGroupElements()