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

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

Introduction

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

The text is from its open source code.

Constructor

CombinedRangeXYPlot(ValueAxis rangeAxis)
Creates a new plot.
CombinedRangeXYPlot()
Default constructor.

Method

voidadd(XYPlot subplot, int weight)
Adds a subplot with a particular weight (greater than or equal to one).
voidadd(XYPlot subplot)
Adds a subplot, with a default 'weight' of 1.
ListgetSubplots()
Returns the list of subplots.
voidsetFixedLegendItems(LegendItemCollection items)
Sets the fixed legend items for the plot.
voidsetGap(double gap)
Sets the amount of space between subplots.
voidsetOrientation(PlotOrientation orientation)
Sets the orientation for the plot (and all its subplots).
voidsetRangeAxis(int index, ValueAxis axis)
Sets a range axis and sends a PlotChangeEvent to all registered listeners.
voidsetRenderer(XYItemRenderer renderer)
Sets the item renderer FOR ALL SUBPLOTS.