|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.chart.TickUnit | +--com.jrefinery.chart.NumberTickUnit
A numerical tick unit.
Constructor Summary | |
NumberTickUnit(double size,
java.text.NumberFormat formatter)
Creates a new number tick unit. |
Method Summary | |
java.lang.String |
valueToString(double value)
Converts a value to a string. |
Methods inherited from class com.jrefinery.chart.TickUnit |
compareTo, getSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NumberTickUnit(double size, java.text.NumberFormat formatter)
size
- the size of the tick unit.formatter
- a number formatter for the tick unit.Method Detail |
public java.lang.String valueToString(double value)
valueToString
in class TickUnit
value
- the value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |