Uses of Class
com.jme3.niftygui.NiftyJmeDisplay
Packages that use NiftyJmeDisplay
-
Uses of NiftyJmeDisplay in com.jme3.niftygui
Methods in com.jme3.niftygui that return NiftyJmeDisplayModifier and TypeMethodDescriptionstatic NiftyJmeDisplayNiftyJmeDisplay.newNiftyJmeDisplay(com.jme3.asset.AssetManager assetManager, com.jme3.input.InputManager inputManager, com.jme3.audio.AudioRenderer audioRenderer, com.jme3.renderer.ViewPort viewport) Create a new NiftyJmeDisplay for use with the Batched Nifty Renderer.static NiftyJmeDisplayNiftyJmeDisplay.newNiftyJmeDisplay(com.jme3.asset.AssetManager assetManager, com.jme3.input.InputManager inputManager, com.jme3.audio.AudioRenderer audioRenderer, com.jme3.renderer.ViewPort viewport, de.lessvoid.nifty.render.batch.BatchRenderConfiguration batchRenderConfiguration) Create a new NiftyJmeDisplay for use with the Batched Nifty Renderer.Constructors in com.jme3.niftygui with parameters of type NiftyJmeDisplayModifierConstructorDescriptionJmeBatchRenderBackend(NiftyJmeDisplay display) RenderDeviceJme(NiftyJmeDisplay display) Instantiates a new RenderDevice, assuming Nifty colors are in linear colorspace (no gamma correction).RenderDeviceJme(NiftyJmeDisplay display, com.jme3.texture.image.ColorSpace colorSpace) Instantiates a new RenderDevice using the specified ColorSpace for Nifty colors.RenderFontJme(String name, NiftyJmeDisplay display) Initialize the font.RenderImageJme(String filename, boolean linear, NiftyJmeDisplay display)