|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRPrintBand
public class JRPrintBand
Constructor Summary | |
---|---|
JRPrintBand()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRPrintBand()
Method Detail |
---|
public int getHeight()
JRPrintElementContainer
getHeight
in interface JRPrintElementContainer
public void setHeight(int height)
JRPrintElementContainer
setHeight
in interface JRPrintElementContainer
height
- the heightpublic java.util.List getElements()
JRPrintElementContainer
elements
of the container.
getElements
in interface JRPrintElementContainer
public void addElement(JRPrintElement element)
JRPrintElementContainer
addElement
in interface JRPrintElementContainer
element
- the element to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |