Class JRFillSection

java.lang.Object
net.sf.jasperreports.engine.fill.JRFillSection
All Implemented Interfaces:
Cloneable, JROriginProvider, JRCloneable, JRSection

public class JRFillSection extends Object implements JRSection, JROriginProvider
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Field Details

  • Constructor Details

  • Method Details

    • getOrigin

      public JROrigin getOrigin()
      Description copied from interface: JROriginProvider
      Returns an element origin.
      Specified by:
      getOrigin in interface JROriginProvider
      Returns:
      an element origin
    • setOrigin

      protected void setOrigin(JROrigin origin)
    • getFillBands

      public JRFillBand[] getFillBands()
    • getBands

      public JRBand[] getBands()
      Description copied from interface: JRSection
      Returns the bands within the current section.
      Specified by:
      getBands in interface JRSection
    • getParts

      public JRPart[] getParts()
      Description copied from interface: JRSection
      Returns the parts within the current section.
      Specified by:
      getParts in interface JRSection
    • clone

      public Object clone()
      Specified by:
      clone in interface JRCloneable
      Overrides:
      clone in class Object
    • isEmpty

      protected boolean isEmpty()
    • areAllPrintWhenExpressionsNull

      protected boolean areAllPrintWhenExpressionsNull()
    • setNewPageColumn

      protected void setNewPageColumn(boolean isNew)
    • setNewGroup

      protected void setNewGroup(JRGroup group, boolean isNew)
    • addNowEvaluationTime

      protected void addNowEvaluationTime(JREvaluationTime evaluationTime)