JIDE 3.5.15

com.jidesoft.chart.render
Interface NumberLabeler<T extends Number>


public interface NumberLabeler<T extends Number>

An interface for classes that can take a chartable point and generate the text to use for the label

Author:
Simon White (swhite@catalysoft.com)

Method Summary
 String getDisplayText(T position)
          Create the text to use for the label for the supplied point
 

Method Detail

getDisplayText

String getDisplayText(T position)
Create the text to use for the label for the supplied point

Parameters:
position - the numeric value for which we need some display text for a label
Returns:
the text

JIDE 3.5.15