Back to Website
Show / Hide Table of Contents

Class TextureContainerVisualization

Inheritance
ContainerVisualization
TextureContainerVisualization
Package: @aurigma/design-atoms-model

Properties

enableGlareEffect

Declaration
enableGlareEffect: boolean;
Property Value
Type Description
boolean

opacity

Declaration
opacity: number;
Property Value
Type Description
number

textureName

Declaration
textureName: string;
Property Value
Type Description
string

textureSource

Declaration
textureSource: ImageItem.ImageSource;
Property Value
Type Description
ImageSource

type

Declaration
readonly type: string;
Property Value
Type Description
string

type

Declaration
static type: string;
Property Value
Type Description
string

Methods

_copy(source, destination)

Declaration
protected _copy(source: TextureContainerVisualization, destination: TextureContainerVisualization): void;
Parameters
Type Name Description
TextureContainerVisualization source
TextureContainerVisualization destination
Returns
Type Description
void

clone()

Declaration
clone(): TextureContainerVisualization;
Returns
Type Description
TextureContainerVisualization

toJSON()

Declaration
toJSON(): {
        type: string;
        textureSource: {
            id: string;
            width: number;
            height: number;
            isVector: boolean;
            pageIndex: number;
            url: string;
            actualSize: boolean;
            saveAspectRatio: boolean;
            origin: ImageItem.ImageSource.Origin;
        };
        textureName: string;
        opacity: number;
        enableGlareEffect: boolean;
    };
Returns
Type Description
{ type: string; textureSource: { id: string; width: number; height: number; isVector: boolean; pageIndex: number; url: string; actualSize: boolean; saveAspectRatio: boolean; origin: ImageItem.ImageSource.Origin; }; textureName: string; opacity: number; enableGlareEffect: boolean; }
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback