public interface JRPrintElementContainer
An instance of this type is used by JRFillElementContainer
to collect the generated print elements.
Modifier and Type | Method and Description |
---|---|
void |
addElement(JRPrintElement element)
Adds an element to the container.
|
java.util.List<JRPrintElement> |
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.
|
int getHeight()
void setHeight(int height)
height
- the heightjava.util.List<JRPrintElement> getElements()
elements
of the container.void addElement(JRPrintElement element)
element
- the element to add© 2001-2010 Jaspersoft Corporation www.jaspersoft.com