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 JRBaseFiller
protected JROrigin
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JRFillSection
(JRBaseFiller filler, JRSection section, JRFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addNowEvaluationTime
(JREvaluationTime evaluationTime) protected boolean
clone()
JRBand[]
getBands()
Returns the bands within the current section.Returns an element origin.JRPart[]
getParts()
Returns the parts within the current section.protected boolean
isEmpty()
protected void
setNewGroup
(JRGroup group, boolean isNew) protected void
setNewPageColumn
(boolean isNew) protected void
-
Field Details
-
filler
-
bands
-
origin
-
-
Constructor Details
-
JRFillSection
-
-
Method Details
-
getOrigin
Description copied from interface:JROriginProvider
Returns an element origin.- Specified by:
getOrigin
in interfaceJROriginProvider
- Returns:
- an element origin
-
setOrigin
-
getFillBands
-
getBands
Description copied from interface:JRSection
Returns the bands within the current section. -
getParts
Description copied from interface:JRSection
Returns the parts within the current section. -
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
isEmpty
protected boolean isEmpty() -
areAllPrintWhenExpressionsNull
protected boolean areAllPrintWhenExpressionsNull() -
setNewPageColumn
protected void setNewPageColumn(boolean isNew) -
setNewGroup
-
addNowEvaluationTime
-