Uses of Interface
net.sf.jasperreports.engine.export.tabulator.DimensionControl
-
Packages that use DimensionControl Package Description net.sf.jasperreports.engine.export.tabulator -
-
Uses of DimensionControl in net.sf.jasperreports.engine.export.tabulator
Classes in net.sf.jasperreports.engine.export.tabulator that implement DimensionControl Modifier and Type Class Description protected class
Table.ColumnsControl
protected class
Table.RowsControl
Methods in net.sf.jasperreports.engine.export.tabulator that return DimensionControl Modifier and Type Method Description DimensionControl<T>
DimensionEntries. getControl()
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type DimensionControl Constructor Description DimensionEntries(DimensionControl<T> control)
-