lt.monarch.chart.engine
Interface AxisLabelsURLProvider


public interface AxisLabelsURLProvider

Implementation of this interface is used to provide URLs of axis labels to AxisLabelsURLSupport plug-in.


Method Summary
Modifier and Type Method and Description
 java.net.URL getURLForLabel(java.lang.String label)
          Returns URL for given axis label.
 

Method Detail

getURLForLabel

java.net.URL getURLForLabel(java.lang.String label)
Returns URL for given axis label. Can return null.

Parameters:
label - one of axis labels
Returns:
URL for given axis label or null