net.thucydides.core.model
Class NumericalFormatter

Package class diagram package NumericalFormatter
java.lang.Object
  extended by net.thucydides.core.model.NumericalFormatter

public class NumericalFormatter
extends Object


Constructor Summary
NumericalFormatter()
           
 
Method Summary
 String percentage(Double value, int precision)
           
 String rounded(Double value, int precision)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericalFormatter

public NumericalFormatter()
Method Detail

rounded

public String rounded(Double value,
                      int precision)

percentage

public String percentage(Double value,
                         int precision)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.