Uses of Class
net.obvj.performetrics.util.DurationFormat
-
Packages that use DurationFormat Package Description net.obvj.performetrics.util Provides utility classes in general.net.obvj.performetrics.util.print Provides classes for printing stopwatch data. -
-
Uses of DurationFormat in net.obvj.performetrics.util
Fields in net.obvj.performetrics.util declared as DurationFormat Modifier and Type Field Description static DurationFormatDuration. DEFAULT_FORMATThe defaultDurationFormatto be applied byDuration.toString()andDuration.parse(String)operations, if no format is specified.Methods in net.obvj.performetrics.util that return DurationFormat Modifier and Type Method Description static DurationFormatDurationFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DurationFormat[]DurationFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.obvj.performetrics.util with parameters of type DurationFormat Modifier and Type Method Description static DurationDuration. parse(String string, DurationFormat format)Obtains aDurationfrom a string in a specificDurationFormat.StringDuration. toString(DurationFormat format)Returns a string representation of thisDurationwith a specific format.StringDuration. toString(DurationFormat format, boolean printLegend)Returns a string representation of thisDurationwith a specific format. -
Uses of DurationFormat in net.obvj.performetrics.util.print
Methods in net.obvj.performetrics.util.print with parameters of type DurationFormat Modifier and Type Method Description PrintStyleBuilderPrintStyleBuilder. withDurationFormat(DurationFormat format)Defines theDurationFormatto be applied on all rows containing a time duration.
-