EClass Vertex
A definition for the vertex layout.
- ePackage:
- inherits from:
- referenced by:
- contained by:
Layout (via LayoutItem)
EAttributes
- sizeX (EInt)
The size in x-direction of the vertex (width).
- sizeY (EInt)
The size in y-direction of the vertex (height).
- x (EFloat)
The x-coordinate of the position of the vertex.
- y (EFloat)
The y-coordinate of the position of the vertex.
EReferences
- parent (Vertex) (lowerBound=0, upperBound=1)
A reference to its parent vertex. Used for nested graph objects.
- refersTo (EObject) (lowerBound=0, upperBound=1)
A reference to the eObject this layout item represents.