Example usage for org.jfree.chart.labels XYZToolTipGenerator interface-usage

List of usage examples for org.jfree.chart.labels XYZToolTipGenerator interface-usage

Introduction

In this page you can find the example usage for org.jfree.chart.labels XYZToolTipGenerator interface-usage.

Usage

From source file net.sf.mzmine.modules.peaklistmethods.dataanalysis.rtmzplots.RTMZToolTipGenerator.java

public class RTMZToolTipGenerator implements XYZToolTipGenerator {

    public String generateToolTip(RTMZDataset dataset, int series, int item) {
        return dataset.getPeakListRow(item).toString();
    }

From source file dr.PlotToolTipGenerator.java

/**
 * @author Taken from MZmine2
 * http://mzmine.sourceforge.net/
 *
 */
public class PlotToolTipGenerator implements XYZToolTipGenerator {

From source file org.squale.squaleweb.util.graph.BubbleToolTipGenerator.java

/**
 * @author 6370258 Chaque point du graphe a un Tooltip personnalis
 */
public class BubbleToolTipGenerator implements XYZToolTipGenerator {

    /**

From source file guineu.modules.dataanalysis.PCA.ProjectionPlotToolTipGenerator.java

/**
 * @author Taken from MZmine2
 * http://mzmine.sourceforge.net/
 *
 */
public class ProjectionPlotToolTipGenerator implements XYZToolTipGenerator {

From source file net.sf.mzmine.modules.peaklistmethods.dataanalysis.projectionplots.ProjectionPlotToolTipGenerator.java

public class ProjectionPlotToolTipGenerator implements XYZToolTipGenerator {

    private ColoringType coloringType;

    private enum LabelMode {
        FileName, FileNameAndParameterValue

From source file org.pentaho.plugin.jfreereport.reportcharts.FormulaXYZTooltipGenerator.java

public class FormulaXYZTooltipGenerator implements XYZToolTipGenerator {
    private FormulaExpression formulaExpression;
    private ExpressionRuntime runtime;
    private static final String[] ADDITIONAL_COLUMN_KEYS = new String[] { "chart::x-value", "chart::y-value",
            "chart::z-value", "chart::series-index", "chart::series-key", "chart::series-count",
            "chart::item-index", "chart::item-count" };

From source file net.sf.maltcms.chromaui.charts.tooltips.RTIXYTooltipGenerator.java

/**
 *
 * @author nilshoffmann
 */
public class RTIXYTooltipGenerator implements XYZToolTipGenerator, XYItemLabelGenerator {

From source file edu.ucla.stat.SOCR.motionchart.MotionToolTipGenerator.java

/**
 * Package: edu.ucla.stat.SOCR.motionchart
 * User: Khashim
 * Date: Dec 20, 2008
 * Time: 7:19:20 PM
 *