Class Description

A point in a given space defined by 3 coordinates and associated to a diagram object. The coordinates may be positive or negative as the origin does not have to be in the corner of a diagram.

Attributes

Name Type Description
xPosition Float The X coordinate of this point.
yPosition Float

Relationships

Inherits from

  • None

Descendant classes

  • No descendant classes

Leaf/Root class

IsLeaf IsRoot
True True

Associations

Source Class Cardinality Source Target Class Cardinality Target Source Name Source Assoc. Description Target Name Target Assoc. Description
DiagramObject 1 DiagramObjectPoint 0..* DiagramObject The diagram object with which the points are associated. DiagramObjectPoints A diagram object can have 0 or more points to reflect its layout position, routing (for polylines) or boundary (for polygons).