i-net Clear Reports

com.inet.report.chart.plot
Class MultiplePieStyle

java.lang.Object
  extended by com.inet.report.chart.plot.ChartStyle
      extended by com.inet.report.chart.plot.MultiplePieStyle
All Implemented Interfaces:
java.io.Serializable

public class MultiplePieStyle
extends ChartStyle

This class defines the styles of the multiple pie chart. This style belongs to the plot MultiplePiePlot.

Since:
8.0
See Also:
PIE3D_MULTIPLE, Serialized Form

Field Summary
static MultiplePieStyle PIE3D_MULTIPLE
          Default style of chart with this plot.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 java.util.List getAllowedDatasets(Chart2 chart)
          Returns the list of dataset supported by this chart style.
 AbstractPlot getDefaultPlot()
          Creates a new multiple pie style plot and initializes the plot with default settings.
 
Methods inherited from class com.inet.report.chart.plot.ChartStyle
hashCode, toString
 

Field Detail

PIE3D_MULTIPLE

public static final MultiplePieStyle PIE3D_MULTIPLE
Default style of chart with this plot.

Method Detail

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class ChartStyle

getDefaultPlot

public AbstractPlot getDefaultPlot()
Creates a new multiple pie style plot and initializes the plot with default settings.

Specified by:
getDefaultPlot in class ChartStyle
Returns:
the plot of type PiePlot.
Since:
8.0
See Also:
AbstractPlot

getAllowedDatasets

public java.util.List getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style.

Specified by:
getAllowedDatasets in class ChartStyle
Parameters:
chart - the chart
Returns:
the list of datasets.
See Also:
Chart2

i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH