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

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

Introduction

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

The text is from its open source code.

Constructor

WaterfallBarRenderer()
Constructs a new renderer with default values for the bar colors.

Method

voidsetBaseItemLabelFont(Font font)
Sets the base item label font and sends a RendererChangeEvent to all registered listeners.
voidsetBaseItemLabelGenerator(CategoryItemLabelGenerator generator)
Sets the base item label generator and sends a RendererChangeEvent to all registered listeners.
voidsetBaseItemLabelPaint(Paint paint)
Sets the base item label paint and sends a RendererChangeEvent to all registered listeners.
voidsetBaseItemLabelsVisible(boolean visible)
Sets the base flag that controls whether or not item labels are visible, and sends a RendererChangeEvent to all registered listeners.
voidsetBaseItemURLGenerator(CategoryURLGenerator generator)
Sets the base item URL generator and sends a RendererChangeEvent to all registered listeners.
voidsetBaseNegativeItemLabelPosition(ItemLabelPosition position)
Sets the base item label position for negative values and sends a RendererChangeEvent to all registered listeners.
voidsetBasePositiveItemLabelPosition(ItemLabelPosition position)
Sets the base positive item label position.
voidsetBaseToolTipGenerator(CategoryToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetFirstBarPaint(Paint paint)
Sets the paint that will be used to draw the first bar and sends a RendererChangeEvent to all registered listeners.
voidsetGradientPaintTransformer(GradientPaintTransformer transformer)
Sets the gradient paint transformer and sends a RendererChangeEvent to all registered listeners.
voidsetItemLabelsVisible(boolean visible)
Sets the visibility of the item labels for ALL series.
voidsetItemMargin(double percent)
Sets the item margin and sends a RendererChangeEvent to all registered listeners.
voidsetLastBarPaint(Paint paint)
Sets the paint that will be used to draw the last bar and sends a RendererChangeEvent to all registered listeners.
voidsetNegativeBarPaint(Paint paint)
Sets the paint that will be used to draw bars having negative values, and sends a RendererChangeEvent to all registered listeners.
voidsetPositiveBarPaint(Paint paint)
Sets the paint that will be used to draw bars having positive values.
voidsetSeriesOutlinePaint(int series, Paint paint)
Sets the paint used for a series outline 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.
voidsetShadowVisible(boolean visible)
Sets the flag that controls whether or not shadows are drawn by the renderer.