List of usage examples for org.jfree.chart.renderer.category BoxAndWhiskerRenderer subclass-usage
From source file be.ugent.maf.cellmissy.gui.view.renderer.jfreechart.ExtendedBoxAndWhiskerRenderer.java
/**
* A class that extends the BoxAndWhiskerRenderer. It makes sure boxes are drawn
* and filled with the right colors, and that shapes for outliers and far-outer
* points are not too big!
*
* @author Paola
From source file gov.nih.nci.caintegrator.application.geneexpression.BoxAndWhiskerCoinPlotRenderer.java
/** * This code was taken from Rembrandt and modified slightly. The purpose is to show all * outliers as coins on the plot as opposed to just triangles which represent far outliers. */ @SuppressWarnings({ "PMD.CyclomaticComplexity", "PMD.NPathComplexity", "PMD.ExcessiveMethodLength", "PMD.ExcessiveParameterList", "unchecked" }) // This complex code was taken from Rembrandt
From source file gov.nih.nci.cma.web.graphing.BoxAndWhiskerDotsRenderer.java
/** * A box-and-whisker renderer. */ public class BoxAndWhiskerDotsRenderer extends BoxAndWhiskerRenderer { /** For serialization. */
From source file gov.nih.nci.caintegrator.ui.graphing.chart.plot.BoxAndWhiskerCoinPlotRenderer.java
/** * @author sahnih * */ public class BoxAndWhiskerCoinPlotRenderer extends BoxAndWhiskerRenderer {
From source file gov.nih.nci.rembrandt.web.graphing.data.BoxAndWhiskerDotsRenderer.java
/** * A box-and-whisker renderer. */ public class BoxAndWhiskerDotsRenderer extends BoxAndWhiskerRenderer { /** For serialization. */
From source file gov.nih.nci.caintegrator.application.graphing.BoxAndWhiskerDotsRenderer.java
/** * A box-and-whisker renderer. */ public class BoxAndWhiskerDotsRenderer extends BoxAndWhiskerRenderer { /** For serialization. */