Uses of Interface
org.gmetrics.formatter.Formatter
-
Packages that use Formatter Package Description org.gmetrics.formatter org.gmetrics.report -
-
Uses of Formatter in org.gmetrics.formatter
Classes in org.gmetrics.formatter that implement Formatter Modifier and Type Class Description class
PercentageFormatter
class
ToStringFormatter
Methods in org.gmetrics.formatter that return Formatter Modifier and Type Method Description Formatter
FormatterFactory. getFormatter(java.lang.String formatterSpecification)
-
Uses of Formatter in org.gmetrics.report
Fields in org.gmetrics.report with type parameters of type Formatter Modifier and Type Field Description protected java.util.Map<Metric,Formatter>
AbstractReportWriter. formatters
-