Uses of Class
de.codecamp.tracer.formatters.DefaultTraceFormatter.TreeStyle
-
Packages that use DefaultTraceFormatter.TreeStyle Package Description de.codecamp.tracer.formatters -
-
Uses of DefaultTraceFormatter.TreeStyle in de.codecamp.tracer.formatters
Methods in de.codecamp.tracer.formatters that return DefaultTraceFormatter.TreeStyle Modifier and Type Method Description static DefaultTraceFormatter.TreeStyleDefaultTraceFormatter.TreeStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultTraceFormatter.TreeStyle[]DefaultTraceFormatter.TreeStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.codecamp.tracer.formatters with parameters of type DefaultTraceFormatter.TreeStyle Modifier and Type Method Description voidDefaultTraceFormatter. setTreeStyle(DefaultTraceFormatter.TreeStyle treeStyle)
-