|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRPrintElementContainer
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 |
|---|
int getHeight()
void setHeight(int height)
height - the heightjava.util.List getElements()
elements of the container.
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 | |||||||||