libgdx API

Uses of Class
com.badlogic.gdx.graphics.g2d.Gdx2DPixmap

Packages that use Gdx2DPixmap
com.badlogic.gdx.graphics   
com.badlogic.gdx.graphics.g2d   
 

Uses of Gdx2DPixmap in com.badlogic.gdx.graphics
 

Constructors in com.badlogic.gdx.graphics with parameters of type Gdx2DPixmap
Pixmap(Gdx2DPixmap pixmap)
          Constructs a new Pixmap from a Gdx2DPixmap.
 

Uses of Gdx2DPixmap in com.badlogic.gdx.graphics.g2d
 

Methods in com.badlogic.gdx.graphics.g2d that return Gdx2DPixmap
static Gdx2DPixmap Gdx2DPixmap.newPixmap(java.io.InputStream in, int requestedFormat)
           
static Gdx2DPixmap Gdx2DPixmap.newPixmap(int width, int height, int format)
           
 

Methods in com.badlogic.gdx.graphics.g2d with parameters of type Gdx2DPixmap
 void Gdx2DPixmap.drawPixmap(Gdx2DPixmap src, int srcX, int srcY, int dstX, int dstY, int width, int height)
           
 void Gdx2DPixmap.drawPixmap(Gdx2DPixmap src, int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight)
           
 


libgdx API

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