Uses of Enum
org.apache.sis.internal.util.X364
Packages that use X364
Package
Description
Command line interface for Apache SIS.
A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
Descriptions and values of parameters used by a coordinate operation or a process.
Extensions to the JDK logging framework.
-
Uses of X364 in org.apache.sis.console
Methods in org.apache.sis.console with parameters of type X364Modifier and TypeMethodDescriptionprivate void
TransformCommand.printQuotedText
(String text, int fieldWidth, X364 color) Prints a quoted text in the given color. -
Uses of X364 in org.apache.sis.internal.util
Fields in org.apache.sis.internal.util declared as X364Modifier and TypeFieldDescriptionprivate X364
X364.background
Foreground or background flavors of this enum.private X364
X364.foreground
Foreground or background flavors of this enum.private static final X364[]
X364.NAMED
The list of codes having a non-null color name.Methods in org.apache.sis.internal.util that return X364Modifier and TypeMethodDescriptionX364.background()
Returns the enum for the background color.static X364
X364.forColorName
(String color) Returns the enumeration value for the given color name.X364.foreground()
Returns the enum for the foreground color.static X364
Returns the enum constant of this type with the specified name.static X364[]
X364.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.internal.util with parameters of type X364 -
Uses of X364 in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt with type parameters of type X364 -
Uses of X364 in org.apache.sis.parameter
Methods in org.apache.sis.parameter with parameters of type X364Modifier and TypeMethodDescriptionprivate static void
ParameterTableRow.writeColor
(Appendable out, X364 color, boolean colorEnabled) Writes the given color ifcolorEnabled
istrue
. -
Uses of X364 in org.apache.sis.util.logging
Fields in org.apache.sis.util.logging with type parameters of type X364Methods in org.apache.sis.util.logging that return types with arguments of type X364Modifier and TypeMethodDescriptionMonolineFormatter.colors()
Returns theMonolineFormatter.colors
map, creating it if needed.