Uses of Class
com.b3dgs.lionengine.core.Filter

Packages that use Filter
com.b3dgs.lionengine   
com.b3dgs.lionengine.core   
com.b3dgs.lionengine.core.impl   
com.b3dgs.lionengine.drawable   
com.b3dgs.lionengine.engine   
com.b3dgs.lionengine.utility   
 

Uses of Filter in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine with parameters of type Filter
 Config Core.createConfig(Display display, Rendering rendering, Filter filter, java.lang.String lang)
          Create a device configuration.
 

Uses of Filter in com.b3dgs.lionengine.core
 

Methods in com.b3dgs.lionengine.core that return Filter
 Filter Config.getFilter()
          Get filter used.
static Filter Filter.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter[] Filter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Filter in com.b3dgs.lionengine.core.impl
 

Methods in com.b3dgs.lionengine.core.impl with parameters of type Filter
 Config CoreFactory.createConfig(Display display, Rendering rendering, Filter filter, java.lang.String lang)
           
 

Uses of Filter in com.b3dgs.lionengine.drawable
 

Methods in com.b3dgs.lionengine.drawable with parameters of type Filter
 void Sprite.filter(Filter filter)
          Apply a filter to the sprite.
 void ParallaxedSprite.prepare(Filter filter)
          Update all changes.
 

Uses of Filter in com.b3dgs.lionengine.engine
 

Fields in com.b3dgs.lionengine.engine declared as Filter
 Filter Sequence.filter
          Filter reference.
 

Methods in com.b3dgs.lionengine.engine that return Filter
 Filter OptionsConfig.getFilter()
          Get screen filtering mode.
 

Methods in com.b3dgs.lionengine.engine with parameters of type Filter
 void OptionsConfig.setFilter(Filter filter)
          Set screen filtering mode.
 

Constructors in com.b3dgs.lionengine.engine with parameters of type Filter
OptionsConfig(int width, int height, int depth, int desiredRate, boolean windowed, Rendering rendering, Filter filter, java.lang.String lang)
          Create a new option config set.
 

Uses of Filter in com.b3dgs.lionengine.utility
 

Methods in com.b3dgs.lionengine.utility that return Filter
 Filter FilterChooser.getFilter()
           
 

Methods in com.b3dgs.lionengine.utility with parameters of type Filter
static java.awt.image.BufferedImage Images.applyFilter(java.awt.image.BufferedImage buffImage, Filter filter)
          Apply a filter to the input buffered image.
 

Constructors in com.b3dgs.lionengine.utility with parameters of type Filter
FilterChooser(Filter filter)