net.sf.jasperreports.engine.fill
Class JRPrintBand
java.lang.Object
net.sf.jasperreports.engine.fill.JRPrintBand
- All Implemented Interfaces:
- JRPrintElementContainer
public class JRPrintBand
- extends Object
- implements JRPrintElementContainer
- Version:
- $Id: JRPrintBand.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRPrintBand
public JRPrintBand()
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 List<JRPrintElement> 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
iterateElements
public Iterator<JRPrintElement> iterateElements()
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
addOffsetElements
public void addOffsetElements(Collection<? extends JRPrintElement> elements,
int offsetX,
int offsetY)
Copyright © 2012. All Rights Reserved.