ImageViolationSettings
Classes
ImageViolationSettings
Extends
Constructors
Constructor
new ImageViolationSettings(defaultValue?): ImageViolationSettings;
Parameters
| Parameter | Type |
|---|---|
defaultValue? | boolean |
Returns
Overrides
ShapeViolationSettings.constructor
Properties
allowBleedArea
allowBleedArea: boolean;
Inherited from
ShapeViolationSettings.allowBleedArea
allowImageQuality
allowImageQuality: boolean;
allowRegion
allowRegion: boolean;
Inherited from
ShapeViolationSettings.allowRegion
allowSafetyLines
allowSafetyLines: boolean;
Inherited from
ShapeViolationSettings.allowSafetyLines
allowShape
allowShape: boolean;
Inherited from
ShapeViolationSettings.allowShape
id
id: string;
Inherited from
type
type: string = ImageViolationSettings.type;
Overrides
type
static type: string = "ImageViolationSettings";
Overrides
Accessors
name
Get Signature
get name(): string;
Returns
string
Set Signature
set name(value): void;
Parameters
| Parameter | Type |
|---|---|
value | string |
Returns
void
Inherited from
tags
Get Signature
get tags(): object;
Returns
object
Set Signature
set tags(value): void;
Parameters
| Parameter | Type |
|---|---|
value | { [key: string]: any; } |
Returns
void
Inherited from
version
Get Signature
get version(): string;
Returns
string
Inherited from
ShapeViolationSettings.version
Methods
addPropertyChanged()
addPropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
ShapeViolationSettings.addPropertyChanged
clone()
clone(): ImageViolationSettings;
Returns
Overrides
equals()
equals(p): boolean;
Parameters
| Parameter | Type |
|---|---|
p | ImageViolationSettings |
Returns
boolean
Overrides
generateNewIds()
generateNewIds(): void;
Returns
void
Inherited from
ShapeViolationSettings.generateNewIds
getSimplifiedObject()
getSimplifiedObject(omitProperties?): object;
Parameters
| Parameter | Type |
|---|---|
omitProperties? | string | string[] |
Returns
object
Inherited from
ShapeViolationSettings.getSimplifiedObject
removePropertyChanged()
removePropertyChanged(listener): void;
Parameters
| Parameter | Type |
|---|---|
listener | (sender, eventArgs) => void |
Returns
void
Inherited from
ShapeViolationSettings.removePropertyChanged
toString()
toString(): string;
Returns a string representation of an object.
Returns
string