Example usage for org.jfree.chart.renderer.xy XYItemRenderer interface-usage

List of usage examples for org.jfree.chart.renderer.xy XYItemRenderer interface-usage

Introduction

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

Usage

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

From source file org.trade.ui.chart.renderer.PivotRenderer.java

/**
 * A renderer that draws a small dot at each data point for an {@link XYPlot}.
 * The example shown here is generated by the <code>ScatterPlotDemo4.java</code>
 * program included in the JFreeChart demo collection: <br>
 * <br>
 * <img src="../../../../../images/XYDotRendererSample.png"

From source file msi.gama.outputs.layers.charts.StandardXYItemRenderer.java

/**
 * Standard item renderer for an {@link XYPlot}. This class can draw (a) shapes at each point, or (b) lines between
 * points, or (c) both shapes and lines.
 * <P>
 * This renderer has been retained for historical reasons and, in general, you should use the
 * {@link XYLineAndShapeRenderer} class instead.

From source file org.pentaho.plugin.jfreereport.reportcharts.backport.XYDotRenderer.java

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

From source file edu.dlnu.liuwenpeng.render.XYLineAndShapeRenderer.java

/**    
* A renderer that connects data points with lines and/or draws shapes at each    
* data point.  This renderer is designed for use with the {@link XYPlot}    
* class.    
*/
public class XYLineAndShapeRenderer extends AbstractXYItemRenderer

From source file edu.dlnu.liuwenpeng.render.CandlestickRenderer.java

/**    
* A renderer that draws candlesticks on an {@link XYPlot} (requires a    
* {@link OHLCDataset}).    
* <P>    
* This renderer does not include code to calculate the crosshair point for the    
* plot.    

From source file edu.dlnu.liuwenpeng.render.NewXYBarRenderer.java

/**    
* A renderer that draws bars on an {@link XYPlot} (requires an     
* {@link IntervalXYDataset}).    
*/
public class NewXYBarRenderer extends AbstractXYItemRenderer
        implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {

From source file edu.dlnu.liuwenpeng.render.XYBarRenderer.java

/**
 * A renderer that draws bars on an {@link XYPlot} (requires an 
 * {@link IntervalXYDataset}).
 */
public class XYBarRenderer extends AbstractXYItemRenderer
        implements XYItemRenderer, Cloneable, PublicCloneable, Serializable {