public interface IRenderTheme
| Modifier and Type | Interface and Description |
|---|---|
static class |
IRenderTheme.ThemeException |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Must be called when this RenderTheme gets destroyed to clean up and free
resources.
|
int |
getLevels() |
int |
getMapBackground() |
RenderStyle[] |
matchElement(GeometryBuffer.GeometryType type,
TagSet tags,
int zoomLevel)
Matches a MapElement with the given parameters against this RenderTheme.
|
void |
scaleTextSize(float scaleFactor)
Scales the text size of this RenderTheme by the given factor.
|
void |
updateStyles() |
RenderStyle[] matchElement(GeometryBuffer.GeometryType type, TagSet tags, int zoomLevel)
zoomLevel - the zoom level at which the way should be matched.void dispose()
int getLevels()
int getMapBackground()
void updateStyles()
void scaleTextSize(float scaleFactor)
scaleFactor - the factor by which the text size should be scaled.