| Package | Description |
|---|---|
| com.threerings.media.image |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientImageManager
Provides a single point of access for image retrieval and caching - just like the ImageManager
but adds a tie in to the RuntimeAdjust system to control caching and mirage creation.
|
class |
ImageManager
Provides a single point of access for image retrieval and caching.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
ImageUtil.composeMaskedImage(ImageUtil.ImageCreator isrc,
BufferedImage mask,
BufferedImage base)
Create an image using the alpha channel from the first and the RGB values from the second.
|
static BufferedImage |
ImageUtil.composeMaskedImage(ImageUtil.ImageCreator isrc,
Shape mask,
BufferedImage base)
Create a new image using the supplied shape as a mask from which to cut out pixels from the
supplied image.
|
static BufferedImage |
ImageUtil.createTracedImage(ImageUtil.ImageCreator isrc,
BufferedImage src,
Color tcolor,
int thickness)
Creates and returns a new image consisting of the supplied image traced with the given
color and thickness.
|
static BufferedImage |
ImageUtil.createTracedImage(ImageUtil.ImageCreator isrc,
BufferedImage src,
Color tcolor,
int thickness,
float startAlpha,
float endAlpha)
Creates and returns a new image consisting of the supplied image traced with the given
color, thickness and alpha transparency.
|
Copyright © 2015. All rights reserved.