Java org.jfree.chart.renderer.category BoxAndWhiskerRenderer fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer.category BoxAndWhiskerRenderer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.renderer.category BoxAndWhiskerRenderer.

The text is from its open source code.

Subclass

org.jfree.chart.renderer.category.BoxAndWhiskerRenderer has subclasses.
Click this link to see all its subclasses.

Constructor

BoxAndWhiskerRenderer()
Default constructor.

Method

doublegetItemMargin()
Returns the item margin.
voidsetArtifactPaint(Paint paint)
Sets the paint used to color the median and average markers and sends a RendererChangeEvent to all registered listeners.
voidsetBaseCreateEntities(boolean create)
Sets the base flag that controls whether entities are created for a series, and sends a RendererChangeEvent to all registered listeners.
voidsetBaseFillPaint(Paint paint)
Sets the base fill paint and sends a RendererChangeEvent to all registered listeners.
voidsetBaseLegendTextFont(Font font)
Sets the default legend text font and sends a RendererChangeEvent to all registered listeners.
voidsetBaseOutlinePaint(Paint paint)
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
voidsetBaseOutlineStroke(Stroke stroke)
Sets the base outline stroke and sends a RendererChangeEvent to all registered listeners.
voidsetBaseToolTipGenerator(CategoryToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetDefaultEntityRadius(int radius)
Sets the radius of the circle used for the default entity area when no area is specified.
voidsetFillBox(boolean flag)
Sets the flag that controls whether or not the box is filled and sends a RendererChangeEvent to all registered listeners.
voidsetItemMargin(double margin)
Sets the item margin and sends a RendererChangeEvent to all registered listeners.
voidsetLegendItemLabelGenerator(CategorySeriesLabelGenerator generator)
Sets the legend item label generator and sends a RendererChangeEvent to all registered listeners.
voidsetMaximumBarWidth(double percent)
Sets the maximum bar width, which is specified as a percentage of the available space for all bars, and sends a RendererChangeEvent to all registered listeners.
voidsetMeanVisible(boolean visible)
Sets the flag that controls whether or not the mean indicator is drawn for each item, and sends a RendererChangeEvent to all registered listeners.
voidsetMedianVisible(boolean visible)
Sets the flag that controls whether or not the median indicator is drawn for each item, and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesFillPaint(int series, Paint paint)
Sets the paint used for a series fill and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesOutlinePaint(int series, Paint paint)
Sets the paint used for a series outline and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesOutlineStroke(int series, Stroke stroke)
Sets the outline stroke used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesStroke(int series, Stroke stroke)
Sets the stroke used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesToolTipGenerator(int series, CategoryToolTipGenerator generator)
Sets the tool tip generator for a series and sends a RendererChangeEvent to all registered listeners.
voidsetStroke(Stroke stroke)
Sets the stroke for ALL series and sends a RendererChangeEvent to all registered listeners.
voidsetToolTipGenerator(CategoryToolTipGenerator generator)
Sets the tool tip generator for ALL series and sends a org.jfree.chart.event.RendererChangeEvent to all registered listeners.
voidsetUseOutlinePaintForWhiskers(boolean flag)
Sets the flag that, if true, causes the whiskers to be drawn using the series outline paint, and sends a RendererChangeEvent to all registered listeners.
voidsetWhiskerWidth(double width)
Sets the width of the whiskers as a fraction of the bar width and sends a RendererChangeEvent to all registered listeners.