public class Stitcher
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Stitcher.Holder | 
| static class  | Stitcher.Slot | 
| Constructor and Description | 
|---|
| Stitcher(int maxWidthIn,
        int maxHeightIn,
        int maxTileDimensionIn,
        int mipmapLevelStitcherIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addSprite(TextureAtlasSprite textureAtlas) | 
| void | doStitch() | 
| int | getCurrentHeight() | 
| int | getCurrentWidth() | 
| java.util.List<TextureAtlasSprite> | getStichSlots() | 
public Stitcher(int maxWidthIn,
                int maxHeightIn,
                int maxTileDimensionIn,
                int mipmapLevelStitcherIn)
public int getCurrentWidth()
public int getCurrentHeight()
public void addSprite(TextureAtlasSprite textureAtlas)
public void doStitch()
public java.util.List<TextureAtlasSprite> getStichSlots()