Java org.jfree.chart.plot PlotRenderingInfo fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot PlotRenderingInfo fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddSubplotInfo(PlotRenderingInfo info)
Adds the info for a subplot.
Rectangle2DgetDataArea()
Returns the plot's data area (in Java2D space).
ChartRenderingInfogetOwner()
Returns the owner (as specified in the constructor).
Rectangle2DgetPlotArea()
Returns the plot area (in Java2D space).
intgetSubplotCount()
Returns the number of subplots (possibly zero).
intgetSubplotIndex(Point2D source)
Returns the index of the subplot that contains the specified (x, y) point (the "source" point).
PlotRenderingInfogetSubplotInfo(int index)
Returns the info for a subplot.
voidsetDataArea(Rectangle2D area)
Sets the data area.
voidsetPlotArea(Rectangle2D area)
Sets the plot area.