Class TextureContainer
Inheritance
TextureContainer
Constructors
(constructor)()
Constructs a new instance of the TextureContainer class
Declaration
Properties
_previewTextureSource
Declaration
_previewTextureSource: ImageItem.ImageSource;
Property Value
outputColor
Declaration
Property Value
previewTextureName
Declaration
previewTextureName: string;
Property Value
previewTextureSource
Declaration
get previewTextureSource(): ImageItem.ImageSource;
set previewTextureSource(previewTextureSource: ImageItem.ImageSource);
Property Value
renderingType
Declaration
get renderingType(): RenderingType;
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
Methods
_copy(source, destination, generateNewIds)
Declaration
protected _copy(source: TextureContainer, destination: TextureContainer, generateNewIds: boolean): TextureContainer;
Parameters
Returns
clone(generateNewIds)
Declaration
clone(generateNewIds?: boolean): TextureContainer;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
Returns
getSimplifiedObject(omitProperties)
Declaration
getSimplifiedObject(omitProperties?: string[] | string): {
printingTechniqueConstraints: {
allowRasterElements: boolean;
minWidth: number;
minFontSize: number;
targetDpi: number;
};
constraints: {
maxArtworkSize: {
width: number;
height: number;
shapeType: import(".").ArtworkShapeType;
};
};
constructor: Function;
toString(): string;
toLocaleString(): string;
valueOf(): Object;
hasOwnProperty(v: string | number | symbol): boolean;
isPrototypeOf(v: Object): boolean;
propertyIsEnumerable(v: string | number | symbol): boolean;
};
Parameters
| Type |
Name |
Description |
| string[] | string |
omitProperties |
|
Returns
| Type |
Description |
| {
printingTechniqueConstraints: {
allowRasterElements: boolean;
minWidth: number;
minFontSize: number;
targetDpi: number;
};
constraints: {
maxArtworkSize: {
width: number;
height: number;
shapeType: import(".").ArtworkShapeType;
};
};
constructor: Function;
toString(): string;
toLocaleString(): string;
valueOf(): Object;
hasOwnProperty(v: string | number | symbol): boolean;
isPrototypeOf(v: Object): boolean;
propertyIsEnumerable(v: string | number | symbol): boolean;
} |
|