Uses of Enum Class
laas.openrobots.ontology.helpers.Logger.Colors
Packages that use Logger.Colors
-
Uses of Logger.Colors in laas.openrobots.ontology.helpers
Fields in laas.openrobots.ontology.helpers with type parameters of type Logger.ColorsMethods in laas.openrobots.ontology.helpers that return Logger.ColorsModifier and TypeMethodDescriptionstatic Logger.Colors
Logger.Colors.getColorForAgent
(String agent) static Logger.Colors
Logger.Colors.random()
static Logger.Colors
Returns the enum constant of this class with the specified name.static Logger.Colors[]
Logger.Colors.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in laas.openrobots.ontology.helpers with parameters of type Logger.ColorsModifier and TypeMethodDescriptionstatic void
Logger.colorPrint
(Logger.Colors c, String msg) static void
Logger.colorPrintLn
(Logger.Colors c, String msg)