Class MapPaintStyles.TagKeyReference
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.MapPaintStyles.TagKeyReference
-
- Enclosing class:
- MapPaintStyles
public static class MapPaintStyles.TagKeyReference extends Object
Value holder for a reference to a tag name. A style instructiontext: a_tag_name;
results in a tag reference for the taga_tag_name
in the style cascade.
-
-
Constructor Summary
Constructors Constructor Description TagKeyReference(String key)
Create a newMapPaintStyles.TagKeyReference
-
-
-
Constructor Detail
-
TagKeyReference
public TagKeyReference(String key)
Create a newMapPaintStyles.TagKeyReference
- Parameters:
key
- The tag name
-
-