Interface IElementProvider

interface IElementProvider {
    addOrRefreshElement(element: IElement): void;
    getStyleFor(element: IElement): Style;
    invalidateAll(): void;
    releaseAll(): void;
    removeElement(element: IElement): void;
    resetAll(): void;
    runCachePreparation(): void;
    setBackgroundProvider(bgprovider: IBackgroundProvider): void;
    setWindowStyle(style: Style): void;
}

Implemented by

Methods

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.