Hierarchy

Implements

Index

Constructors

constructor

  • new StiInterlacing(interlacedBrush?: StiBrush, visible?: boolean, allowApplyStyle?: boolean): StiInterlacing
  • Parameters

    • Default value interlacedBrush: StiBrush = new StiSolidBrush(Color.transparent)
    • Default value visible: boolean = true
    • Default value allowApplyStyle: boolean = true

    Returns StiInterlacing

Properties

Protected _hash

_hash: StiMeta[]

area

area: IStiArea

core

interlacedBrush

interlacedBrush: StiBrush = new StiSolidBrush(Color.transparent)

needSetAreaJsonPropertyInternal

needSetAreaJsonPropertyInternal: boolean = false

visible

visible: boolean = true

Accessors

allowApplyStyle

  • get allowApplyStyle(): boolean
  • set allowApplyStyle(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

componentId

propName

  • get propName(): string
  • Returns string

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

clone

implements

  • implements(): any[]
  • Returns any[]

is

  • Type parameters

    • T

    Parameters

    Returns this

is2

  • is2<T>(type: object | Interface<T>): boolean
  • Type parameters

    • T

    Parameters

    Returns boolean

loadFromJsonObject

  • loadFromJsonObject(j: StiJson): void

loadFromXml

meta

saveToJsonObject

Generated using TypeDoc