Package jcckit.util

Interface TicLabelFormat

All Known Implementing Classes:
Format, TicLabelMap

public interface TicLabelFormat
Format interface for tic labels. Maps a numerical tic value onto a string.
  • Method Summary

    Modifier and Type
    Method
    Description
    form(double ticValue)
    Forms the specified tic value to a string.
  • Method Details

    • form

      String form(double ticValue)
      Forms the specified tic value to a string. Note, the numerical ticValue may be mapped onto a non-numerical one.