public class PolarPlot extends StandardPlot
BaseDataset
interface.
AbstractPlot.GradientSetting
Modifier and Type | Field and Description |
---|---|
static PolarStyle |
DEFAULT_STYLE
Default chart style with this plot.
|
ITEM_LABEL_POSITION_BASE, ITEM_LABEL_POSITION_CENTER, ITEM_LABEL_POSITION_INSIDE_OF_MAX, ITEM_LABEL_POSITION_OUTSIDE_OF_MAX
DEFAULT_COLOR_SEQUENCE, DEFAULT_FOREGROUND_ALPHA, DEFAULT_ITEM_LABEL_COLOR, DEFAULT_ITEM_LABEL_FONT, DEFAULT_OUTLINE_COLOR, DEFAULT_OUTLINE_STYLE, DEFAULT_OUTLINE_WIDTH, TOKEN_PLOT
Constructor and Description |
---|
PolarPlot()
Creates a polar plot with default properties.
|
PolarPlot(PolarStyle style)
Creates a polar plot with defined chart style.
|
Modifier and Type | Method and Description |
---|---|
ChartStyle |
getStyle()
Returns the style of this chart, ie. the general category this plot belongs to.
|
void |
readProperties(org.w3c.dom.Element element,
Chart2 chart)
Reads the chart properties from the DOMParser Element.
|
void |
refreshAutoTitles(Chart2 chart)
Reads out the data column names from dataset and refreshes the chart labels.
|
void |
setStyle(PolarStyle style)
Sets the chart style of this plot.
|
getCategoryAxis, getDataAxis, getDataset, getItemLabelPosition, getReferencedObject, getSubProperties, isShowCumulativeValues, saveSubProperties, setCategoryAxis, setDataAxis, setDataset, setItemLabelPosition, setShowCumulativeValues
getBackColor, getColorFormula, getColorSequence, getForegroundAlpha, getGradientSetting, getItemLabelColor, getItemLabelFont, getItemLabelFormat, getItemShape, getOutlineColor, getOutlineStyle, getOutlineWidth, isColorBySeries, isDrawOutline, isSameColorsForSameGroups, isShowLabel, isShowValue, saveProperties, setBackColor, setColorBySeries, setColorFormula, setColorSequence, setDrawOutline, setForegroundAlpha, setGradientSetting, setItemLabelColor, setItemLabelFont, setItemLabelFormat, setItemShape, setOutlineColor, setOutlineStyle, setOutlineWidth, setSameColorsForSameGroups, setShowLabel, setShowValue
public static final PolarStyle DEFAULT_STYLE
public PolarPlot()
public PolarPlot(PolarStyle style)
style
- the chart style (null
not permitted)PolarStyle
public ChartStyle getStyle()
getStyle
in class StandardPlot
BarStyle.BAR2D
,
LineStyle.LINE_MARKER
,
AreaStyle.AREA2D_STACKED
public void setStyle(PolarStyle style)
style
- the style (null
not permitted)getStyle()
,
PolarStyle
public void refreshAutoTitles(Chart2 chart)
refreshAutoTitles
in interface ChartPlot
refreshAutoTitles
in class StandardPlot
chart
- the chartpublic void readProperties(org.w3c.dom.Element element, Chart2 chart)
readProperties
in interface ChartPlot
readProperties
in class StandardPlot
element
- the DOMParser Elementchart
- the chartCopyright © 1999-2020 by i-net software GmbH