|
||||||||||
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 | +--com.jrefinery.chart.SymbolicTickUnit
A symbolic tick unit.
Constructor Summary | |
SymbolicTickUnit(double size,
java.lang.String[] sv)
Creates a new symbolic tick unit. |
Method Summary | |
java.lang.String |
valueToString(double value)
Converts a value to a string, using the list of symbolic values. |
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 SymbolicTickUnit(double size, java.lang.String[] sv)
size
- the size of the tick unit.sv
- the list of symbolic value to display instead of the numeric value.Method Detail |
public java.lang.String valueToString(double value)
valueToString
in class NumberTickUnit
value
- value to convert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |