Modifier and Type | Class and Description |
---|---|
class |
ImageImpl
An implementation detail.
|
Modifier and Type | Field and Description |
---|---|
Image |
Canvas.image
The image that underlies this canvas.
|
Modifier and Type | Field and Description |
---|---|
RFuture<Image> |
Image.state
Reports the asynchronous loading of this image.
|
Modifier and Type | Method and Description |
---|---|
Image |
Assets.getImage(java.lang.String path)
Asynchronously loads and returns an image.
|
Image |
Assets.getImageSync(java.lang.String path)
Synchronously loads and returns an image.
|
Image |
Assets.getRemoteImage(java.lang.String url)
Asynchronously loads and returns the image at the specified URL.
|
Image |
Assets.getRemoteImage(java.lang.String url,
int width,
int height)
Asynchronously loads and returns the image at the specified URL.
|
Image |
Net.Response.payloadImage(Scale scale)
Returns the response payload as an
Image . |
Image |
Image.setConfig(Texture.Config config)
Sets the texture config used when creating this image's default texture.
|
abstract Image |
Canvas.snapshot()
Returns an immutable snapshot of the image that backs this canvas.
|
abstract Image |
Image.transform(Image.BitmapTransformer xform)
Generates a new image from this image's bitmap, using a transformer created for the platform
in use.
|
Modifier and Type | Method and Description |
---|---|
void |
Texture.update(Image image)
Uploads
image to this texture's GPU memory. |
Copyright © 2019. All Rights Reserved.