| |
|
| java.lang.Object org.jfree.chart.axis.TickUnit org.jfree.chart.axis.NumberTickUnit
Method Summary | |
public boolean | equals(Object obj) Tests this formatter for equality with an arbitrary object.
Parameters: obj - the object (null permitted). | public int | hashCode() Returns a hash code for this instance. | public String | valueToString(double value) Converts a value to a string.
Parameters: value - the value. |
NumberTickUnit | public NumberTickUnit(double size)(Code) | | Creates a new number tick unit.
Parameters: size - the size of the tick unit. |
NumberTickUnit | public NumberTickUnit(double size, NumberFormat formatter)(Code) | | Creates a new number tick unit.
Parameters: size - the size of the tick unit. Parameters: formatter - a number formatter for the tick unit (null not permitted). |
equals | public boolean equals(Object obj)(Code) | | Tests this formatter for equality with an arbitrary object.
Parameters: obj - the object (null permitted). A boolean. |
hashCode | public int hashCode()(Code) | | Returns a hash code for this instance.
A hash code. |
valueToString | public String valueToString(double value)(Code) | | Converts a value to a string.
Parameters: value - the value. The formatted string. |
|
|
|