java.lang .Object org.openesb.tools.extpropertysheet.impl .ExtPropertyGroup org.openesb.tools.extchart.property.pie .PieProperties PieProperties public class PieProperties extends ExtPropertyGroup implements PieConstants (Code) PieChartDefaultsImpl.java
PieChartDefaultsImpl is used to encapsulate all defaults specific only to
pie charts.
author: Chris Johnstonversion: :$Revision: 1.1 $
DEFAULT_SECTION_FONT final public static Font DEFAULT_SECTION_FONT (Code)
DEFAULT_SECTION_LABEL final public static int DEFAULT_SECTION_LABEL (Code) DEFAULT_SECTION_LABEL is used as a hard default.
DEFAULT_SERIES_FONT final public static Font DEFAULT_SERIES_FONT (Code)
DEFAULT_TOOLTIP_LABEL_FORMAT final public static int DEFAULT_TOOLTIP_LABEL_FORMAT (Code) DEFAULT_TOOLTIP_LABEL_FORMAT is used as a hard default.
MY_DEFAULT_KEYS final protected static String [] MY_DEFAULT_KEYS (Code) MY_DEFAULT_KEYS contains the default keys for this class
SECTION_LABELS final public static String [] SECTION_LABELS (Code) SECTION_LABELS is used automate the section label processing.
TOOLTIP_LABEL_FORMATS final public static String [] TOOLTIP_LABEL_FORMATS (Code) TOOLTIP_LABEL_FORMATS is used automate the section label processing.
PieProperties public PieProperties()(Code) New instance
getKeys public String [] getKeys()(Code) See Also: com.stc.ebam.server.chart.engine.view.ViewDefaults.getKeys()
getPropertyTemplateName public String getPropertyTemplateName()(Code) Return property template name
- template name
getRadius public double getRadius()(Code) See Also: com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.getRadius()
getSectionLabel public int getSectionLabel()(Code) See Also: com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.getSectionLabel()
getSectionLabelFont public Font getSectionLabelFont()(Code) Returns section label font
section label font
getSectionLabelGap public double getSectionLabelGap()(Code) Returns section label gap
gap
getSectionLabelPaint public Color getSectionLabelPaint()(Code) Returns section label paint
section label paint
getSeriesLabelFont public Font getSeriesLabelFont()(Code) Returns series label font
font
getSeriesLabelPaint public Color getSeriesLabelPaint()(Code) Returns series label paint
series label paint
getTooltipLabelFormat public int getTooltipLabelFormat()(Code) See Also: com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.getSectionLabel()
initDefaults public void initDefaults()(Code) Init
isShowSectionLabels public boolean isShowSectionLabels()(Code) Returns if show series labels
true/false
setRadius public void setRadius(double newRadius)(Code) See Also: com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.setRadius()
setSectionLabel public void setSectionLabel(int nSectionLabelType)(Code) See Also: com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.setSectionLabel()
setSectionLabelFont public void setSectionLabelFont(Font font)(Code) Sets section label font
Parameters: font - - section label font
setSectionLabelGap public void setSectionLabelGap(double gap)(Code) Sets section label gap
Parameters: gap - - gap
setSectionLabelPaint public void setSectionLabelPaint(Color paint)(Code) Sets section label paint
Parameters: paint - - section label paint
setSeriesLabelFont public void setSeriesLabelFont(Font font)(Code) Sets series label font
Parameters: font - - font
setSeriesLabelPaint public void setSeriesLabelPaint(Color paint)(Code) Sets series label paint
Parameters: paint - - paint
setShowSectionLabels public void setShowSectionLabels(boolean show)(Code) Sets show series labels
Parameters: show - - true/false
setTooltipLabelFormat public void setTooltipLabelFormat(int nTooltipLabelFormat)(Code) See Also: com.stc.ebam.server.chart.engine.view.chart.pie.PieChartDefaults.setSectionLabel()