Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • mxStyleRegistry

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

values

values: {}

Maps from strings to objects.

Type declaration

  • [key: string]: any

Methods

getName

  • getName(value: any): string

getValue

  • getValue(name: string): any

putValue

  • putValue(name: string, obj: any): void
  • Puts the given object into the registry under the given name.

    Parameters

    • name: string
    • obj: any

    Returns void

Generated using TypeDoc