Class TextureContainerVisualization
Inheritance
TextureContainerVisualization
Properties
enableGlareEffect
Declaration
enableGlareEffect: boolean;
Property Value
opacity
Declaration
Property Value
textureName
Declaration
Property Value
textureSource
Declaration
textureSource: ImageItem.ImageSource;
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
Methods
_copy(source, destination)
Declaration
protected _copy(source: TextureContainerVisualization, destination: TextureContainerVisualization): void;
Parameters
Returns
clone()
Declaration
clone(): TextureContainerVisualization;
Returns
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;
} |
|