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

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

Introduction

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

The text is from its open source code.

Constructor

BarRenderer3D()
Default constructor, creates a renderer with a ten pixel '3D effect'.

Method

voidsetBaseOutlinePaint(Paint paint)
Sets the base outline paint and sends a RendererChangeEvent to all registered listeners.
voidsetItemLabelFont(Font font)
Sets the item label font for ALL series 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.
voidsetMaxBarWidth(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.