SequenceDiagramConfig class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

SequenceDiagramConfig({num diagramMarginX, num diagramMarginY, num actorMargin, num width, num height, num boxMargin, num boxTextMargin, num noteMargin, num messageMargin, bool mirrorActors, num bottomMarginAdj, bool useMaxWidth})
factory

Properties

actorMargin num
actorMargin - Margin between actors default: 10
getter/setter pair
bottomMarginAdj num
bottomMarginAdj - Depending on css styling this might need adjustment. Prolongs the edge of the diagram downwards default: 1
getter/setter pair
boxMargin num
boxMargin - Margin around loop boxes default: 10
getter/setter pair
boxTextMargin num
boxTextMargin - margin around the text in loop/alt/opt boxes default: 5
getter/setter pair
diagramMarginX num
diagramMarginX - margin to the right and left of the sequence diagram default: 50
getter/setter pair
diagramMarginY num
diagramMarginY - margin to the over and under the sequence diagram default: 10
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num
height - Height of actor boxes default: 65
getter/setter pair
messageMargin num
messageMargin - Space between messages default: 35
getter/setter pair
mirrorActors bool
mirrorActors - mirror actors under diagram default: true
getter/setter pair
noteMargin num
noteMargin - margin around notes default: 10
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useMaxWidth bool
useMaxWidth - when this flag is set the height and width is set to 100% and is then scaling with the available space if not the absolute space required is used default: true
getter/setter pair
width num
width - Width of actor boxes default: 150
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited