libgdx API

Uses of Class
com.badlogic.gdx.graphics.Pixmap.Filter

Packages that use Pixmap.Filter
com.badlogic.gdx.graphics   
 

Uses of Pixmap.Filter in com.badlogic.gdx.graphics
 

Methods in com.badlogic.gdx.graphics that return Pixmap.Filter
static Pixmap.Filter Pixmap.Filter.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Pixmap.Filter[] Pixmap.Filter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.badlogic.gdx.graphics with parameters of type Pixmap.Filter
static void Pixmap.setFilter(Pixmap.Filter filter)
          Sets the type of interpolation Pixmap.Filter to be used in conjunction with Pixmap.drawPixmap(Pixmap, int, int, int, int, int, int, int, int).
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)