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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.plot.CombinedDomainCategoryPlot has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidadd(CategoryPlot subplot, int weight)
Adds a subplot to the combined chart and sends a PlotChangeEvent to all registered listeners.
voidadd(CategoryPlot subplot)
Adds a subplot to the combined chart and sends a PlotChangeEvent to all registered listeners.
CategoryAxisgetDomainAxis()
Returns the domain axis for the plot.
LegendItemCollectiongetLegendItems()
Returns a collection of legend items for the plot.
voidsetDomainAxis(CategoryAxis axis)
Sets the domain axis for the plot and sends a PlotChangeEvent to all registered listeners.
voidsetDomainGridlinesVisible(boolean visible)
Sets the flag that controls whether or not grid-lines are drawn against the domain axis.
voidsetFixedLegendItems(LegendItemCollection items)
Sets the fixed legend items for the plot.
voidsetOrientation(PlotOrientation orientation)
Sets the orientation of the plot (and all subplots).
voidsetRangeGridlinesVisible(boolean visible)
Sets the flag that controls whether or not grid-lines are drawn against the range axis.
voidsetRenderer(CategoryItemRenderer renderer)
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and sends a change event to all registered listeners.