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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

XYBlockRenderer()
Creates a new XYBlockRenderer instance with default attributes.

Method

voidaddAnnotation(XYAnnotation annotation)
Adds an annotation and sends a RendererChangeEvent to all registered listeners.
doublegetBlockHeight()
Returns the block height, in data/axis units.
doublegetBlockWidth()
Returns the block width, in data/axis units.
PaintScalegetPaintScale()
Returns the paint scale used by the renderer.
XYItemRendererStateinitialise(Graphics2D g2, Rectangle2D dataArea, XYPlot plot, XYDataset data, PlotRenderingInfo info)
Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.
voidsetBaseToolTipGenerator(XYToolTipGenerator generator)
Sets the base tool tip generator and sends a RendererChangeEvent to all registered listeners.
voidsetBlockAnchor(RectangleAnchor anchor)
Sets the anchor point used to align a block at its (x, y) location and sends a RendererChangeEvent to all registered listeners.
voidsetBlockHeight(double height)
Sets the height of the blocks used to represent each data item and sends a RendererChangeEvent to all registered listeners.
voidsetBlockWidth(double width)
Sets the width of the blocks used to represent each data item 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.
voidsetPaintScale(PaintScale scale)
Sets the paint scale used by the renderer 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.
voidsetSeriesToolTipGenerator(int series, XYToolTipGenerator generator)
Sets the tool tip generator 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.
voidsetToolTipGenerator(XYToolTipGenerator generator)
Sets the tool tip generator for ALL series and sends a RendererChangeEvent to all registered listeners.