public class DebugImageLoaderInterpreter extends ImageLoaderInterpreter
usePremultiply| Modifier and Type | Method and Description |
|---|---|
void |
dataForTile(LoaderReturn inLoadReturn,
QuadLoaderBase loader)
Parse the data coming back from a remote request and turn it into something we can use.
|
void |
setLoader(QuadLoaderBase loader)
Set when the loader first starts up.
|
public void setLoader(QuadLoaderBase loader)
LoaderInterpretersetLoader in interface LoaderInterpretersetLoader in class ImageLoaderInterpreterpublic void dataForTile(LoaderReturn inLoadReturn, QuadLoaderBase loader)
LoaderInterpreterdataForTile in interface LoaderInterpreterdataForTile in class ImageLoaderInterpreter