public class Stitcher
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Stitcher.ISpriteLoader |
static class |
Stitcher.Slot |
Constructor and Description |
---|
Stitcher(int mipmapLevelIn,
int maxWidthIn,
int maxHeightIn) |
Modifier and Type | Method and Description |
---|---|
void |
addSprite(TextureAtlasSprite.Info spriteInfoIn) |
void |
doStitch() |
int |
getCurrentHeight() |
int |
getCurrentWidth() |
void |
getStichSlots(Stitcher.ISpriteLoader spriteLoaderIn) |
public int getCurrentWidth()
public int getCurrentHeight()
public void addSprite(TextureAtlasSprite.Info spriteInfoIn)
public void doStitch()
public void getStichSlots(Stitcher.ISpriteLoader spriteLoaderIn)