Class Formatter_LogNumber
- java.lang.Object
-
- java.text.Format
-
- org.knowm.xchart.internal.chartpart.Formatter_LogNumber
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
class Formatter_LogNumber extends java.text.Format
-
-
Field Summary
Fields Modifier and Type Field Description private Axis.DirectionaxisDirectionprivate java.text.NumberFormatnumberFormatprivate AxesChartStylerstylerprivate intyIndex
-
Constructor Summary
Constructors Constructor Description Formatter_LogNumber(AxesChartStyler styler, Axis.Direction axisDirection)ConstructorFormatter_LogNumber(AxesChartStyler styler, Axis.Direction axisDirection, int yIndex)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBufferformat(java.lang.Object obj, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)java.lang.ObjectparseObject(java.lang.String source, java.text.ParsePosition pos)
-
-
-
Field Detail
-
styler
private final AxesChartStyler styler
-
axisDirection
private final Axis.Direction axisDirection
-
numberFormat
private final java.text.NumberFormat numberFormat
-
yIndex
private int yIndex
-
-
Constructor Detail
-
Formatter_LogNumber
public Formatter_LogNumber(AxesChartStyler styler, Axis.Direction axisDirection)
Constructor
-
Formatter_LogNumber
public Formatter_LogNumber(AxesChartStyler styler, Axis.Direction axisDirection, int yIndex)
Constructor- Parameters:
styler-axisDirection-yIndex-
-
-
Method Detail
-
format
public java.lang.StringBuffer format(java.lang.Object obj, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)- Specified by:
formatin classjava.text.Format
-
parseObject
public java.lang.Object parseObject(java.lang.String source, java.text.ParsePosition pos)- Specified by:
parseObjectin classjava.text.Format
-
-