Package net.sf.jasperreports.engine.fill
Class JRFillSection
java.lang.Object
net.sf.jasperreports.engine.fill.JRFillSection
- All Implemented Interfaces:
Cloneable,JROriginProvider,JRCloneable,JRSection
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JRFillBand[]protected JRBaseFillerprotected JROrigin -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJRFillSection(JRBaseFiller filler, JRSection section, JRFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddNowEvaluationTime(JREvaluationTime evaluationTime) protected booleanclone()JRBand[]getBands()Returns the bands within the current section.Returns an element origin.JRPart[]getParts()Returns the parts within the current section.protected booleanisEmpty()protected voidsetNewGroup(JRGroup group, boolean isNew) protected voidsetNewPageColumn(boolean isNew) protected void
-
Field Details
-
filler
-
bands
-
origin
-
-
Constructor Details
-
JRFillSection
-
-
Method Details
-
getOrigin
Description copied from interface:JROriginProviderReturns an element origin.- Specified by:
getOriginin interfaceJROriginProvider- Returns:
- an element origin
-
setOrigin
-
getFillBands
-
getBands
Description copied from interface:JRSectionReturns the bands within the current section. -
getParts
Description copied from interface:JRSectionReturns the parts within the current section. -
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
isEmpty
protected boolean isEmpty() -
areAllPrintWhenExpressionsNull
protected boolean areAllPrintWhenExpressionsNull() -
setNewPageColumn
protected void setNewPageColumn(boolean isNew) -
setNewGroup
-
addNowEvaluationTime
-