EClass SubVertexA (abstract)

Defines a sub-vertex. Sub-vertices use the same definition as vertices, but provide definition to control the position behavior inside the parent vertex. Positioning NORTH / EAST / SOUTH / WEST is along the specified side. Without offset, the default positioning is: 1 sizeX gap, 1 sizeX subvertex, 0.5 sizeX gap, 1 sizeX subvertex, … Usually combined with autoSize. Then it ends with 0.5 sizeX gap. Positioning BODY and RELATIVE are not arranged.

ePackage:

displayableObjects

inherited by:

SubVertex, StaticSubVertex

contained by:

Container, StaticSubVertex, StaticVertex, SubVertex, Vertex, VertexContainerA

EAttributes

anchor (VertexAnchors) - Future Feature

@future not (yet) implemented Defines how a sub-vertex is positioned.

offsetX (EDouble)

Defines a offset in x-direction that is added to the calculated position.

offsetY (EDouble)

Defines a offset in y-direction that is added to the calculated position.

positioning (Positioning)

Defines how a sub-vertex is positioned.

EReferences

This eClass contains no references.