public class XmlMapsforgeAtlasThemeBuilder extends XmlMapsforgeThemeBuilder
| Constructor and Description |
|---|
XmlMapsforgeAtlasThemeBuilder(ThemeFile theme,
java.util.Map<java.lang.Object,TextureRegion> regionMap,
java.util.List<TextureAtlas> atlasList) |
XmlMapsforgeAtlasThemeBuilder(ThemeFile theme,
ThemeCallback themeCallback,
java.util.Map<java.lang.Object,TextureRegion> regionMap,
java.util.List<TextureAtlas> atlasList) |
| Modifier and Type | Method and Description |
|---|---|
static IRenderTheme |
read(ThemeFile theme) |
static IRenderTheme |
read(ThemeFile theme,
ThemeCallback themeCallback) |
endDocument, endElement, error, startElement, warningpublic XmlMapsforgeAtlasThemeBuilder(ThemeFile theme, java.util.Map<java.lang.Object,TextureRegion> regionMap, java.util.List<TextureAtlas> atlasList)
public XmlMapsforgeAtlasThemeBuilder(ThemeFile theme, ThemeCallback themeCallback, java.util.Map<java.lang.Object,TextureRegion> regionMap, java.util.List<TextureAtlas> atlasList)
public static IRenderTheme read(ThemeFile theme) throws IRenderTheme.ThemeException
theme - an input theme containing valid render theme XML data.IRenderTheme.ThemeException - if an error occurs while parsing the render theme XML.public static IRenderTheme read(ThemeFile theme, ThemeCallback themeCallback) throws IRenderTheme.ThemeException
theme - an input theme containing valid render theme XML data.themeCallback - the theme callback.IRenderTheme.ThemeException - if an error occurs while parsing the render theme XML.