| Enum Constant and Description |
|---|
DEFAULT |
NEWTRON |
OSMARENDER |
TRONRENDER |
| Modifier and Type | Method and Description |
|---|---|
org.oscim.theme.XmlRenderThemeMenuCallback |
getMenuCallback() |
java.lang.String |
getRelativePathPrefix() |
java.io.InputStream |
getRenderThemeAsStream() |
static VtmThemes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VtmThemes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VtmThemes DEFAULT
public static final VtmThemes NEWTRON
public static final VtmThemes OSMARENDER
public static final VtmThemes TRONRENDER
public static VtmThemes[] values()
for (VtmThemes c : VtmThemes.values()) System.out.println(c);
public static VtmThemes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic org.oscim.theme.XmlRenderThemeMenuCallback getMenuCallback()
getMenuCallback in interface org.oscim.theme.ThemeFilepublic java.lang.String getRelativePathPrefix()
getRelativePathPrefix in interface org.oscim.theme.ThemeFilepublic java.io.InputStream getRenderThemeAsStream()
throws org.oscim.theme.IRenderTheme.ThemeException
getRenderThemeAsStream in interface org.oscim.theme.ThemeFileorg.oscim.theme.IRenderTheme.ThemeException