Class Format


  • public abstract class Format
    extends Object
    • Field Detail

      • NEWLINE

        public static final String NEWLINE
    • Constructor Detail

      • Format

        public Format()
    • Method Detail

      • metricAsCSV

        public static String metricAsCSV​(Metric inMetric)
      • percent

        public static String percent​(double inValue,
                                     double inBase)
      • toDecimalFormat

        public static String toDecimalFormat​(double inValue)
      • asHtmlTable

        public static String asHtmlTable​(Metric... metrics)
      • asHtmlTable

        public static String asHtmlTable()