Package net.sf.jasperreports.charts.base
Class JRBasePieDataset
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElementDataset
net.sf.jasperreports.charts.base.JRBaseChartDataset
net.sf.jasperreports.charts.base.JRBasePieDataset
- All Implemented Interfaces:
Serializable,Cloneable,JRChartDataset,JRPieDataset,DatasetRunHolder,JRChangeEventsSupport,JRCloneable,JRElementDataset
public class JRBasePieDataset
extends JRBaseChartDataset
implements JRPieDataset, JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JRExpressionprotected JRExpressionprotected JRPieSeries[]static final Stringstatic final StringFields inherited from class net.sf.jasperreports.engine.base.JRBaseElementDataset
datasetResetType, datasetRun, incrementGroup, incrementType, incrementWhenExpression, resetGroupFields inherited from interface net.sf.jasperreports.charts.JRChartDataset
CATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASETFields inherited from interface net.sf.jasperreports.charts.JRPieDataset
PROPERTY_IGNORE_DUPLICATED_KEY -
Constructor Summary
ConstructorsConstructorDescriptionJRBasePieDataset(JRChartDataset dataset) JRBasePieDataset(JRPieDataset dataset, ChartsBaseObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionclone()voidcollectExpressions(ChartsExpressionCollector collector) voidcollectExpressions(JRExpressionCollector collector) byteGets the dataset type.Returns the property change support object for this instance.Returns the hyperlink specification for the special Other chart section, if present.voidsetMaxCount(Integer maxCount) voidsetMinPercentage(Float minPercentage) voidvalidate(ChartsVerifier verifier) Validates the dataset using a verifier.Methods inherited from class net.sf.jasperreports.engine.base.JRBaseElementDataset
getDatasetResetType, getDatasetRun, getIncrementGroup, getIncrementType, getIncrementWhenExpression, getResetGroupMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.JRElementDataset
getDatasetResetType, getDatasetRun, getIncrementGroup, getIncrementType, getIncrementWhenExpression, getResetGroup
-
Field Details
-
PROPERTY_MIN_PERCENTAGE
- See Also:
-
PROPERTY_MAX_COUNT
- See Also:
-
pieSeries
-
otherKeyExpression
-
otherLabelExpression
-
-
Constructor Details
-
JRBasePieDataset
-
JRBasePieDataset
-
-
Method Details
-
getMinPercentage
- Specified by:
getMinPercentagein interfaceJRPieDataset
-
setMinPercentage
- Specified by:
setMinPercentagein interfaceJRPieDataset
-
getMaxCount
- Specified by:
getMaxCountin interfaceJRPieDataset
-
setMaxCount
- Specified by:
setMaxCountin interfaceJRPieDataset
-
getSeries
- Specified by:
getSeriesin interfaceJRPieDataset- Returns:
- an array of
JRPieSeriesobjects representing the series for the Pie chart - See Also:
-
getOtherKeyExpression
- Specified by:
getOtherKeyExpressionin interfaceJRPieDataset
-
getOtherLabelExpression
- Specified by:
getOtherLabelExpressionin interfaceJRPieDataset
-
getOtherSectionHyperlink
Description copied from interface:JRPieDatasetReturns the hyperlink specification for the special Other chart section, if present.- Specified by:
getOtherSectionHyperlinkin interfaceJRPieDataset- Returns:
- hyperlink specification for the Other chart section
-
getDatasetType
public byte getDatasetType()Description copied from interface:JRChartDatasetGets the dataset type. Must be one of the dataset type constants defined in this class.- Specified by:
getDatasetTypein interfaceJRChartDataset
-
collectExpressions
- Specified by:
collectExpressionsin interfaceJRElementDataset- Overrides:
collectExpressionsin classJRBaseElementDataset
-
collectExpressions
- Specified by:
collectExpressionsin interfaceJRChartDataset
-
validate
Description copied from interface:JRChartDatasetValidates the dataset using a verifier.Broken rules are collected by the verifier.
- Specified by:
validatein interfaceJRChartDataset- Parameters:
verifier- the verifier to use for validation
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseElementDataset
-
getEventSupport
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-