net.sf.jour.rt.swingmonitor.ui
Class FDouble

java.lang.Object
  extended bynet.sf.jour.rt.swingmonitor.ui.FDouble
All Implemented Interfaces:
java.lang.Comparable

public class FDouble
extends java.lang.Object
implements java.lang.Comparable


Field Summary
(package private)  java.lang.Double d
           
(package private) static java.text.DecimalFormat fDoubleFormat
           
 
Constructor Summary
FDouble(double d)
           
FDouble(java.lang.String s)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

d

java.lang.Double d

fDoubleFormat

static java.text.DecimalFormat fDoubleFormat
Constructor Detail

FDouble

public FDouble(java.lang.String s)

FDouble

public FDouble(double d)
Method Detail

toString

public java.lang.String toString()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2004 sourceforge. All Rights Reserved.