Klasse MultiplePiePlot
java.lang.Object
com.inet.report.chart.plot.AbstractPlot
com.inet.report.chart.plot.PiePlot
com.inet.report.chart.plot.MultiplePiePlot
- Alle implementierten Schnittstellen:
ChartPlot, Serializable
A general class for plotting data of groups of values. This plot can
use data from any class that implements the
BaseDataset interface.- Seit:
- 8.0
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen AbstractPlot
AbstractPlot.GradientSetting -
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final MultiplePieStyleDefault chart style with this plot. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a multiple pie plot with default properties.MultiplePiePlot(MultiplePieStyle style) Creates a multiple pie plot with defined chart style. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns a dataset of typePieDatasetor of typeStandardDataset.getStyle()Returns the style of this chart, ie. the general category this plot belongs to.protected voidreadDataset(Element element, Chart2 chart) Reads the dataset properties from DOM element.voidsetDataset(PieDataset dataset) Sets a pie dataset for this chart.voidsetDataset(StandardDataset dataset) Sets the dataset for this plot.voidOverwrites the super implementation.Von Klasse geerbte Methoden PiePlot
getExpandPercent, getItemLabelBackColor, getItemLabelGap, getItemLabelOutlineColor, getItemLabelOutlineStyle, getItemLabelOutlineWidth, getLegendLayout, getRotationAngle, getSectionDepth, getSectionIndexes, getSubProperties, isDrawItemLabelOutline, isIgnoreZeroValues, readProperties, refreshAutoTitles, saveSubProperties, setDrawItemLabelOutline, setExpandPercent, setIgnoreZeroValues, setItemLabelBackColor, setItemLabelGap, setItemLabelOutlineColor, setItemLabelOutlineStyle, setItemLabelOutlineWidth, setLegendLayout, setRotationAngle, setSectionDepth, setSectionIndexesVon Klasse geerbte Methoden AbstractPlot
getBackColor, getColorFormula, getColorSequence, getForegroundAlpha, getGradientSetting, getItemLabelColor, getItemLabelFont, getItemLabelFormat, getItemLabelFormatFormula, getItemShape, getOutlineColor, getOutlineStyle, getOutlineWidth, getReferencedObject, isColorBySeries, isDrawOutline, isSameColorsForSameGroups, isShowLabel, isShowValue, saveProperties, setBackColor, setColorBySeries, setColorFormula, setColorSequence, setDrawOutline, setForegroundAlpha, setGradientSetting, setItemLabelColor, setItemLabelFont, setItemLabelFormat, setItemLabelFormatFormula, setItemShape, setOutlineColor, setOutlineStyle, setOutlineWidth, setSameColorsForSameGroups, setShowLabel, setShowValue
-
Felddetails
-
DEFAULT_MULTIPLE_STYLE
Default chart style with this plot.
-
-
Konstruktordetails
-
MultiplePiePlot
public MultiplePiePlot()Creates a multiple pie plot with default properties.- Seit:
- 8.0
-
MultiplePiePlot
Creates a multiple pie plot with defined chart style. Initializes all properties with default values.- Parameter:
style- the chart style (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
-
Methodendetails
-
getDataset
Returns a dataset of typePieDatasetor of typeStandardDataset. Note this chart style supports both dataset types.- Angegeben von:
getDatasetin SchnittstelleChartPlot- Setzt außer Kraft:
getDatasetin KlassePiePlot- Gibt zurück:
- the dataset
- Seit:
- 8.0
- Siehe auch:
-
setDataset
Sets the dataset for this plot. The multiple pie is the only one pie that can use theStandardDataset.- Parameter:
dataset- the dataset to set (nullnot permitted)- Seit:
- 8.0
- Siehe auch:
-
setDataset
Sets a pie dataset for this chart.- Setzt außer Kraft:
setDatasetin KlassePiePlot- Parameter:
dataset- the pie dataset (nullnot permitted)- Siehe auch:
-
getStyle
Returns the style of this chart, ie. the general category this plot belongs to. -
setStyle
Overwrites the super implementation.- Setzt außer Kraft:
setStylein KlassePiePlot- Parameter:
style- the style- Löst aus:
IllegalStateException- this chart style supports only multiple pie style.- Seit:
- 8.0
- Siehe auch:
-
readDataset
Reads the dataset properties from DOM element.- Setzt außer Kraft:
readDatasetin KlassePiePlot- Parameter:
element- the DOM elementchart- the chart- Seit:
- 8.0
-