Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UIBackground

Public interface of Background. Type of UiElement that can be used as a Background of another element.

Index

Methods

getFillStyle

  • Returns FillStyle

    Current Background FillStyle

getFillStyleHighlight

  • getFillStyleHighlight(): FillStyle | undefined
  • Returns FillStyle | undefined

    Highlighted FillStyle of Background or undefined for auto assignment

getStrokeStyle

  • Returns LineStyle

    Current Background LineStyle

setFillStyle

  • Set FillStyle of Background.

    Parameters

    Returns this

    Object itself for fluent interface

setFillStyleHighlight

setStrokeStyle

  • Set stroke style of Background.

    Parameters

    Returns this

    Object itself for fluent interface