|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Print element container interface.
An instance of this type is used by JRFillElementContainer
to collect the generated print elements.
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. |
Method Detail |
public int getHeight()
public void setHeight(int height)
height
- the heightpublic java.util.List getElements()
elements
of the container.
public void addElement(JRPrintElement element)
element
- the element to add
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |