Uses of Class
net.sf.jasperreports.engine.util.Bounds
Packages that use Bounds
Package
Description
Contains utility classes for the core library.
-
Uses of Bounds in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type BoundsModifier and TypeMethodDescriptionprotected voidTabulator.layoutElements(List<? extends JRPrintElement> elementList, Table table, FrameCell parentCell, PrintElementIndex parentIndex, int xOffset, int yOffset, Bounds elementBounds) protected voidTabulator.placeOverlappedElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, Bounds overlapBounds) -
Uses of Bounds in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return Bounds