Class JRDesignPieDataset
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElementDataset
net.sf.jasperreports.engine.design.JRDesignElementDataset
net.sf.jasperreports.charts.design.JRDesignChartDataset
net.sf.jasperreports.charts.design.JRDesignPieDataset
- All Implemented Interfaces:
Serializable
,Cloneable
,JRChartDataset
,JRPieDataset
,DatasetRunHolder
,JRChangeEventsSupport
,JRCloneable
,JRElementDataset
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JRExpression
protected JRExpression
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class net.sf.jasperreports.engine.design.JRDesignElementDataset
PROPERTY_DATASET_RESET_TYPE, PROPERTY_DATASET_RUN, PROPERTY_INCREMENT_GROUP, PROPERTY_INCREMENT_TYPE, PROPERTY_INCREMENT_WHEN_EXPRESSION, PROPERTY_RESET_GROUP, PROPERTY_RESET_TYPE
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseElementDataset
datasetResetType, datasetRun, incrementGroup, incrementType, incrementWhenExpression, resetGroup
Fields 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_DATASET
Fields inherited from interface net.sf.jasperreports.charts.JRPieDataset
PROPERTY_IGNORE_DUPLICATED_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPieSeries
(int index, JRPieSeries pieSeries) void
addPieSeries
(JRPieSeries pieSeries) clone()
void
collectExpressions
(ChartsExpressionCollector collector) void
collectExpressions
(JRExpressionCollector collector) byte
Gets the dataset type.Returns the hyperlink specification for the special Other chart section, if present.removePieSeries
(JRPieSeries pieSeries) void
setKeyExpression
(JRExpression keyExpression) This is a convenient way to set key expression in the first series.void
setLabelExpression
(JRExpression labelExpression) This is a convenient way to set label expression in the first series.void
setMaxCount
(Integer maxCount) void
setMinPercentage
(Float minPercentage) void
setOtherKeyExpression
(JRExpression otherKeyExpression) void
setOtherLabelExpression
(JRExpression otherLabelExpression) void
setOtherSectionHyperlink
(JRHyperlink otherSectionHyperlink) void
setSectionHyperlink
(JRHyperlink sectionHyperlink) This is a convenient way to set the section hyperlink in the first series.void
setValueExpression
(JRExpression valueExpression) This is a convenient way to set value expression in the first series.void
validate
(ChartsVerifier verifier) Validates the dataset using a verifier.Methods inherited from class net.sf.jasperreports.engine.design.JRDesignElementDataset
getEventSupport, setDatasetRun, setIncrementGroup, setIncrementType, setIncrementWhenExpression, setResetGroup, setResetType
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseElementDataset
getDatasetResetType, getDatasetRun, getIncrementGroup, getIncrementType, getIncrementWhenExpression, getResetGroup
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
-
PROPERTY_PIE_SERIES
- See Also:
-
PROPERTY_KEY_EXPRESSION
- See Also:
-
PROPERTY_VALUE_EXPRESSION
- See Also:
-
PROPERTY_LABEL_EXPRESSION
- See Also:
-
PROPERTY_SECTION_HYPERLINK
- See Also:
-
PROPERTY_OTHER_KEY_EXPRESSION
- See Also:
-
PROPERTY_OTHER_LABEL_EXPRESSION
- See Also:
-
PROPERTY_OTHER_SECTION_HYPERLINK
- See Also:
-
otherKeyExpression
-
otherLabelExpression
-
-
Constructor Details
-
JRDesignPieDataset
-
-
Method Details
-
getMinPercentage
- Specified by:
getMinPercentage
in interfaceJRPieDataset
-
setMinPercentage
- Specified by:
setMinPercentage
in interfaceJRPieDataset
-
getMaxCount
- Specified by:
getMaxCount
in interfaceJRPieDataset
-
setMaxCount
- Specified by:
setMaxCount
in interfaceJRPieDataset
-
getSeries
- Specified by:
getSeries
in interfaceJRPieDataset
- Returns:
- an array of
JRPieSeries
objects representing the series for the Pie chart - See Also:
-
getSeriesList
-
addPieSeries
-
addPieSeries
-
removePieSeries
-
setKeyExpression
This is a convenient way to set key expression in the first series. It is used by the JRXML parser when there is a single series in the pie dataset. -
setValueExpression
This is a convenient way to set value expression in the first series. It is used by the JRXML parser when there is a single series in the pie dataset. -
setLabelExpression
This is a convenient way to set label expression in the first series. It is used by the JRXML parser when there is a single series in the pie dataset. -
setSectionHyperlink
This is a convenient way to set the section hyperlink in the first series. It is used by the JRXML parser when there is a single series in the pie dataset. -
getOtherKeyExpression
- Specified by:
getOtherKeyExpression
in interfaceJRPieDataset
-
setOtherKeyExpression
-
getOtherLabelExpression
- Specified by:
getOtherLabelExpression
in interfaceJRPieDataset
-
setOtherLabelExpression
-
getOtherSectionHyperlink
Description copied from interface:JRPieDataset
Returns the hyperlink specification for the special Other chart section, if present.- Specified by:
getOtherSectionHyperlink
in interfaceJRPieDataset
- Returns:
- hyperlink specification for the Other chart section
-
setOtherSectionHyperlink
-
getDatasetType
public byte getDatasetType()Description copied from interface:JRChartDataset
Gets the dataset type. Must be one of the dataset type constants defined in this class.- Specified by:
getDatasetType
in interfaceJRChartDataset
- Overrides:
getDatasetType
in classJRDesignChartDataset
-
collectExpressions
- Specified by:
collectExpressions
in interfaceJRElementDataset
- Overrides:
collectExpressions
in classJRBaseElementDataset
-
collectExpressions
- Specified by:
collectExpressions
in interfaceJRChartDataset
-
validate
Description copied from interface:JRChartDataset
Validates the dataset using a verifier.Broken rules are collected by the verifier.
- Specified by:
validate
in interfaceJRChartDataset
- Parameters:
verifier
- the verifier to use for validation
-
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classJRDesignElementDataset
-