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 ColorsColors. DEFAULTThe default colors used byFormattableObject.print().static ColorsColors. NAMINGEmphases on identification information (name and identifiers) only.Methods in org.apache.sis.io.wkt that return Colors Modifier and Type Method Description ColorsColors. clone()Returns a clone of thisColors.ColorsWKTFormat. getColors()Returns the colors to use for syntax coloring, ornullif none.Methods in org.apache.sis.io.wkt with parameters of type Colors Modifier and Type Method Description voidWKTFormat. 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 ColorsParameterFormat. getColors()Returns the colors for an output on X3.64 compatible terminal, ornullif none.Methods in org.apache.sis.parameter with parameters of type Colors Modifier and Type Method Description voidParameterFormat. setColors(Colors colors)Sets the colors for an output on X3.64 compatible terminal.
-