Uses of Class
net.obvj.performetrics.util.print.PrintFormat
-
Packages that use PrintFormat Package Description net.obvj.performetrics.util.print Provides classes for printing stopwatch data. -
-
Uses of PrintFormat in net.obvj.performetrics.util.print
Methods in net.obvj.performetrics.util.print that return PrintFormat Modifier and Type Method Description static PrintFormatPrintFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintFormat[]PrintFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.obvj.performetrics.util.print with parameters of type PrintFormat Modifier and Type Method Description static PrintStyleBuilderPrintStyle. builder(PrintFormat printFormat)Returns an empty PrintStyle builder.Constructors in net.obvj.performetrics.util.print with parameters of type PrintFormat Constructor Description PrintStyleBuilder(PrintFormat printFormat)Creates an empty PrintStyle builder.
-