com.jme3.niftygui
Class NiftyJmeDisplay.ResourceLocationJme

java.lang.Object
  extended by com.jme3.niftygui.NiftyJmeDisplay.ResourceLocationJme
All Implemented Interfaces:
de.lessvoid.nifty.tools.resourceloader.ResourceLocation
Enclosing class:
NiftyJmeDisplay

protected class NiftyJmeDisplay.ResourceLocationJme
extends java.lang.Object
implements de.lessvoid.nifty.tools.resourceloader.ResourceLocation


Constructor Summary
protected NiftyJmeDisplay.ResourceLocationJme()
           
 
Method Summary
 java.net.URL getResource(java.lang.String path)
           
 java.io.InputStream getResourceAsStream(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NiftyJmeDisplay.ResourceLocationJme

protected NiftyJmeDisplay.ResourceLocationJme()
Method Detail

getResourceAsStream

public java.io.InputStream getResourceAsStream(java.lang.String path)
Specified by:
getResourceAsStream in interface de.lessvoid.nifty.tools.resourceloader.ResourceLocation

getResource

public java.net.URL getResource(java.lang.String path)
Specified by:
getResource in interface de.lessvoid.nifty.tools.resourceloader.ResourceLocation