| Package | Description |
|---|---|
| com.threerings.cast.bundle | |
| com.threerings.media.image | |
| com.threerings.media.sound | |
| com.threerings.media.tile.bundle | |
| com.threerings.miso.tile | |
| com.threerings.resource |
| Constructor and Description |
|---|
BundledComponentRepository(ResourceManager rmgr,
ImageManager imgr,
String name)
Constructs a repository which will obtain its resource set from the supplied resource
manager.
|
| Modifier and Type | Method and Description |
|---|---|
static ColorPository |
ColorPository.loadColorPository(ResourceManager rmgr)
Loads up a serialized ColorPository from the supplied resource manager.
|
| Constructor and Description |
|---|
ClientImageManager(ResourceManager rmgr,
Component context) |
ClientImageManager(ResourceManager rmgr,
ImageManager.OptimalImageCreator icreator) |
ImageManager(ResourceManager rmgr,
Component context)
A convenience constructor that creates an
AWTImageCreator for use by the image
manager. |
ImageManager(ResourceManager rmgr,
ImageManager.OptimalImageCreator icreator)
Construct an image manager with the specified
ResourceManager from which it will
obtain its data. |
| Constructor and Description |
|---|
JavaSoundPlayer(ResourceManager rmgr)
Constructs a sound manager.
|
JavaSoundPlayer(ResourceManager rmgr,
String defaultClipBundle,
String defaultClipPath)
Constructs a sound manager with the default clip cache size.
|
JavaSoundPlayer(ResourceManager rmgr,
String defaultClipBundle,
String defaultClipPath,
int cacheSize)
Constructs a sound manager.
|
SoundLoader(ResourceManager rmgr,
String defaultBundle,
String defaultPath) |
SoundManager(ResourceManager rmgr)
Deprecated.
|
SoundManager(ResourceManager rmgr,
String defaultBundle,
String defaultClip)
Deprecated.
|
| Constructor and Description |
|---|
BundledTileSetRepository(ResourceManager rmgr,
ImageManager imgr,
String name)
Constructs a repository which will obtain its resource set from the
supplied resource manager.
|
| Constructor and Description |
|---|
MisoTileManager(ResourceManager rmgr,
ImageManager imgr)
Creates a tile manager and provides it with a reference to the image manager from which it
will load tileset images.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Handler.registerHandler(ResourceManager rmgr)
Register this class to handle "resource" urls ("resource://resourceSet/path")
with the specified ResourceManager.
|
Copyright © 2015. All rights reserved.