net.sf.jasperreports.engine.fill
Class JRPrintBand

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRPrintBand
All Implemented Interfaces:
JRPrintElementContainer

public class JRPrintBand
extends java.lang.Object
implements JRPrintElementContainer

Version:
$Id: JRPrintBand.java 3034 2009-08-27 11:58:04Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
JRPrintBand()
           
 
Method Summary
 void addElement(JRPrintElement element)
          Adds an element to the container.
 java.util.List getElements()
          Returns the list of elements of the container.
 int getHeight()
          Returns the height of the container.
 void setHeight(int height)
          Sets the height of the container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRPrintBand

public JRPrintBand()
Method Detail

getHeight

public int getHeight()
Description copied from interface: JRPrintElementContainer
Returns the height of the container.

Specified by:
getHeight in interface JRPrintElementContainer
Returns:
the height of the container

setHeight

public void setHeight(int height)
Description copied from interface: JRPrintElementContainer
Sets the height of the container.

Specified by:
setHeight in interface JRPrintElementContainer
Parameters:
height - the height

getElements

public java.util.List getElements()
Description copied from interface: JRPrintElementContainer
Returns the list of elements of the container.

Specified by:
getElements in interface JRPrintElementContainer
Returns:
the list of elements

addElement

public void addElement(JRPrintElement element)
Description copied from interface: JRPrintElementContainer
Adds an element to the container.

Specified by:
addElement in interface JRPrintElementContainer
Parameters:
element - the element to add


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com