Uses of Class
net.sf.jasperreports.engine.util.Bounds
-
Packages that use Bounds Package Description net.sf.jasperreports.engine.export.tabulator net.sf.jasperreports.engine.util 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 Bounds Modifier and Type Method Description protected voidTabulator. layoutElements(java.util.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 Modifier and Type Method Description BoundsBounds. cloneBounds()
-