Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.mapcss |
Drawing system based on MapCSS map styles.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
ExpressionFactory.Functions.any(java.lang.Object... args)
Returns the first non-null object.
|
static java.lang.String |
ExpressionFactory.Functions.concat(java.lang.Object... args)
Assembles the strings to one.
|
static java.lang.String |
ExpressionFactory.Functions.join(java.lang.String... args)
Assembles the strings to one, where the first entry is used as separator.
|
static java.lang.Object |
ExpressionFactory.Functions.print(java.lang.Object o)
Prints the object to the command line (for debugging purpose).
|
static java.lang.Object |
ExpressionFactory.Functions.println(java.lang.Object o)
Prints the object to the command line, with new line at the end
(for debugging purpose).
|
static java.lang.String |
ExpressionFactory.Functions.tr(java.lang.String... args)
Translates some text for the current locale.
|