Options
All
  • Public
  • Public/Protected
  • All
Menu

System layers are used in the background and foreground of each row. A background layer gets drawn before the activities are drawn while a foreground layer gets drawn after the activities are drawn. Each layer is specialized on drawing one type of information: current time, selected time intervals, grid lines, and so on. The graphics view manages the layers in two lists and provides convenience methods to easily look them up.

since

1.0

see

typescript GraphicsBase.getForegroundSystemLayers(), GraphicsBase.getBackgroundSystemLayers(), GraphicsBase.getForegroundSystemLayer(Class), GraphicsBase.getBackgroundSystemLayer(Class)

Type parameters

  • R: Row

    the type of the rows

Hierarchy

Index

Methods

getGraphics

  • Returns GraphicsBase<R>

getName

  • getName(): string
  • Returns string

getOpacity

  • getOpacity(): number
  • Returns number

isSnapToPixel

  • isSnapToPixel(): boolean
  • Returns boolean

isVisible

  • isVisible(): boolean
  • Returns boolean

setName

  • setName(value: string): void
  • Parameters

    • value: string

    Returns void

setOpacity

  • setOpacity(value: number): void
  • Parameters

    • value: number

    Returns void

setSnapToPixel

  • setSnapToPixel(value: boolean): void
  • Parameters

    • value: boolean

    Returns void

setVisible

  • setVisible(value: boolean): void
  • Parameters

    • value: boolean

    Returns void