|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |