Uses of Class
de.lessvoid.nifty.render.BlendMode

Packages that use BlendMode
de.lessvoid.nifty.effects   
de.lessvoid.nifty.nulldevice   
de.lessvoid.nifty.render   
de.lessvoid.nifty.spi.render   
 

Uses of BlendMode in de.lessvoid.nifty.effects
 

Methods in de.lessvoid.nifty.effects with parameters of type BlendMode
 void NiftyRenderDeviceProxy.setBlendMode(BlendMode blendMode)
           
 

Uses of BlendMode in de.lessvoid.nifty.nulldevice
 

Methods in de.lessvoid.nifty.nulldevice with parameters of type BlendMode
 void NullRenderDevice.setBlendMode(BlendMode renderMode)
           
 

Uses of BlendMode in de.lessvoid.nifty.render
 

Methods in de.lessvoid.nifty.render that return BlendMode
static BlendMode BlendMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlendMode[] BlendMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.lessvoid.nifty.render with parameters of type BlendMode
 void ScalingRenderDevice.setBlendMode(BlendMode renderMode)
           
 void NiftyRenderEngineImpl.setBlendMode(BlendMode blendModeParam)
           
 void NiftyRenderEngine.setBlendMode(BlendMode blendMode)
          Set BlendMode.
 

Uses of BlendMode in de.lessvoid.nifty.spi.render
 

Methods in de.lessvoid.nifty.spi.render with parameters of type BlendMode
 void RenderDevice.setBlendMode(BlendMode renderMode)
          Change the RenderMode to the given Mode.
 



Copyright © 2011. All Rights Reserved.