Uses of Class
org.apache.sis.io.wkt.Colors
Packages that use Colors
Package
Description
Well Known Text (WKT) parsing and formatting.
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 ColorsModifier and TypeFieldDescriptionstatic final Colors
Colors.DEFAULT
The default colors used byFormattableObject.print()
.static final Colors
Colors.NAMING
Emphases on identification information (name and identifiers) only.Methods in org.apache.sis.io.wkt that return ColorsModifier and TypeMethodDescriptionColors.clone()
Returns a clone of thisColors
.WKTFormat.getColors()
Returns the colors to use for syntax coloring, ornull
if none.Methods in org.apache.sis.io.wkt with parameters of type ColorsModifier and TypeMethodDescriptionvoid
Sets the colors to use for syntax coloring.Constructors in org.apache.sis.io.wkt with parameters of type Colors -
Uses of Colors in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return ColorsModifier and TypeMethodDescriptionParameterFormat.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