Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StyleCacheHandler

Implements

Index

Constructors

constructor

  • Returns StyleCacheHandler

Properties

Private _clusterStyleCache

_clusterStyleCache: any

Methods

Private _makeKey

  • _makeKey(clusterText: string, tag: string): string
  • Parameters

    • clusterText: string
    • tag: string

    Returns string

getClusterStyle

  • getClusterStyle(clusterText: string, tag: string, selected: boolean): Style
  • Parameters

    • clusterText: string
    • tag: string
    • selected: boolean

    Returns Style

getStyle

  • getStyle(): void
  • Returns void

setClusterStyle

  • setClusterStyle(clusterText: string, tag: string, selected: boolean, style: Style): void
  • Parameters

    • clusterText: string
    • tag: string
    • selected: boolean
    • style: Style

    Returns void

setStyle

  • setStyle(): void
  • Returns void

Generated using TypeDoc