Example usage for org.jfree.chart.labels AbstractXYItemLabelGenerator subclass-usage

List of usage examples for org.jfree.chart.labels AbstractXYItemLabelGenerator subclass-usage

Introduction

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

Usage

From source file playground.dgrether.analysis.charts.utils.DgXYLabelGenerator.java

/**
 * @author dgrether
 *
 */
public class DgXYLabelGenerator extends AbstractXYItemLabelGenerator implements XYItemLabelGenerator {
    private Map<Integer, List<String>> labels = new HashMap<Integer, List<String>>();

From source file com.ceabie.CandlestickToolTipGenerator.java

public class CandlestickToolTipGenerator extends AbstractXYItemLabelGenerator
        implements XYToolTipGenerator, Cloneable, PublicCloneable, Serializable {

    private static final long serialVersionUID = -3564164459039540784L;

    private static final String DEFAULT_TOOL_TIP_FORMAT = "{0}: [{1}, {2}]-({3}, {4})";