JRubik v0.6

es.aeat.eett.jRubik.rubik.util
Class FormatFloat

java.lang.Object
  extended byes.aeat.eett.jRubik.rubik.util.FormatFloat

class FormatFloat
extends java.lang.Object


Field Summary
private static java.text.NumberFormat FORMAT
           
private  java.util.Locale locale
           
private  float m_value
           
 
Constructor Summary
FormatFloat(float value, int digitos, int decimales, java.util.Locale locale)
           
 
Method Summary
 float floatValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORMAT

private static java.text.NumberFormat FORMAT

m_value

private float m_value

locale

private java.util.Locale locale
Constructor Detail

FormatFloat

public FormatFloat(float value,
                   int digitos,
                   int decimales,
                   java.util.Locale locale)
Method Detail

floatValue

public float floatValue()

toString

public java.lang.String toString()

JRubik v0.6

JRubik v0.6