Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.table |
Contains classes for the built-in Table component.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.engine.export.draw |
Contains classes for drawing elements at export time.
|
net.sf.jasperreports.engine.export.oasis |
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
|
net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
net.sf.jasperreports.engine.export.tabulator | |
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRLineBox |
IconLabelComponentFill.getLineBox() |
JRLineBox |
IconLabelComponent.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
IconLabelComponent.setLineBox(JRLineBox lineBox) |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
DesignCell.getLineBox() |
JRLineBox |
CompiledCell.getLineBox() |
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
JRBaseCrosstab.lineBox |
protected JRLineBox |
JRBaseCellContents.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRBaseCrosstab.getLineBox() |
JRLineBox |
JRBaseCellContents.getLineBox() |
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
JRDesignCrosstab.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRDesignCrosstab.getLineBox() |
JRLineBox |
JRDesignCellContents.getLineBox() |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRLineBox.clone(JRBoxContainer boxContainer) |
JRLineBox |
JRStyle.getLineBox() |
JRLineBox |
JRBoxContainer.getLineBox() |
Modifier and Type | Method and Description |
---|---|
JRPen |
JRBoxPenProvider.getPen(JRLineBox box)
Gets the pen object.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseLineBox
This is useful for drawing borders around text elements and images.
|
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
JRBasePrintText.lineBox |
protected JRLineBox |
JRBaseFrame.lineBox |
protected JRLineBox |
JRBaseImage.lineBox |
protected JRLineBox |
JRBaseStyle.lineBox |
protected JRLineBox |
JRBaseBoxPen.lineBox |
protected JRLineBox |
JRBaseTextElement.lineBox |
protected JRLineBox |
JRBasePrintImage.lineBox |
protected JRLineBox |
JRBaseChart.lineBox |
protected JRLineBox |
JRBaseBox.lineBox
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRBaseLineBox.clone(JRBoxContainer boxContainer) |
JRLineBox |
JRBaseBoxPen.getBox() |
JRLineBox |
JRBoxPen.getBox() |
JRLineBox |
JRBasePrintText.getLineBox() |
JRLineBox |
JRBaseFrame.getLineBox() |
JRLineBox |
JRBaseImage.getLineBox() |
JRLineBox |
JRBaseStyle.getLineBox() |
JRLineBox |
JRBasePrintFrame.getLineBox() |
JRLineBox |
JRBaseTextElement.getLineBox() |
JRLineBox |
JRBasePrintImage.getLineBox() |
JRLineBox |
JRBaseChart.getLineBox() |
Modifier and Type | Method and Description |
---|---|
JRBoxPen |
JRBaseBoxPen.clone(JRLineBox lineBox) |
JRBoxPen |
JRBoxPen.clone(JRLineBox lineBox) |
void |
JRBasePrintText.copyBox(JRLineBox lineBox) |
void |
JRBasePrintFrame.copyBox(JRLineBox lineBox) |
void |
JRBasePrintImage.copyBox(JRLineBox lineBox) |
JRPen |
JRBaseBoxBottomPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxTopPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxRightPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxPen.getPen(JRLineBox box) |
JRPen |
JRBoxPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxLeftPen.getPen(JRLineBox box) |
Constructor and Description |
---|
JRBaseBoxBottomPen(JRLineBox box) |
JRBaseBoxLeftPen(JRLineBox box) |
JRBaseBoxPen(JRLineBox box) |
JRBaseBoxRightPen(JRLineBox box) |
JRBaseBoxTopPen(JRLineBox box) |
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
JRDesignTextElement.lineBox |
protected JRLineBox |
JRDesignImage.lineBox |
protected JRLineBox |
JRDesignChart.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRDesignFrame.getLineBox() |
JRLineBox |
JRDesignTextElement.getLineBox() |
JRLineBox |
JRDesignImage.getLineBox() |
JRLineBox |
JRDesignChart.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignFrame.copyBox(JRLineBox lineBox) |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
GridCellStyle.getBox() |
JRLineBox |
JRExporterGridCell.getBox() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JRXhtmlExporter.appendBorderStyle(JRLineBox box,
java.lang.StringBuffer styleBuffer)
Deprecated.
|
protected boolean |
JRHtmlExporter.appendBorderStyle(JRLineBox box,
java.lang.StringBuffer styleBuffer)
Deprecated.
|
protected boolean |
HtmlExporter.appendBorderStyle(JRLineBox box,
java.lang.StringBuilder styleBuffer) |
protected boolean |
JRHtmlExporter.appendPaddingStyle(JRLineBox box,
java.lang.StringBuffer styleBuffer)
Deprecated.
|
protected boolean |
HtmlExporter.appendPaddingStyle(JRLineBox box,
java.lang.StringBuilder styleBuffer) |
protected GridCellStyle |
JRGridLayout.cellStyle(java.awt.Color backcolor,
java.awt.Color forecolor,
JRLineBox box) |
protected void |
JRPdfExporter.exportBox(JRLineBox box,
JRPrintElement element) |
void |
ElementReplacementGridCell.setBox(JRLineBox box) |
void |
JExcelApiMetadataExporter.BoxStyle.setBox(JRLineBox box) |
void |
ElementGridCell.setBox(JRLineBox box) |
void |
JExcelApiExporter.BoxStyle.setBox(JRLineBox box) |
void |
JRExporterGridCell.setBox(JRLineBox box) |
void |
JRXlsMetadataExporter.BoxStyle.setBox(JRLineBox box) |
Constructor and Description |
---|
GridCellStyle(java.awt.Color backcolor,
java.awt.Color forecolor,
JRLineBox box) |
Modifier and Type | Method and Description |
---|---|
protected void |
ElementDrawer.drawBox(java.awt.Graphics2D grx,
JRLineBox box,
JRPrintElement element,
int offsetX,
int offsetY) |
Modifier and Type | Method and Description |
---|---|
void |
BorderStyle.setBox(JRLineBox box) |
Modifier and Type | Method and Description |
---|---|
void |
DocxBorderHelper.export(JRLineBox box) |
void |
XlsxBorderHelper.export(JRLineBox box) |
Constructor and Description |
---|
DocxBorderInfo(JRLineBox box) |
XlsxBorderInfo(JRLineBox box) |
Modifier and Type | Method and Description |
---|---|
protected JRLineBox |
Tabulator.TableCellCreator.copyFrameBox(FrameCell frameCell,
JRPrintFrame frame,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
protected JRLineBox |
Tabulator.TableCellCreator.copyParentBox(Cell cell,
JRPrintElement element,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
JRLineBox |
TableCell.getBox() |
Modifier and Type | Method and Description |
---|---|
protected JRLineBox |
Tabulator.TableCellCreator.copyFrameBox(FrameCell frameCell,
JRPrintFrame frame,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
protected JRLineBox |
Tabulator.TableCellCreator.copyParentBox(Cell cell,
JRPrintElement element,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
void |
TableCell.setBox(JRLineBox box) |
Constructor and Description |
---|
TableCell(Tabulator tabulator,
TablePosition position,
Cell cell,
JRPrintElement element,
int colSpan,
int rowSpan,
java.awt.Color backcolor,
JRLineBox box) |
Modifier and Type | Class and Description |
---|---|
class |
CachingLineBox |
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
JRFillTextElement.initLineBox |
protected JRLineBox |
JRFillImage.initLineBox |
protected JRLineBox |
JRFillChart.initLineBox |
protected JRLineBox |
JRFillTextElement.lineBox |
protected JRLineBox |
JRTemplateFrame.lineBox |
protected JRLineBox |
JRFillImage.lineBox |
protected JRLineBox |
JRFillChart.lineBox |
protected JRLineBox |
JRFillCrosstab.lineBox |
protected JRLineBox |
JRTemplateText.lineBox |
protected JRLineBox |
JRFillFrame.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
CachingLineBox.clone(JRBoxContainer boxContainer) |
JRLineBox |
JRTemplatePrintText.getLineBox() |
JRLineBox |
JRFillTextElement.getLineBox() |
JRLineBox |
JRTemplateFrame.getLineBox() |
JRLineBox |
JRFillImage.getLineBox() |
JRLineBox |
JRFillChart.getLineBox() |
JRLineBox |
JRFillCrosstab.getLineBox() |
JRLineBox |
JRTemplatePrintFrame.getLineBox() |
JRLineBox |
JRTemplateImage.getLineBox() |
JRLineBox |
JRTemplatePrintImage.getLineBox() |
JRLineBox |
JRTemplateText.getLineBox() |
JRLineBox |
JRFillCellContents.getLineBox() |
JRLineBox |
JRFillFrame.getLineBox() |
protected JRLineBox |
JRFillTextElement.getPrintLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplateFrame.copyBox(JRLineBox lineBox) |
void |
JRTemplateImage.copyLineBox(JRLineBox box)
Copies box attributes.
|
void |
JRTemplateText.copyLineBox(JRLineBox box)
Copies box attributes.
|
protected void |
JRFillCellContents.setBox(JRLineBox box) |
Constructor and Description |
---|
CachingLineBox(JRLineBox base) |
Modifier and Type | Method and Description |
---|---|
static JRLineBox |
JRBoxUtil.copyBordersNoPadding(JRLineBox box,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom,
JRLineBox complementaryBox) |
Modifier and Type | Method and Description |
---|---|
static void |
JRStyleResolver.appendBox(JRLineBox destBox,
JRLineBox srcBox)
Merges two boxes, by appending the properties of the source box to the ones of the destination box.
|
static void |
JRBoxUtil.copy(JRLineBox source,
JRLineBox dest) |
static JRLineBox |
JRBoxUtil.copyBordersNoPadding(JRLineBox box,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom,
JRLineBox complementaryBox) |
static void |
JRBoxUtil.eraseBox(JRLineBox box) |
static java.lang.Integer |
JRStyleResolver.getBottomPadding(JRLineBox box) |
static java.lang.Integer |
JRStyleResolver.getLeftPadding(JRLineBox box) |
static java.lang.Integer |
JRStyleResolver.getPadding(JRLineBox box) |
static java.lang.Integer |
JRStyleResolver.getRightPadding(JRLineBox box) |
static java.lang.Integer |
JRStyleResolver.getTopPadding(JRLineBox box) |
static void |
JRBoxUtil.reset(JRLineBox box,
boolean resetLeft,
boolean resetRight,
boolean resetTop,
boolean resetBottom) |
static void |
JRBoxUtil.rotate(JRLineBox box,
RotationEnum rotation) |
static void |
JRBoxUtil.setBoxToLineBox(JRBox box,
JRLineBox lineBox)
Deprecated.
Used only by deprecated serialized fields.
|
static void |
JRBoxUtil.setToBox(java.lang.Byte border,
java.lang.Byte topBorder,
java.lang.Byte leftBorder,
java.lang.Byte bottomBorder,
java.lang.Byte rightBorder,
java.awt.Color borderColor,
java.awt.Color topBorderColor,
java.awt.Color leftBorderColor,
java.awt.Color bottomBorderColor,
java.awt.Color rightBorderColor,
java.lang.Integer padding,
java.lang.Integer topPadding,
java.lang.Integer leftPadding,
java.lang.Integer bottomPadding,
java.lang.Integer rightPadding,
JRLineBox box)
Deprecated.
Used only by deprecated serialized fields.
|
protected void |
JRApiWriter.writeBox(JRLineBox box,
java.lang.String boxHolder) |
Modifier and Type | Method and Description |
---|---|
static void |
JRBoxFactory.setBoxAttributes(org.xml.sax.Attributes atts,
JRLineBox box) |
void |
JRXmlBaseWriter.writeBox(JRLineBox box) |
void |
JRXmlBaseWriter.writeBox(JRLineBox box,
XmlNamespace namespace) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com