Example usage for org.jfree.chart.renderer.xy AbstractXYItemRenderer subclass-usage

List of usage examples for org.jfree.chart.renderer.xy AbstractXYItemRenderer subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart.renderer.xy AbstractXYItemRenderer subclass-usage.

Usage

From source file no.met.jtimeseries.chart.XYCloudSymbolRenderer.java

/**
 * A custom renderer for displaying cloud symbols
 */

public class XYCloudSymbolRenderer extends AbstractXYItemRenderer
        implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {

From source file no.met.jtimeseries.chart.XYWindArrowRenderer.java

/**
 * A custom renderer for displaying wind arrows
 */

public class XYWindArrowRenderer extends AbstractXYItemRenderer
        implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {

From source file org.geotools.renderer.chart.GeometryRenderer.java

/**
 * A custom renderer for geometry objects in a {@link GeometryDataset}.
 * <pre>
 *   Geometry g1 = ...
 *   Geometry g2 = ...
 *   

From source file org.jfree.experimental.chart.renderer.xy.VectorRenderer.java

/**
 * A renderer that represents data from an {@link VectorXYDataset} by drawing a
 * line with an arrow at each (x, y) point.
 * 
 * WARNING: THIS CLASS IS NOT PART OF THE STANDARD JFREECHART API AND IS 
 * SUBJECT TO ALTERATION OR REMOVAL.  DO NOT RELY ON THIS CLASS FOR 

From source file ste.travian.world.TileRenderer.java

/**
 * A renderer that draws a small dot at each data point for an {@link XYPlot}.
 */
public class TileRenderer extends AbstractXYItemRenderer
        implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {

From source file longMethod.jfreechart.drawItem.SamplingXYLineRenderer.java

/**
 * A renderer that draws line charts.  The renderer doesn't necessarily plot
 * every data item - instead, it tries to plot only those data items that
 * make a difference to the visual output (the other data items are skipped).  
 * This renderer is designed for use with the {@link XYPlot} class.
 *

From source file org.openfaces.component.chart.impl.renderers.XYLineFillRenderer.java

public class XYLineFillRenderer extends AbstractXYItemRenderer
        implements XYItemRenderer, XYRendererAdapter, AreaFillRenderer, CustomizedRenderer, ConfigurableRenderer {

    private ItemsRenderer delegate = new ItemsRenderer();
    private ConfigurableRendererBase configurationDelegate = new ConfigurableRendererBase();
    private Map<Integer, Boolean> seriesLinesVisible = new HashMap<Integer, Boolean>();

From source file anl.verdi.plot.jfree.XYBlockRenderer.java

/**
 * A renderer that represents data from an {@link org.jfree.data.xy.XYZDataset} by drawing a
 * color block at each (x, y) point, where the color is a function of the
 * z-value from the dataset.
 *
 * @since 1.0.4

From source file org.glotaran.jfreechartcustom.XYBlockRenderer.java

/**
 * A renderer that represents data from an {@link XYZDataset} by drawing a
 * color block at each (x, y) point, where the color is a function of the
 * z-value from the dataset.
 *
 * @since 1.0.4

From source file nl.vu.nat.jfreechartcustom.XYBlockRenderer.java

/**
 * A renderer that represents data from an {@link XYZDataset} by drawing a
 * color block at each (x, y) point, where the color is a function of the
 * z-value from the dataset.
 *
 * @since 1.0.4