Package | Description |
---|---|
com.canto.cumulus |
The base package of the Cumulus Java Classes.
|
com.canto.cumulus.ui |
The Cumulus application user interface classes.
|
Modifier and Type | Method and Description |
---|---|
static Pixmap |
Pixmap.createFromAsset(Asset asset,
java.lang.String assetHandlingSet)
Creates a pixel preview for the given asset.
|
static Pixmap |
Pixmap.createFromAsset(Asset asset,
java.lang.String assetHandlingSet,
int maxSize,
int rotation)
Creates a pixel preview for the given asset.
|
static Pixmap |
Pixmap.createFromAsset(Asset asset,
java.lang.String assetHandlingSet,
int maxSizeWidth,
int maxSizeHeight,
int rotation)
Creates a pixel preview for the given asset.
|
static Pixmap |
Pixmap.createPixmapFromJPEG(byte[] jpgBytes)
Creates a new Pixmap object from a JPG stream given as a byte array.
|
static Pixmap |
Pixmap.createPixmapFromPNG(byte[] pngBytes)
Creates a new Pixmap object from a PNG stream given as a byte array.
|
static Pixmap |
Pixmap.createPixmapFromPNG(java.io.InputStream PNGStream)
Creates a new Pixmap object from a PNG stream.
|
Pixmap |
Item.getPictureValue(GUID fieldUID)
Returns the pixmap instance for the specified field of type
FieldTypes.FieldTypePicture . |
Modifier and Type | Method and Description |
---|---|
void |
Item.setPictureValue(GUID fieldUID,
Pixmap pixmap)
Modify the value of a picture field in this item.
|
Modifier and Type | Method and Description |
---|---|
Pixmap |
ToolbarButton.getPixmap()
Returns the button default's picture.
|
Pixmap |
ToolbarButton.getPixmap(int mode)
Returns the button picture for the specified mode.
|
Modifier and Type | Method and Description |
---|---|
void |
ToolbarButton.setPixmap(int mode,
Pixmap pixmap)
Set the button's picture for the specified mode.
|
void |
ToolbarButton.setPixmap(Pixmap pixmap)
Sets the default button's picture.
|
Constructor and Description |
---|
ToolbarButton(Pixmap pixmap)
Creates a new button with the associated picture.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.