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 TypeFieldDescriptionprivate Colors
Formatter.colors
The colors to use for this formatter, ornull
for no syntax coloring.private Colors
WKTFormat.colors
The immutable set of colors to use for this formatter, ornull
for no syntax coloring.static 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.(package private) final Colors
Colors.immutable()
Returns an immutable copy of this set of colors, orthis
if this instance is already immutable.Methods in org.apache.sis.io.wkt with parameters of type ColorsModifier and TypeMethodDescription(package private) final void
Formatter.configure
(Convention convention, org.opengis.metadata.citation.Citation authority, Colors colors, byte toUpperCase, byte longKeywords, byte indentation, int listSizeLimit) Sets the convention, authority, colors and indentation to use for formatting WKT elements.void
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
Fields in org.apache.sis.parameter declared as ColorsModifier and TypeFieldDescriptionprivate Colors
ParameterFormat.colors
The colors for an output on X3.64 compatible terminal, ornull
if none.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 ColorsModifier and TypeMethodDescriptionprivate static ParameterFormat
ParameterFormat.getSharedInstance
(Colors colors) Returns a shared instance ofParameterFormat
if possible, or a new one otherwise.void
Sets the colors for an output on X3.64 compatible terminal.private static void
ParameterTableRow.writeColor
(Appendable out, Colors colors, ElementKind type) Writes the color for the given type ifcolors
is non-null.(package private) final void
ParameterTableRow.writeIdentifiers
(Appendable out, boolean writeCodespaces, Colors colors, boolean colorsForRows, String lineSeparator) Writes the identifiers.