Package org.oscim.theme
Class XmlRenderThemeStyleMenu
java.lang.Object
org.oscim.theme.XmlRenderThemeStyleMenu
- All Implemented Interfaces:
Serializable
Entry class for automatically building menus from render theme files.
This class holds all the defined layers and allows to retrieve them by name or through iteration.
This class is Serializable to be able to pass an instance of it through the Android Intent
mechanism.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXmlRenderThemeStyleMenu(String id, String defaultLanguage, String defaultValue) -
Method Summary
Modifier and TypeMethodDescriptioncreateLayer(String id, boolean visible, boolean enabled) getId()
-
Constructor Details
-
XmlRenderThemeStyleMenu
-
-
Method Details
-
createLayer
-
getDefaultLanguage
-
getDefaultValue
-
getId
-
getLayer
-
getLayers
-