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