|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TickParameters
Defines callback interface that is called when determining optimal tick position.
| Method Summary | |
|---|---|
java.lang.String |
formatNumber(double value)
Formats the input value to a specific print format. |
int |
measureTick(double position,
java.lang.String text)
Returns size of tick label in pixels. |
| Method Detail |
|---|
int measureTick(double position,
java.lang.String text)
position - relative position of the tick on 0..1.text - label to display, may be empty string or null.
java.lang.String formatNumber(double value)
value - double to be formatted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||