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

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

Introduction

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

Usage

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

/**
 * @author 6370258 Classe de gnration de liens spcifiques  chaque point du graphe de type Bubble
 */
public class BubbleUrlGenerator extends AbstractURLGenerator implements XYURLGenerator {
    /**
     * Array of vg values

From source file org.n52.server.sos.generator.MetadataInURLGenerator.java

public class MetadataInURLGenerator implements XYURLGenerator, Serializable {

    private static final long serialVersionUID = -3191226455244301588L;

    private DesignDescriptionList designDescriptions;

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

/**
 * @author Ekaterina Shliakhovetskaya
 */
public class DynamicXYGenerator implements XYToolTipGenerator, XYURLGenerator, Serializable {
    private transient final GridChartView view;
    private transient final ChartViewValueExpression valueExpression;

From source file com.marvelution.jira.plugins.hudson.charts.renderers.BuildResultRenderer.java

/**
 * A {@link XYBarRenderer} for rendering the Bars for the builds depending on the build result
 * 
 * @author <a href="mailto:markrekveld@marvelution.com">Mark Rekveld</a>
 */
public class BuildResultRenderer extends XYBarRenderer implements XYURLGenerator, XYToolTipGenerator {

From source file org.n52.server.io.MetadataInURLGenerator.java

public class MetadataInURLGenerator implements XYURLGenerator, Serializable {

    private static final long serialVersionUID = -3191226455244301588L;

    private DesignDescriptionList designDescriptions;

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

/**
 * A URL generator that can be assigned to a {@link org.jfree.chart.renderer.category.CategoryItemRenderer}.
 * 
 * @author Richard Atkinson
 */
public class XYURLGenerator implements org.jfree.chart.urls.XYURLGenerator, Cloneable, Serializable {