Package com.berryworks.jquantify.util
Class Format
- java.lang.Object
-
- com.berryworks.jquantify.util.Format
-
public abstract class Format extends Object
-
-
Constructor Summary
Constructors Constructor Description Format()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringasCSV(EventCounter inEventCounter)static StringasCSV(SessionCounter inSessionCounter)static StringasHtmlTable()static StringasHtmlTable(Metric... metrics)static StringmetricAsCSV(Metric inMetric)static Stringpercent(double inValue, double inBase)static StringtoDecimalFormat(double inValue)
-
-
-
Field Detail
-
NEWLINE
public static final String NEWLINE
-
-
Method Detail
-
asCSV
public static String asCSV(EventCounter inEventCounter)
-
asCSV
public static String asCSV(SessionCounter inSessionCounter)
-
percent
public static String percent(double inValue, double inBase)
-
toDecimalFormat
public static String toDecimalFormat(double inValue)
-
asHtmlTable
public static String asHtmlTable()
-
-