Package | Description |
---|---|
org.apache.sis.io.wkt |
Well Known Text (WKT) parsing and formatting.
|
org.apache.sis.parameter |
Descriptions and values of parameters used by a coordinate operation or a process.
|
Modifier and Type | Field and Description |
---|---|
static Colors |
Colors.DEFAULT
The default colors used by
FormattableObject.print() . |
static Colors |
Colors.NAMING
Emphases on identification information
(name and
identifiers) only.
|
Modifier and Type | Method and Description |
---|---|
Colors |
Colors.clone()
Returns a clone of this
Colors . |
Colors |
WKTFormat.getColors()
Returns the colors to use for syntax coloring, or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
WKTFormat.setColors(Colors colors)
Sets the colors to use for syntax coloring.
|
Constructor and Description |
---|
Colors(Colors colors)
Creates a new set of colors initialized to a copy of the given one.
|
Modifier and Type | Method and Description |
---|---|
Colors |
ParameterFormat.getColors()
Returns the colors for an output on X3.64 compatible terminal, or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
ParameterFormat.setColors(Colors colors)
Sets the colors for an output on X3.64 compatible terminal.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.