public class RenderTheme
extends java.lang.Object
implements org.oscim.theme.IRenderTheme
| Constructor and Description |
|---|
RenderTheme() |
| Modifier and Type | Method and Description |
|---|---|
static int |
color(org.jeo.map.RGB rgb) |
void |
dispose() |
java.lang.String |
formatRule(org.jeo.map.Rule r,
int indent) |
int |
getLevels() |
int |
getMapBackground() |
static void |
main(java.lang.String[] args) |
org.oscim.theme.styles.RenderStyle[] |
matchElement(org.oscim.core.GeometryBuffer.GeometryType type,
org.oscim.core.TagSet tags,
int zoomLevel) |
void |
scaleTextSize(float scaleFactor) |
void |
updateStyles() |
public java.lang.String formatRule(org.jeo.map.Rule r,
int indent)
public org.oscim.theme.styles.RenderStyle[] matchElement(org.oscim.core.GeometryBuffer.GeometryType type,
org.oscim.core.TagSet tags,
int zoomLevel)
matchElement in interface org.oscim.theme.IRenderThemepublic static int color(org.jeo.map.RGB rgb)
public void dispose()
dispose in interface org.oscim.theme.IRenderThemepublic int getLevels()
getLevels in interface org.oscim.theme.IRenderThemepublic int getMapBackground()
getMapBackground in interface org.oscim.theme.IRenderThemepublic void scaleTextSize(float scaleFactor)
scaleTextSize in interface org.oscim.theme.IRenderThemepublic static void main(java.lang.String[] args)
public void updateStyles()
updateStyles in interface org.oscim.theme.IRenderTheme