public class PolarStyle extends ChartStyle
PiePlot
.POLAR
,
POLAR_STACKED
,
Serialized FormModifier and Type | Field and Description |
---|---|
static PolarStyle |
POLAR
The simple polar chart style.
|
static PolarStyle |
POLAR_STACKED
The stacked polar chart style.
|
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 polar plot and initializes the plot with default settings.
|
public static final PolarStyle POLAR
public static final PolarStyle POLAR_STACKED
public boolean equals(java.lang.Object obj)
public AbstractPlot getDefaultPlot()
getDefaultPlot
in class ChartStyle
PolarPlot
.AbstractPlot
public java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets
in class ChartStyle
chart
- the chartChart2
Copyright © 1999-2020 by i-net software GmbH