List of usage examples for org.jfree.chart.renderer.category CategoryItemRenderer interface-usage
From source file edu.cuny.jfree.chart.renderer.category.IntervalListBarRenderer.java
/**
* A renderer for
* {@link edu.cuny.jfree.data.category.DefaultIntervalListCategoryDataset}.
*
* @author Jinzhong Niu
* @version $Revision: 1.7 $
From source file nl.strohalm.cyclos.utils.jfreeAsymmetric.AsymmetricStatisticalBarRenderer.java
/**
* A StatisticalBarRenderer which can display error bars inside a normal bar, which are asymmetric (that is: the lower and upper half of the bar need
* not be equal). Can be used in stead of the JFreeChart statisticalBarRenderer. Is an alternative for StatisticalBarRenderer of JFreeChart; it
* subclasses the parent of StatisticalBarRenderer, alters the needed code, and copies the rest of the code.
*
* @author Rinke
From source file org.spantus.exp.recognition.dao.chart.AsymmetricStatisticalBarRenderer.java
/**
* A renderer that handles the drawing a bar plot where
* each bar has a mean value and a standard deviation line. The example shown
* here is generated by the <code>StatisticalBarChartDemo1.java</code> program
* included in the JFreeChart Demo Collection:
* <br><br>
From source file extern.AsymmetricStatisticalBarRenderer.java
/**
* A renderer that handles the drawing a bar plot where
* each bar has a mean value and a standard deviation line. The example shown
* here is generated by the <code>StatisticalBarChartDemo1.java</code> program
* included in the JFreeChart Demo Collection:
* <br><br>