ChoiceCell
Image
Boolean
SdlArtwork
SdlArtwork
Initializes an instance of SdlArtwork
ChoiceCell
Creates a deep copy of the object
Kind: Instance method of SdlArtwork
Returns: ChoiceCell
- A deep copy of the object
Image
Gets 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.
Boolean
Gets 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
SdlArtwork
Sets 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 |