|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.PieStyle
public class PieStyle
This class defines the different styles of the pie chart.
This style belongs to the plot PiePlot.
PIE2D,
PIE3D,
RING2D,
RING3D,
Serialized Form| Field Summary | |
|---|---|
static PieStyle |
PIE2D
The pie 2D style. |
static PieStyle |
PIE3D
The pie 3D style. |
static PieStyle |
RING2D
The ring 2D style. |
static PieStyle |
RING3D
The ring 3D style. |
| Constructor Summary | |
|---|---|
protected |
PieStyle(java.lang.String name)
Private constructor. |
| 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 pie plot and initializes the plot with default settings. |
| Methods inherited from class com.inet.report.chart.plot.ChartStyle |
|---|
hashCode, toString |
| Field Detail |
|---|
public static final PieStyle PIE2D
public static final PieStyle PIE3D
public static final PieStyle RING2D
public static final PieStyle RING3D
| Constructor Detail |
|---|
protected PieStyle(java.lang.String name)
name - the name| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ChartStylepublic AbstractPlot getDefaultPlot()
getDefaultPlot in class ChartStylePiePlot.AbstractPlotpublic java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets in class ChartStylechart - the chart
Chart2
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||