org.opennms.web.element
Class Converter

java.lang.Object
  extended by org.opennms.web.element.Converter

public class Converter
extends Object

Author:
antonio To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
Converter()
           
 
Method Summary
static double highToLow(double value, int multiplicator)
           
static double lowToHigh(double value, int divisor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converter

public Converter()
Method Detail

highToLow

public static double highToLow(double value,
                               int multiplicator)

lowToHigh

public static double lowToHigh(double value,
                               int divisor)


Copyright © 2009. All Rights Reserved.