public interface Scene
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SofiagraphicsPackage.getScene()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Color> |
getColor()
Returns the value of the 'Color' containment reference list.
|
org.eclipse.emf.common.util.EList<Dimension> |
getDimension()
Returns the value of the 'Dimension' containment reference list.
|
org.eclipse.emf.common.util.EList<Gesture> |
getGesture()
Returns the value of the 'Gesture' containment reference list.
|
org.eclipse.emf.common.util.EList<Widget> |
getObject()
Returns the value of the 'Object' containment reference list.
|
org.eclipse.emf.common.util.EList<Point> |
getPoint()
Returns the value of the 'Point' containment reference list.
|
Widget |
getRoot()
Returns the value of the 'Root' reference.
|
org.eclipse.emf.common.util.EList<Style> |
getStyle()
Returns the value of the 'Style' containment reference list.
|
void |
setRoot(Widget value)
Sets the value of the '
Root' reference. |
org.eclipse.emf.common.util.EList<Widget> getObject()
Widget.
If the meaning of the 'Object' containment reference list isn't clear, there really should be more of a description here...
SofiagraphicsPackage.getScene_Object()Widget getRoot()
If the meaning of the 'Root' reference isn't clear, there really should be more of a description here...
setRoot(Widget),
SofiagraphicsPackage.getScene_Root()void setRoot(Widget value)
Root' reference.
value - the new value of the 'Root' reference.getRoot()org.eclipse.emf.common.util.EList<Point> getPoint()
Point.
If the meaning of the 'Point' containment reference list isn't clear, there really should be more of a description here...
SofiagraphicsPackage.getScene_Point()org.eclipse.emf.common.util.EList<Dimension> getDimension()
Dimension.
If the meaning of the 'Dimension' containment reference list isn't clear, there really should be more of a description here...
SofiagraphicsPackage.getScene_Dimension()org.eclipse.emf.common.util.EList<Color> getColor()
Color.
If the meaning of the 'Color' containment reference list isn't clear, there really should be more of a description here...
SofiagraphicsPackage.getScene_Color()org.eclipse.emf.common.util.EList<Style> getStyle()
Style.
If the meaning of the 'Style' containment reference list isn't clear, there really should be more of a description here...
SofiagraphicsPackage.getScene_Style()org.eclipse.emf.common.util.EList<Gesture> getGesture()
Gesture.
If the meaning of the 'Gesture' containment reference list isn't clear, there really should be more of a description here...
SofiagraphicsPackage.getScene_Gesture()Copyright © 2018. All rights reserved.