java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartStyle
omix.lang.chart.util.PieChartStyle
omix.lang.chart.util.MultiplePieChartStyle
- All Implemented Interfaces:
Serializable
public class MultiplePieChartStyle extends PieChartStyle
- Since:
- Omix 1.9.26
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class omix.lang.chart.util.PieChartStyle
PieChartStyle.LinkStyle
-
Constructor Summary
Constructors Constructor Description MultiplePieChartStyle()
-
Method Summary
Modifier and Type Method Description MultiplePieChartStyle
clone()
Color
getAggregatedColor()
String
getAggregatedLabel()
double
getLimit()
void
set(ChartStyle chartStyle)
void
setAggregatedColor(Color aggregatedColor)
void
setAggregatedLabel(String aggregatedLabel)
void
setLimit(double limit)
Methods inherited from class omix.lang.chart.util.PieChartStyle
getBaseSectionOutlineColor, getBaseSectionOutlineStyle, getBaseSectionOutlineWidth, getInteriorGap, getLabelBackgroundColor, getLabelColor, getLabelFont, getLabelGap, getLabelLinkLineColor, getLabelLinkLineStyle, getLabelLinkLineWidth, getLabelLinkMargin, getLabelLinkStyle, getLabelOutlineColor, getLabelOutlineStyle, getLabelOutlineWidth, getLabelShadowColor, getMaximumLabelWidth, getShadowColor, getShadowXOffset, getShadowYOffset, getStartAngle, isCircular, isClockwise, isIgnoreZeroValues, isLabelVisible, isSimpleLabels, setBaseSectionOutlineColor, setBaseSectionOutlineStyle, setBaseSectionOutlineWidth, setCircular, setClockwise, setIgnoreZeroValues, setInteriorGap, setLabelBackgroundColor, setLabelColor, setLabelFont, setLabelGap, setLabelLinkLineColor, setLabelLinkLineStyle, setLabelLinkLineWidth, setLabelLinkMargin, setLabelLinkStyle, setLabelOutlineColor, setLabelOutlineStyle, setLabelOutlineWidth, setLabelShadowColor, setLabelVisible, setMaximumLabelWidth, setShadowColor, setShadowOffset, setSimpleLabels, setStartAngle
Methods inherited from class omix.lang.chart.util.ChartStyle
getBackground, getBottomInset, getBottomPadding, getColorScheme, getLeftInset, getLeftPadding, getRightInset, getRightPadding, getTopInset, getTopPadding, isShowNoDataWarning, setBackground, setBottomInset, setBottomPadding, setColorScheme, setLeftInset, setLeftPadding, setRightInset, setRightPadding, setShowNoDataWarning, setTopInset, setTopPadding
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
MultiplePieChartStyle
public MultiplePieChartStyle()
-
-
Method Details
-
set
- Overrides:
set
in classPieChartStyle
-
clone
- Overrides:
clone
in classPieChartStyle
-
getLimit
public double getLimit() -
setLimit
public void setLimit(double limit) -
getAggregatedLabel
-
setAggregatedLabel
-
getAggregatedColor
-
setAggregatedColor
-