Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

animationFrozen

animationFrozen: boolean = false

animationFrozenValue

animationFrozenValue: string = ""

attributes

attributes: Record<string, Property>

attributesToInherit

attributesToInherit: string[] = ['gradientUnits']

Protected captureTextNodes

captureTextNodes: boolean

children

children: Element[] = []

Protected document

document: Document

Protected node

node: HTMLElement

parent

parent: Element = null

Protected stops

stops: StopElement[] = []

styles

styles: Record<string, Property>

stylesSpecificity

stylesSpecificity: Record<string, string>

type

type: string = "radialGradient"

Static ignoreChildTypes

ignoreChildTypes: string[] = ['title']

Methods

Protected addChild

  • addChild(childNode: Element | HTMLElement): void

Protected addParentOpacity

  • addParentOpacity(parentOpacityProp: Property, color: string): string

addStylesFromStyleDefinition

  • addStylesFromStyleDefinition(): void

clearContext

createGradient

getAttribute

  • getAttribute(name: string, createIfNotExists?: boolean): Property<any>

getGradient

getGradientUnits

  • getGradientUnits(): string

getHrefAttribute

getStyle

  • getStyle(name: string, createIfNotExists?: boolean, skipAncestors?: boolean): Property

Protected inheritStopContainer

  • inheritStopContainer(stopsContainer: Element): void

Protected matchesSelector

  • matchesSelector(selector: string): boolean

render

renderChildren

setContext

Generated using TypeDoc