Image |
Base class used to hold common values found in any of the following subclasses:
Square
ImageURL
Circle
Triangle
Note that not all values may get used.
|
Image.Circle |
Class used to create the JSON for a Circle-shaped image.
|
Image.ImageURL |
Class used to create the JSON for an image sourced from a URL.
|
Image.Rectangle |
Class used to create the JSON for a Rectangle-shaped image (Referred to as "bitmap" in the fluxpoint API).
|
Image.Triangle |
Class used to create the JSON for a Triangle-shaped image.
|
Text |
|
Text.MultiLine |
Represents multiple lines to add.
|
Text.SingleLine |
Represents a single text line to add.
|