Uses of Class
org.apache.sis.io.wkt.Colors
-
Packages that use Colors 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. -
-
Uses of Colors in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as Colors Modifier and Type Field Description static Colors
Colors. DEFAULT
The default colors used byFormattableObject.print()
.static Colors
Colors. NAMING
Emphases on identification information (name and identifiers) only.Methods in org.apache.sis.io.wkt that return Colors Modifier and Type Method Description Colors
Colors. clone()
Returns a clone of thisColors
.Colors
WKTFormat. getColors()
Returns the colors to use for syntax coloring, ornull
if none.Methods in org.apache.sis.io.wkt with parameters of type Colors Modifier and Type Method Description void
WKTFormat. setColors(Colors colors)
Sets the colors to use for syntax coloring.Constructors in org.apache.sis.io.wkt with parameters of type Colors Constructor Description Colors(Colors colors)
Creates a new set of colors initialized to a copy of the given one. -
Uses of Colors in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return Colors Modifier and Type Method Description Colors
ParameterFormat. getColors()
Returns the colors for an output on X3.64 compatible terminal, ornull
if none.Methods in org.apache.sis.parameter with parameters of type Colors Modifier and Type Method Description void
ParameterFormat. setColors(Colors colors)
Sets the colors for an output on X3.64 compatible terminal.
-