Class Formatter_LogNumber
java.lang.Object
java.text.Format
org.knowm.xchart.internal.chartpart.Formatter_LogNumber
- All Implemented Interfaces:
Serializable, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class Format
Format.Field -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Axis.Directionprivate final NumberFormatprivate final AxesChartStylerprivate int -
Constructor Summary
ConstructorsConstructorDescriptionFormatter_LogNumber(AxesChartStyler styler, Axis.Direction axisDirection) ConstructorFormatter_LogNumber(AxesChartStyler styler, Axis.Direction axisDirection, int yIndex) Constructor -
Method Summary
Modifier and TypeMethodDescriptionformat(Object obj, StringBuffer toAppendTo, FieldPosition pos) parseObject(String source, ParsePosition pos) Methods inherited from class Format
clone, format, formatToCharacterIterator, parseObject
-
Field Details
-
styler
-
axisDirection
-
numberFormat
-
yIndex
private int yIndex
-
-
Constructor Details
-
Formatter_LogNumber
Constructor -
Formatter_LogNumber
Constructor- Parameters:
styler-axisDirection-yIndex-
-
-
Method Details
-
format
-
parseObject
- Specified by:
parseObjectin classFormat
-