org.openfaces.component.chart.impl.plots
Class MultiplePiePlotAdapter

java.lang.Object
  extended by org.jfree.chart.plot.Plot
      extended by org.jfree.chart.plot.MultiplePiePlot
          extended by org.openfaces.component.chart.impl.plots.MultiplePiePlotAdapter
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.EventListener, org.jfree.chart.event.AxisChangeListener, org.jfree.chart.event.MarkerChangeListener, org.jfree.chart.LegendItemSource, org.jfree.data.general.DatasetChangeListener, org.jfree.util.PublicCloneable, ConfigurablePlot

public class MultiplePiePlotAdapter
extends org.jfree.chart.plot.MultiplePiePlot
implements ConfigurablePlot

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jfree.chart.plot.Plot
DEFAULT_BACKGROUND_ALPHA, DEFAULT_BACKGROUND_PAINT, DEFAULT_FOREGROUND_ALPHA, DEFAULT_INSETS, DEFAULT_LEGEND_ITEM_BOX, DEFAULT_LEGEND_ITEM_CIRCLE, DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, MINIMUM_HEIGHT_TO_DRAW, MINIMUM_WIDTH_TO_DRAW, ZERO
 
Constructor Summary
MultiplePiePlotAdapter(org.jfree.data.category.CategoryDataset ds, org.jfree.util.TableOrder order, Chart chart, PieChartView view)
           
 
Method Summary
 void addConfigurator(PlotConfigurator configurator)
           
 void configure()
           
 java.util.Collection<PlotConfigurator> getConfigurators()
           
 
Methods inherited from class org.jfree.chart.plot.MultiplePiePlot
clone, draw, equals, getAggregatedItemsKey, getAggregatedItemsPaint, getDataExtractOrder, getDataset, getLegendItems, getLegendItemShape, getLimit, getPieChart, getPlotType, setAggregatedItemsKey, setAggregatedItemsPaint, setDataExtractOrder, setDataset, setLegendItemShape, setLimit, setPieChart
 
Methods inherited from class org.jfree.chart.plot.Plot
addChangeListener, axisChanged, datasetChanged, drawBackground, drawBackgroundImage, drawOutline, getBackgroundAlpha, getBackgroundImage, getBackgroundImageAlignment, getBackgroundImageAlpha, getBackgroundPaint, getDatasetGroup, getDrawingSupplier, getForegroundAlpha, getInsets, getNoDataMessage, getNoDataMessageFont, getNoDataMessagePaint, getOutlinePaint, getOutlineStroke, getParent, getRootPlot, handleClick, isNotify, isOutlineVisible, isSubplot, markerChanged, notifyListeners, removeChangeListener, resolveDomainAxisLocation, resolveRangeAxisLocation, setBackgroundAlpha, setBackgroundImage, setBackgroundImageAlignment, setBackgroundImageAlpha, setBackgroundPaint, setDrawingSupplier, setDrawingSupplier, setForegroundAlpha, setInsets, setInsets, setNoDataMessage, setNoDataMessageFont, setNoDataMessagePaint, setNotify, setOutlinePaint, setOutlineStroke, setOutlineVisible, setParent, zoom
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplePiePlotAdapter

public MultiplePiePlotAdapter(org.jfree.data.category.CategoryDataset ds,
                              org.jfree.util.TableOrder order,
                              Chart chart,
                              PieChartView view)
Method Detail

addConfigurator

public void addConfigurator(PlotConfigurator configurator)
Specified by:
addConfigurator in interface ConfigurablePlot

getConfigurators

public java.util.Collection<PlotConfigurator> getConfigurators()
Specified by:
getConfigurators in interface ConfigurablePlot

configure

public void configure()
Specified by:
configure in interface ConfigurablePlot


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.