public static class MapPaintStyles.TagKeyReference extends java.lang.Object
text: a_tag_name;results in a tag reference for the tag
a_tag_name
in the
style cascade.Modifier and Type | Field and Description |
---|---|
java.lang.String |
key
The tag name
|
Constructor and Description |
---|
TagKeyReference(java.lang.String key)
Create a new
MapPaintStyles.TagKeyReference |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String key
public TagKeyReference(java.lang.String key)
MapPaintStyles.TagKeyReference
key
- The tag namepublic java.lang.String toString()
toString
in class java.lang.Object