| Package | Description |
|---|---|
| com.threerings.media.image |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTImageCreator
If the user of the image manager services intends to create and display
images using the AWT, they can use this image creator which will use the
AWT to determine the optimal image format.
|
| Modifier and Type | Method and Description |
|---|---|
ImageManager.OptimalImageCreator |
ImageManager.getImageCreator()
Returns the image creator that can be used to create buffered images optimized for rendering
to the screen.
|
| Constructor and Description |
|---|
ClientImageManager(ResourceManager rmgr,
ImageManager.OptimalImageCreator icreator) |
ImageManager(ResourceManager rmgr,
ImageManager.OptimalImageCreator icreator)
Construct an image manager with the specified
ResourceManager from which it will
obtain its data. |
Copyright © 2015. All rights reserved.