SwimLanePrimaryLaneProxy


Constructors

new SwimLanePrimaryLaneProxy()

new SwimLanePrimaryLaneProxy(swimlane, index): SwimLanePrimaryLaneProxy

Parameters

ParameterType
swimlaneSwimLaneBlockProxy
indexnumber

Returns

SwimLanePrimaryLaneProxy


Properties

index

readonly index: number;

swimlane

readonly swimlane: SwimLaneBlockProxy;

Methods

getBoundingBox()

getBoundingBox(): object

Returns

object

h
h: number = bb.h;
w
w: number;
x
x: number;
y
y: number = bb.y;

getSize()

getSize(): number

For horizontal lanes, the lane height.
For vertical lanes, the lane width.

Returns

number


getTitle()

getTitle(): string

Returns

string


setFill()

setFill(fill): void

Parameters

ParameterType
fillSimpleFillStyle

Returns

void


setTitle()

setTitle(title): undefined

Parameters

ParameterType
titlestring

Returns

undefined