public interface VisualValue extends Value
The following features are supported:
ValuesPackage.getVisualValue()
Modifier and Type | Method and Description |
---|---|
<any> |
getGroupElements()
Returns the value of the 'Group Elements' reference list.
|
Point |
getPosition()
Returns the value of the 'Position' containment reference.
|
void |
setPosition(Point value)
Sets the value of the '
Position ' containment reference. |
isSynched, setSynched
<any> getGroupElements()
VisualGroupElement
.
If the meaning of the 'Group Elements' reference list isn't clear, there really should be more of a description here...
ValuesPackage.getVisualValue_GroupElements()
Point getPosition()
If the meaning of the 'Position' containment reference isn't clear, there really should be more of a description here...
setPosition(Point)
,
ValuesPackage.getVisualValue_Position()
void setPosition(Point value)
Position
' containment reference.
value
- the new value of the 'Position' containment reference.getPosition()