All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.svg-legacy.helper.GradientManager.d.ts Maven / Gradle / Ivy

import Definable from './Definable';
import Displayable from '../../graphic/Displayable';
import { GradientObject } from '../../graphic/Gradient';
export default class GradientManager extends Definable {
    constructor(zrId: number, svgRoot: SVGElement);
    addWithoutUpdate(svgElement: SVGElement, displayable: Displayable): void;
    add(gradient: GradientObject): SVGElement;
    update(gradient: GradientObject | string): void;
    updateDom(gradient: GradientObject, dom: SVGElement): void;
    markUsed(displayable: Displayable): void;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy