Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CaptionFrameMarkerState

Represents state of a CaptionFrameMarker,

Hierarchy

Index

Properties

captionText

captionText: string

Caption text

containerTransformMatrix

containerTransformMatrix: ITransformMatrix

Transofrmation matrix for the marker's container.

fillColor

fillColor: string

Rectangle fill color.

fontFamily

fontFamily: string

Caption text font family.

fontSize

fontSize: string

Caption text font size.

height

height: number

Marker's height.

left

left: number

x coordinate of the top-left corner.

Optional notes

notes: string

Additional information about the marker.

since

2.10.0

opacity

opacity: number

Rectangle opacity (alpha). 0 to 1.

rotationAngle

rotationAngle: number

Marker's rotation angle.

state

Current editing state/status.

strokeColor

strokeColor: string

Rectangle border stroke (line) color.

strokeDasharray

strokeDasharray: string

Rectange border dash array.

strokeWidth

strokeWidth: number

Rectange border width.

textColor

textColor: string

Text color.

top

top: number

y coordinate of the top-left corner.

typeName

typeName: string

Marker's type name.

visualTransformMatrix

visualTransformMatrix: ITransformMatrix

Transformation matrix for the marker's visual.

width

width: number

Marker's width.

Generated using TypeDoc