Java org.jfree.chart.renderer.xy CandlestickRenderer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.renderer.xy.CandlestickRenderer has subclasses.
Click this link to see all its subclasses.

Field

intWIDTHMETHOD_SMALLEST
The smallest width method.

Constructor

CandlestickRenderer()
Creates a new renderer for candlestick charts.
CandlestickRenderer(double candleWidth)
Creates a new renderer for candlestick charts.

Method

voidsetAutoWidthFactor(double autoWidthFactor)
Sets the factor by which the available space automatically calculated for the candles will be multiplied to determine the actual width to use.
voidsetAutoWidthMethod(int autoWidthMethod)
Sets the method of automatically calculating the candle width and sends a RendererChangeEvent to all registered listeners.
voidsetBaseToolTipGenerator(XYToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetDownPaint(Paint paint)
Sets the paint used to fill candles when the price moves down from open to close and sends a RendererChangeEvent to all registered listeners.
voidsetDrawVolume(boolean flag)
Sets a flag that controls whether or not volume bars are drawn in the background 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.
voidsetSeriesPaint(int series, Paint paint)
Sets the paint used for a series and sends a RendererChangeEvent to all registered listeners.
voidsetSeriesVisible(int series, Boolean visible)
Sets the flag that controls whether a series is visible 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(XYToolTipGenerator generator)
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.
voidsetUpPaint(Paint paint)
Sets the paint used to fill candles when the price moves up from open to close and sends a RendererChangeEvent to all registered listeners.