Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.gui |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Changeset.getDisplayName(NameFormatter formatter) |
abstract java.lang.String |
OsmPrimitive.getDisplayName(NameFormatter formatter)
Replies the display name of a primitive formatted by
formatter |
java.lang.String |
Relation.getDisplayName(NameFormatter formatter) |
java.lang.String |
Node.getDisplayName(NameFormatter formatter) |
java.lang.String |
Way.getDisplayName(NameFormatter formatter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNameFormatter
This is the default implementation of a
NameFormatter for names of OsmPrimitive s. |