| Package | Description |
|---|---|
| com.threerings.media.image |
| Modifier and Type | Method and Description |
|---|---|
ImageManager.ImageKey |
ImageManager.getImageKey(ImageDataProvider daprov,
String path)
Returns an image key that can be used to fetch the image identified by the specified data
provider and image path.
|
ImageManager.ImageKey |
ImageManager.getImageKey(String rset,
String path)
Returns an image key that can be used to fetch the image identified by the specified
resource set and image path.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
ImageManager.getImage(ImageManager.ImageKey key,
Colorization[] zations)
Obtains the image identified by the specified key, caching if possible.
|
Mirage |
ImageManager.getMirage(ImageManager.ImageKey key)
Creates a mirage which is an image optimized for display on our current display device and
which will be stored into video memory if possible.
|
Mirage |
ImageManager.getMirage(ImageManager.ImageKey key,
Colorization[] zations)
Like
ImageManager.getMirage(ImageKey) but the supplied colorizations are applied to the source
image before creating the mirage. |
Mirage |
ImageManager.getMirage(ImageManager.ImageKey key,
Rectangle bounds)
Like
ImageManager.getMirage(ImageKey) but that only the specified subimage of the source image
is used to build the mirage. |
Mirage |
ImageManager.getMirage(ImageManager.ImageKey key,
Rectangle bounds,
Colorization[] zations)
Like
ImageManager.getMirage(ImageKey,Colorization[]) except that the mirage is created using
only the specified subset of the original image. |
Mirage |
ClientImageManager.getMirage(ImageManager.ImageKey key,
Rectangle bounds,
Colorization[] zations) |
Copyright © 2015. All rights reserved.