Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
Modifier and Type | Method and Description |
---|---|
static ElementKind |
ElementKind.forType(Class<?> type)
Returns the element kind for an object of the given type.
|
static ElementKind |
ElementKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementKind[] |
ElementKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Formatter.append(String text,
ElementKind type)
Appends a character string between quotes.
|
String |
Colors.getName(ElementKind key)
Returns the color for the given syntactic element.
|
void |
Colors.setName(ElementKind key,
String color)
Sets the color of the given syntactic element from a color name.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.