Example usage for org.jfree.chart.urls XYZURLGenerator interface-usage

List of usage examples for org.jfree.chart.urls XYZURLGenerator interface-usage

Introduction

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

Usage

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

public class FormulaXYZURLGenerator implements XYZURLGenerator {
    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" };