Modifier and Type | Method and Description |
---|---|
NiftyResourceLoader |
Nifty.getResourceLoader()
Return the ResourceLoader of this Nifty instance.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchRenderDevice.setResourceLoader(NiftyResourceLoader resourceLoader) |
Constructor and Description |
---|
BatchRenderFont(BatchRenderDevice batchRenderDevice,
String name,
org.jglfont.BitmapFontFactory factory,
NiftyResourceLoader resourceLoader) |
Modifier and Type | Method and Description |
---|---|
void |
BatchRenderBackend.setResourceLoader(NiftyResourceLoader niftyResourceLoader)
Gives this RenderDevice access to the NiftyResourceLoader so that the same paths can be used for resolving
resources as Nifty would do.
|
Modifier and Type | Method and Description |
---|---|
void |
NullSoundDevice.setResourceLoader(NiftyResourceLoader niftyResourceLoader) |
void |
NullRenderDevice.setResourceLoader(NiftyResourceLoader niftyResourceLoader) |
void |
NullInputSystem.setResourceLoader(NiftyResourceLoader niftyResourceLoader) |
Modifier and Type | Method and Description |
---|---|
void |
ScalingRenderDevice.setResourceLoader(NiftyResourceLoader niftyResourceLoader) |
Modifier and Type | Method and Description |
---|---|
void |
InputSystem.setResourceLoader(NiftyResourceLoader niftyResourceLoader)
Gives this InputSystem access to the NiftyResourceLoader.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderDevice.setResourceLoader(NiftyResourceLoader niftyResourceLoader)
Gives this RenderDevice access to the NiftyResourceLoader.
|
Modifier and Type | Method and Description |
---|---|
void |
SoundDevice.setResourceLoader(NiftyResourceLoader niftyResourceLoader)
Gives this RenderDevice access to the NiftyResourceLoader.
|
Constructor and Description |
---|
Schema(NiftyResourceLoader resourceLoader) |
Constructor and Description |
---|
IncludeProcessor(NiftyResourceLoader resourceLader,
Map<String,Type> typesParam) |
Copyright © 2013. All Rights Reserved.