============== EClass Vertex ============== A definition for the vertex layout. :ePackage: :doc:`LayoutDefinition <./EPackage_LayoutDefinition>` :inherits from: :doc:`LayoutItem <./EClass_LayoutDefinition_LayoutItem>` :referenced by: :doc:`Edge <./EClass_LayoutDefinition_Edge>`, :doc:`LayoutItem <./EClass_LayoutDefinition_LayoutItem>`, :doc:`Vertex <./EClass_LayoutDefinition_Vertex>` :contained by: :doc:`Layout <./EClass_LayoutDefinition_Layout>` (via :doc:`LayoutItem <./EClass_LayoutDefinition_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** (:doc:`Vertex <./EClass_LayoutDefinition_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.