public interface JRPrintElementListContainer
Modifier and Type | Method and Description |
---|---|
void |
addElement(JRPrintElement element)
Adds an element to the container.
|
List<JRPrintElement> |
getElements()
Returns the list of
elements of the container. |
List<JRPrintElement> getElements()
elements
of the container.void addElement(JRPrintElement element)
element
- the element to addCopyright © 2016. All rights reserved.