Uses of Class
net.sf.jasperreports.engine.base.ElementsBlock
-
Packages that use ElementsBlock Package Description net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. -
-
Uses of ElementsBlock in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return ElementsBlock Modifier and Type Method Description ElementsBlock[]
ElementsBlockList. getBlocks()
Methods in net.sf.jasperreports.engine.base with parameters of type ElementsBlock Modifier and Type Method Description void
ElementsBlockList. addBlock(ElementsBlock block)
Constructors in net.sf.jasperreports.engine.base with parameters of type ElementsBlock Constructor Description ElementsBlockList(ElementsBlock block)
-