Package jcckit.util
Interface TicLabelFormat
-
- All Known Implementing Classes:
Format,TicLabelMap
public interface TicLabelFormatFormat interface for tic labels. Maps a numerical tic value onto a string.- Author:
- Franz-Josef Elmer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringform(double ticValue)Forms the specified tic value to a string.
-