public class PieStyle extends ChartStyle
PiePlot
.PIE2D
,
PIE3D
,
RING2D
,
RING3D
,
Serialized FormModifier and Type | Field and Description |
---|---|
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.
|
Modifier | Constructor and Description |
---|---|
protected |
PieStyle(java.lang.String name)
Private constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final PieStyle PIE2D
public static final PieStyle PIE3D
public static final PieStyle RING2D
public static final PieStyle RING3D
protected PieStyle(java.lang.String name)
name
- the namepublic boolean equals(java.lang.Object obj)
public AbstractPlot getDefaultPlot()
getDefaultPlot
in class ChartStyle
PiePlot
.AbstractPlot
public java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets
in class ChartStyle
chart
- the chartChart2
Copyright © 1999-2020 by i-net software GmbH