Class XYPlotToolTipGenerator

java.lang.Object
org.jfree.chart.labels.CustomXYToolTipGenerator
org.esa.snap.rcp.statistics.XYPlotToolTipGenerator
All Implemented Interfaces:
Serializable, Cloneable, org.jfree.chart.labels.XYToolTipGenerator, org.jfree.chart.util.PublicCloneable

public class XYPlotToolTipGenerator extends org.jfree.chart.labels.CustomXYToolTipGenerator
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    generateToolTip(org.jfree.data.xy.XYDataset data, int series, int item)
     

    Methods inherited from class org.jfree.chart.labels.CustomXYToolTipGenerator

    addToolTipSeries, clone, equals, getListCount, getToolTipCount, getToolTipText

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XYPlotToolTipGenerator

      public XYPlotToolTipGenerator()
  • Method Details

    • generateToolTip

      public String generateToolTip(org.jfree.data.xy.XYDataset data, int series, int item)
      Specified by:
      generateToolTip in interface org.jfree.chart.labels.XYToolTipGenerator
      Overrides:
      generateToolTip in class org.jfree.chart.labels.CustomXYToolTipGenerator