Groovy Documentation

org.gmetrics.formatter
[Groovy] Class PercentageFormatter

java.lang.Object
  org.gmetrics.formatter.PercentageFormatter
All Implemented Interfaces:
Formatter

class PercentageFormatter

Formatter that formats a number as a percentage, and appends a '%'

Authors:
Chris Mair


Method Summary
String format(Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

format

String format(Object value)


 

Groovy Documentation