Class BaseFillList.AppendingPrintElementContainer
- java.lang.Object
-
- net.sf.jasperreports.components.list.BaseFillList.AppendingPrintElementContainer
-
- All Implemented Interfaces:
JRPrintElementContainer,JRPrintElementListContainer
- Enclosing class:
- BaseFillList
protected static class BaseFillList.AppendingPrintElementContainer extends Object implements JRPrintElementContainer
-
-
Constructor Summary
Constructors Constructor Description AppendingPrintElementContainer(JRPrintElementContainer container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(JRPrintElement element)Adds an element to the container.List<JRPrintElement>getElements()Returns the list ofelementsof the container.intgetHeight()Returns the height of the container.voidsetHeight(int height)Sets the height of the container.voidsetXOffset(int xOffset)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElementContainer
setContentsWidth
-
-
-
-
Constructor Detail
-
AppendingPrintElementContainer
public AppendingPrintElementContainer(JRPrintElementContainer container)
-
-
Method Detail
-
addElement
public void addElement(JRPrintElement element)
Description copied from interface:JRPrintElementListContainerAdds an element to the container.- Specified by:
addElementin interfaceJRPrintElementListContainer- Parameters:
element- the element to add
-
getElements
public List<JRPrintElement> getElements()
Description copied from interface:JRPrintElementListContainerReturns the list ofelementsof the container.- Specified by:
getElementsin interfaceJRPrintElementListContainer- Returns:
- the list of elements
-
getHeight
public int getHeight()
Description copied from interface:JRPrintElementContainerReturns the height of the container.- Specified by:
getHeightin interfaceJRPrintElementContainer- Returns:
- the height of the container
-
setHeight
public void setHeight(int height)
Description copied from interface:JRPrintElementContainerSets the height of the container.- Specified by:
setHeightin interfaceJRPrintElementContainer- Parameters:
height- the height
-
setXOffset
public void setXOffset(int xOffset)
-
-