com.badlogic.gdx.assets.loaders
Class PixmapLoader
java.lang.Object
com.badlogic.gdx.assets.loaders.AssetLoader<T,P>
com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader<Pixmap,PixmapLoader.PixmapParameter>
com.badlogic.gdx.assets.loaders.PixmapLoader
public class PixmapLoader
- extends AsynchronousAssetLoader<Pixmap,PixmapLoader.PixmapParameter>
AssetLoader
for Pixmap
instances. The Pixmap is loaded asynchronously.
- Author:
- mzechner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PixmapLoader
public PixmapLoader(FileHandleResolver resolver)
loadAsync
public void loadAsync(AssetManager manager,
java.lang.String fileName,
PixmapLoader.PixmapParameter parameter)
- Description copied from class:
AsynchronousAssetLoader
- Loads the non-OpenGL part of the asset and injects any dependencies of the asset
into the AssetManager.
- Specified by:
loadAsync
in class AsynchronousAssetLoader<Pixmap,PixmapLoader.PixmapParameter>
fileName
- the name of the asset to loadparameter
- the parameters to use for loading the asset
loadSync
public Pixmap loadSync(AssetManager manager,
java.lang.String fileName,
PixmapLoader.PixmapParameter parameter)
- Description copied from class:
AsynchronousAssetLoader
- Loads th
- Specified by:
loadSync
in class AsynchronousAssetLoader<Pixmap,PixmapLoader.PixmapParameter>
- Returns:
getDependencies
public Array<AssetDescriptor> getDependencies(java.lang.String fileName,
PixmapLoader.PixmapParameter parameter)
- Specified by:
getDependencies
in class AssetLoader<Pixmap,PixmapLoader.PixmapParameter>
- Parameters:
fileName
- name of the asset to loadparameter
- parameters for loading the asset
- Returns:
- other assets that the asset depends on and need to be loaded first or null if there are no dependencies.
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)