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

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

Introduction

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

Usage

From source file hudson.plugins.plot.PointURLGenerator.java

/**
 * Returns the URL for a given data point.
 *
 * @author Nigel Daley
 */
public class PointURLGenerator implements CategoryURLGenerator {

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

/**
 */
public class RepartitionUrlGenerator extends AbstractRepartitionUrlGenerator implements CategoryURLGenerator {

    /**
     * Constructeur, initialise les champs communs  tout le graphe

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

/**
 */
public class RepartitionBarUrlGenerator extends AbstractRepartitionUrlGenerator implements CategoryURLGenerator {

    /**
     * Constructeur, initialise les champs communs  tout le graphe

From source file com.manydesigns.portofino.chart.ChartBarUrlGenerator.java

public class ChartBarUrlGenerator implements CategoryURLGenerator {
    public static final String copyright = "Copyright (c) 2005-2013, ManyDesigns srl";

    protected final OgnlTextFormat format;
    protected final BarURLGeneratorValue value;

From source file org.openfaces.component.chart.impl.generators.DynamicCategoryGenerator.java

/**
 * @author Ekaterina Shliakhovetskaya
 */
public class DynamicCategoryGenerator implements CategoryToolTipGenerator, CategoryURLGenerator, Serializable {
    private transient final GridChartView view;
    private transient final ChartViewValueExpression dynamicProperty;

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

public class FormulaCategoryURLGenerator implements CategoryURLGenerator {
    private FormulaExpression formulaExpression;

    private GenericExpressionRuntime runtime;

    private static final String[] ADDITIONAL_COLUMN_KEYS = new String[] { "chart::series-key",

From source file com.newatlanta.bluedragon.CategoryURLGenerator.java

/**
 * A URL generator that can be assigned to a
 * {@link org.jfree.chart.renderer.category.CategoryItemRenderer}.
 * 
 * @author Richard Atkinson
 */

From source file hudson.util.StackedAreaRenderer2.java

/**
 * Modified {@link StackedAreaRenderer}.
 *
 * <ol>
 * <li>Built-in support for {@link #generateToolTip(CategoryDataset, int, int) tooltip}
 *     and {@link #generateURL(CategoryDataset, int, int) hyperlinks} for clickable map.