Package | Description |
---|---|
com.M00271117.motraining.framework | |
com.M00271117.motraining.framework.impl |
Modifier and Type | Method and Description |
---|---|
Graphics.PixmapFormat |
Pixmap.getFormat() |
static Graphics.PixmapFormat |
Graphics.PixmapFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Graphics.PixmapFormat[] |
Graphics.PixmapFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pixmap |
Graphics.newPixmap(java.lang.String fileName,
Graphics.PixmapFormat format) |
Modifier and Type | Field and Description |
---|---|
(package private) Graphics.PixmapFormat |
AndroidPixmap.format |
Modifier and Type | Method and Description |
---|---|
Graphics.PixmapFormat |
AndroidPixmap.getFormat() |
Modifier and Type | Method and Description |
---|---|
Pixmap |
AndroidGraphics.newPixmap(java.lang.String fileName,
Graphics.PixmapFormat format) |
Constructor and Description |
---|
AndroidPixmap(Bitmap bitmap,
Graphics.PixmapFormat format) |