es.aeat.eett.jRubik.rubik.util
Class FormatFloat
java.lang.Object
es.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FORMAT
private static java.text.NumberFormat FORMAT
m_value
private float m_value
locale
private java.util.Locale locale
FormatFloat
public FormatFloat(float value,
int digitos,
int decimales,
java.util.Locale locale)
floatValue
public float floatValue()
toString
public java.lang.String toString()
JRubik v0.6