java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartStyle
omix.lang.chart.util.PieChartStyle
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultiplePieChartStyle
public class PieChartStyle extends ChartStyle
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PieChartStyle.LinkStyle
-
Constructor Summary
Constructors Constructor Description PieChartStyle()
-
Method Summary
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
-
PieChartStyle
public PieChartStyle()
-
-
Method Details
-
set
- Overrides:
set
in classChartStyle
-
clone
- Specified by:
clone
in classChartStyle
-
getInteriorGap
public double getInteriorGap() -
setInteriorGap
public void setInteriorGap(double interiorGap) -
isCircular
public boolean isCircular() -
setCircular
public void setCircular(boolean circular) -
getStartAngle
public double getStartAngle() -
setStartAngle
public void setStartAngle(double startAngle) -
isClockwise
public boolean isClockwise() -
setClockwise
public void setClockwise(boolean clockwise) -
getBaseSectionOutlineColor
-
setBaseSectionOutlineColor
-
getBaseSectionOutlineStyle
-
setBaseSectionOutlineStyle
-
getBaseSectionOutlineWidth
public double getBaseSectionOutlineWidth() -
setBaseSectionOutlineWidth
public void setBaseSectionOutlineWidth(double baseSectionOutlineWidget) -
getShadowColor
-
setShadowColor
-
getShadowXOffset
public double getShadowXOffset() -
setShadowOffset
public void setShadowOffset(double xOffset, double yOffset) -
getShadowYOffset
public double getShadowYOffset() -
getLabelFont
-
setLabelFont
-
getLabelColor
-
setLabelColor
-
getLabelBackgroundColor
-
setLabelBackgroundColor
-
getLabelOutlineColor
-
setLabelOutlineColor
-
getLabelOutlineStyle
-
setLabelOutlineStyle
-
getLabelOutlineWidth
public double getLabelOutlineWidth() -
setLabelOutlineWidth
public void setLabelOutlineWidth(double labelOutlineWidth) -
getLabelShadowColor
-
setLabelShadowColor
-
isSimpleLabels
public boolean isSimpleLabels() -
setSimpleLabels
public void setSimpleLabels(boolean simpleLabels) -
getMaximumLabelWidth
public double getMaximumLabelWidth() -
setMaximumLabelWidth
public void setMaximumLabelWidth(double maximumLabelWidth) -
getLabelGap
public double getLabelGap() -
setLabelGap
public void setLabelGap(double labelGap) -
getLabelLinkStyle
-
setLabelLinkStyle
-
getLabelLinkMargin
public double getLabelLinkMargin() -
setLabelLinkMargin
public void setLabelLinkMargin(double labelLinkMargin) -
getLabelLinkLineColor
-
setLabelLinkLineColor
-
getLabelLinkLineStyle
-
setLabelLinkLineStyle
-
getLabelLinkLineWidth
public double getLabelLinkLineWidth() -
setLabelLinkLineWidth
public void setLabelLinkLineWidth(double labelLinkLineWidth) -
isIgnoreZeroValues
public boolean isIgnoreZeroValues() -
setIgnoreZeroValues
public void setIgnoreZeroValues(boolean ignoreZeroValues) -
isLabelVisible
public boolean isLabelVisible() -
setLabelVisible
public void setLabelVisible(boolean labelVisible)
-