RenderThemeBuilder class
A builder for {@link RenderTheme} instances.
Constructors
- RenderThemeBuilder(GraphicFactory graphicFactory, DisplayModel displayModel)
Properties
- baseStrokeWidth ↔ double
-
read / write
- baseTextSize ↔ double
-
read / write
- displayModel → DisplayModel
-
final
- graphicFactory → GraphicFactory
-
final
- hasBackgroundOutside ↔ bool
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
initPendings
↔ List<
RenderInstruction> -
read / write
- level ↔ int
-
read / write
- mapBackground ↔ int
-
read / write
- mapBackgroundOutside ↔ int
-
read / write
-
ruleBuilderStack
→ List<
RuleBuilder> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- version ↔ int
-
read / write
Methods
-
build(
) → RenderTheme - @return a new {@code RenderTheme} instance.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
parseXml(
String content) → void - Parses a given xml string and creates the renderinstruction-structure. The renderinstruction classes serves two purposes: On the one hand to parse the xml and create the tree structure and on the other hand to render ways and pois appropriately and draw the respective content.
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
- BASE_STROKE_WIDTH → String
-
final
- BASE_TEXT_SIZE → String
-
final
- MAP_BACKGROUND → String
-
final
- MAP_BACKGROUND_OUTSIDE → String
-
final
- RENDER_THEME_VERSION → int
-
final
- VERSION → String
-
final
- XMLNS → String
-
final
- XMLNS_XSI → String
-
final
- XSI_SCHEMALOCATION → String
-
final