|
||||||||||
| 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
| Nested Class Summary | |
|---|---|
protected static class |
JRPrintBand.ElementsIterator
|
protected static class |
JRPrintBand.OffsetElements
|
| Constructor Summary | |
|---|---|
JRPrintBand()
|
|
| Method Summary | |
|---|---|
void |
addElement(JRPrintElement element)
Adds an element to the container. |
void |
addOffsetElements(java.util.Collection<? extends JRPrintElement> elements,
int offsetX,
int offsetY)
|
java.util.List<JRPrintElement> |
getElements()
Returns the list of elements of the container. |
int |
getHeight()
Returns the height of the container. |
java.util.Iterator<JRPrintElement> |
iterateElements()
|
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 JRPrintElementContainerpublic void setHeight(int height)
JRPrintElementContainer
setHeight in interface JRPrintElementContainerheight - the heightpublic java.util.List<JRPrintElement> getElements()
JRPrintElementContainerelements of the container.
getElements in interface JRPrintElementContainerpublic java.util.Iterator<JRPrintElement> iterateElements()
public void addElement(JRPrintElement element)
JRPrintElementContainer
addElement in interface JRPrintElementContainerelement - the element to add
public void addOffsetElements(java.util.Collection<? extends JRPrintElement> elements,
int offsetX,
int offsetY)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||