| java.lang.Object | |||
| ↳ | java.text.Format | ||
| ↳ | java.text.NumberFormat | ||
| ↳ | org.jfree.chart.util.LogFormat | ||
A number formatter for logarithmic values. This formatter does not support parsing.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.text.NumberFormat
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance using base 10.
| |||||||||||
Creates a new instance.
| |||||||||||
Creates a new instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a clone of this instance.
| |||||||||||
Tests this formatter for equality with an arbitrary object.
| |||||||||||
Returns a formatted representation of the specified number.
| |||||||||||
Formats the specified number as a hexadecimal string.
| |||||||||||
Returns the number format used for the exponent.
| |||||||||||
Parsing is not implemented, so this method always returns
null. | |||||||||||
Sets the number format used for the exponent.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.text.NumberFormat
| |||||||||||
From class
java.text.Format
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new instance using base 10.
Creates a new instance.
| base | the base. |
|---|---|
| baseLabel | the base label (null not permitted). |
| showBase | a flag that controls whether or not the base value is shown. |
Creates a new instance.
| base | the base. |
|---|---|
| baseLabel | the base label (null not permitted). |
| powerLabel | the power label (null not permitted). |
| showBase | a flag that controls whether or not the base value is shown. |
Tests this formatter for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns a formatted representation of the specified number.
| number | the number. |
|---|---|
| toAppendTo | the string buffer to append to. |
| pos | the position. |
Formats the specified number as a hexadecimal string. The decimal fraction is ignored.
| number | the number to format. |
|---|---|
| toAppendTo | the buffer to append to (ignored here). |
| pos | the field position (ignored here). |
Returns the number format used for the exponent.
null).Parsing is not implemented, so this method always returns
null.
| source | ignored. |
|---|---|
| parsePosition | ignored. |
null.
Sets the number format used for the exponent.
| format | the formatter (null not permitted). |
|---|