Example usage for org.jfree.chart.urls StandardCategoryURLGenerator subclass-usage

List of usage examples for org.jfree.chart.urls StandardCategoryURLGenerator subclass-usage

Introduction

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

Usage

From source file it.eng.spagobi.engines.chart.bo.charttypes.utils.MyCategoryUrlGenerator.java

/** Extends StandardCategoryURLGenerator: the purpose of this class is to add a postfix in the case of document-composition and to substitute in the URL
 * serie anc category parameter, addedd by JFreeCharts function, with label chosen by the user
 */

public class MyCategoryUrlGenerator extends StandardCategoryURLGenerator {

From source file org.cyberoam.iview.charts.CustomCategoryDataset.java

/**
 * This class is used to generate URL for stacked chart.
 * @author Narendra Shah
 *
 */
class CustomURLGeneratorForStackedChart extends StandardCategoryURLGenerator {

From source file org.cyberoam.iview.charts.CustomCategoryAxis.java

/**
 * This class is used in Bar3D to generate URL for chart.
 * @author Narendra Shah
 *
 */
class CustomURLGeneratorForBarChart extends StandardCategoryURLGenerator {