|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CutsInfo | |
|---|---|
| net.sf.jasperreports.engine.export | Provides utility classes for exporting reports to various popular formats. |
| net.sf.jasperreports.engine.export.oasis | |
| net.sf.jasperreports.engine.export.ooxml | |
| Uses of CutsInfo in net.sf.jasperreports.engine.export |
|---|
| Methods in net.sf.jasperreports.engine.export that return CutsInfo | |
|---|---|
static CutsInfo |
JRGridLayout.calculateXCuts(ExporterNature nature,
List<JRPrintPage> pages,
int startPageIndex,
int endPageIndex,
int width,
int offsetX)
This static method calculates all the X cuts for a list of pages. |
CutsInfo |
JRGridLayout.getXCuts()
Returns the list of cut points on the X axis for the grid. |
CutsInfo |
JRGridLayout.getYCuts()
Returns the list of cut points on the Y axis for the grid. |
| Methods in net.sf.jasperreports.engine.export with parameters of type CutsInfo | |
|---|---|
protected static void |
JRGridLayout.addXCuts(ExporterNature nature,
List<JRPrintElement> elementsList,
int elementOffsetX,
CutsInfo xCuts)
This static method calculates the X cuts for a list of print elements and stores them in the list indicated by the xCuts parameter. |
protected int |
JRXlsAbstractExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow)
|
protected void |
JRXlsAbstractExporter.setColumnWidths(CutsInfo xCuts)
|
protected void |
JRXlsAbstractExporter.setScale(CutsInfo xCuts,
boolean isToApply)
|
void |
AbstractExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
void |
ExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
void |
JRXlsAbstractExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
void |
AbstractExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
void |
ExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
void |
JRXlsAbstractExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
protected void |
JRXlsAbstractExporter.updateColumns(CutsInfo xCuts)
|
| Constructors in net.sf.jasperreports.engine.export with parameters of type CutsInfo | |
|---|---|
JRGridLayout(ExporterNature nature,
List<JRPrintElement> elements,
int width,
int height,
int offsetX,
int offsetY,
CutsInfo xCuts)
Constructor. |
|
| Uses of CutsInfo in net.sf.jasperreports.engine.export.oasis |
|---|
| Methods in net.sf.jasperreports.engine.export.oasis with parameters of type CutsInfo | |
|---|---|
void |
JROpenDocumentExporterNature.setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
void |
JROpenDocumentExporterNature.setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2)
|
| Uses of CutsInfo in net.sf.jasperreports.engine.export.ooxml |
|---|
| Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type CutsInfo | |
|---|---|
DocxTableHelper(Writer writer,
CutsInfo xCuts,
boolean pageBreak)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||