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

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

Introduction

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

The text is from its open source code.

Constructor

ChartRenderingInfo(EntityCollection entities)
Constructs a new instance.
ChartRenderingInfo()
Constructs a new ChartRenderingInfo structure that can be used to collect information about the dimensions of a rendered chart.

Method

voidclear()
Clears the information recorded by this object.
Rectangle2DgetChartArea()
Returns the area in which the chart was drawn.
EntityCollectiongetEntityCollection()
Returns the collection of entities maintained by this instance.
PlotRenderingInfogetPlotInfo()
Returns the rendering info for the chart's plot.
voidsetEntityCollection(EntityCollection entities)
Sets the entity collection.