Package org.moeaframework.util.format
Class VariableFormatter
java.lang.Object
org.moeaframework.util.format.VariableFormatter
Formatter for
Variable
s. Primarily, this uses the registered formatter, if any, for numeric types.-
Constructor Details
-
VariableFormatter
Constructs a new variable formatter.- Parameters:
data
- reference back to the tabular data object this formatter is associated, so it can call theTabularData.formatValue(Object)
method on primitive types
-
-
Method Details