Package org.faceless.graph.formatter
Class SimpleFormatter
- java.lang.Object
-
- org.faceless.graph.formatter.Formatter
-
- org.faceless.graph.formatter.SimpleFormatter
-
public class SimpleFormatter extends Formatter
Format values using a user definedjava.text.DecimalFormat
-
-
Constructor Summary
Constructors Constructor Description SimpleFormatter(java.text.DecimalFormat format)
Create a new SimpleFormatter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
format(double in)
Return a String that is the formatted version of the input parameter.-
Methods inherited from class org.faceless.graph.formatter.Formatter
fixMinMax, isDiscrete, setDensity, setFixedEnds, steps
-
-