| Package | Description |
|---|---|
| com.amazon.speech.speechlet.interfaces.display.template |
Contains classes that define templates that can be rendered to a display.
|
| Modifier and Type | Method and Description |
|---|---|
Image |
BodyTemplate3.getBackgroundImage()
Returns the background image.
|
Image |
ListTemplate2.getBackgroundImage()
Returns the background image.
|
Image |
ListTemplate1.getBackgroundImage()
Returns the background image.
|
Image |
BodyTemplate2.getBackgroundImage()
Returns the background image.
|
Image |
BodyTemplate1.getBackgroundImage()
Returns the background image.
|
Image |
BodyTemplate6.getBackgroundImage()
Returns the background image.
|
Image |
BodyTemplate3.getImage()
Returns the image.
|
Image |
ListTemplate2.ListItem.getImage()
Returns the image.
|
Image |
ListTemplate1.ListItem.getImage()
Returns the image.
|
Image |
BodyTemplate2.getImage()
Returns the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BodyTemplate3.setBackgroundImage(Image backgroundImage)
Sets the background image.
|
void |
ListTemplate2.setBackgroundImage(Image backgroundImage)
Sets the background image.
|
void |
ListTemplate1.setBackgroundImage(Image backgroundImage)
Sets the background image.
|
void |
BodyTemplate2.setBackgroundImage(Image backgroundImage)
Sets the background image.
|
void |
BodyTemplate1.setBackgroundImage(Image backgroundImage)
Sets the background image.
|
void |
BodyTemplate6.setBackgroundImage(Image backgroundImage)
Sets the background image.
|
void |
BodyTemplate3.setImage(Image image)
Sets the image.
|
void |
ListTemplate2.ListItem.setImage(Image image)
Sets the image.
|
void |
ListTemplate1.ListItem.setImage(Image image)
Sets the image.
|
void |
BodyTemplate2.setImage(Image image)
Sets the image.
|
Copyright © 2017. All rights reserved.