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 ColorsFormatter.colorsThe colors to use for this formatter, ornullfor no syntax coloring.private ColorsWKTFormat.colorsThe immutable set of colors to use for this formatter, ornullfor no syntax coloring.static final ColorsColors.DEFAULTThe default colors used byFormattableObject.print().static final ColorsColors.NAMINGEmphases 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, ornullif none.(package private) final ColorsColors.immutable()Returns an immutable copy of this set of colors, orthisif this instance is already immutable.Methods in org.apache.sis.io.wkt with parameters of type ColorsModifier and TypeMethodDescription(package private) final voidFormatter.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.voidSets 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 ColorsParameterFormat.colorsThe colors for an output on X3.64 compatible terminal, ornullif none.Methods in org.apache.sis.parameter that return ColorsModifier and TypeMethodDescriptionParameterFormat.getColors()Returns the colors for an output on X3.64 compatible terminal, ornullif none.Methods in org.apache.sis.parameter with parameters of type ColorsModifier and TypeMethodDescriptionprivate static ParameterFormatParameterFormat.getSharedInstance(Colors colors) Returns a shared instance ofParameterFormatif possible, or a new one otherwise.voidSets the colors for an output on X3.64 compatible terminal.private static voidParameterTableRow.writeColor(Appendable out, Colors colors, ElementKind type) Writes the color for the given type ifcolorsis non-null.(package private) final voidParameterTableRow.writeIdentifiers(Appendable out, boolean writeCodespaces, Colors colors, boolean colorsForRows, String lineSeparator) Writes the identifiers.