ChoiceCellImageBooleanSdlArtworkSdlArtworkInitializes an instance of SdlArtwork
ChoiceCellCreates a deep copy of the object
Kind: Instance method of SdlArtwork
Returns: ChoiceCell - A deep copy of the object
ImageGets the Image RPC representing this artwork. Generally for use internally, you should instead pass an artwork to a Screen Manager method
Kind: Instance method of SdlArtwork
Returns: Image - The Image RPC representing this artwork.
BooleanGets whether this SdlArtwork is a template image whose coloring should be decided by the HMI
Kind: Instance method of SdlArtwork
Returns: Boolean - tells whether this SdlArtwork is a template image
SdlArtworkSets whether this SdlArtwork is a template image whose coloring should be decided by the HMI
Kind: Instance method of SdlArtwork
Returns: SdlArtwork - A reference to this instance to support method chaining.
| Param | Type | Description |
|---|---|---|
| isTemplate | Boolean |
boolean that tells whether this SdlArtwork is a template image |