public class AtlasRenderTheme extends RenderTheme
IRenderTheme.ThemeException| Constructor and Description |
|---|
AtlasRenderTheme(int mapBackground,
float baseTextSize,
Rule[] rules,
int levels,
boolean mapsforgeTheme,
java.util.Map<java.lang.Object,TextureRegion> textureRegionMap,
java.util.List<TextureAtlas> atlasList) |
AtlasRenderTheme(int mapBackground,
float baseTextSize,
Rule[] rules,
int levels,
java.util.Map<java.lang.Object,TextureRegion> textureRegionMap,
java.util.List<TextureAtlas> atlasList) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Must be called when this RenderTheme gets destroyed to clean up and free
resources.
|
getLevels, getMapBackground, isMapsforgeTheme, matchElement, scaleTextSize, traverseRules, updateStylespublic AtlasRenderTheme(int mapBackground,
float baseTextSize,
Rule[] rules,
int levels,
java.util.Map<java.lang.Object,TextureRegion> textureRegionMap,
java.util.List<TextureAtlas> atlasList)
public AtlasRenderTheme(int mapBackground,
float baseTextSize,
Rule[] rules,
int levels,
boolean mapsforgeTheme,
java.util.Map<java.lang.Object,TextureRegion> textureRegionMap,
java.util.List<TextureAtlas> atlasList)
public void dispose()
IRenderThemedispose in interface IRenderThemedispose in class RenderTheme