Package | Description |
---|---|
net.sf.jasperreports.components.table | |
net.sf.jasperreports.crosstabs.base | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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.
|
net.sf.jasperreports.engine.export.draw | |
net.sf.jasperreports.engine.export.oasis | |
net.sf.jasperreports.engine.export.ooxml | |
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 |
Utility classes.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRLineBox |
DesignCell.getLineBox() |
JRLineBox |
CompiledCell.getLineBox() |
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
JRBaseCellContents.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRBaseCellContents.getLineBox() |
Modifier and Type | Method and Description |
---|---|
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 |
JRBaseBox.lineBox
Deprecated.
|
protected JRLineBox |
JRBaseTextElement.lineBox |
protected JRLineBox |
JRBaseStyle.lineBox |
protected JRLineBox |
JRBasePrintImage.lineBox |
protected JRLineBox |
JRBaseBoxPen.lineBox |
protected JRLineBox |
JRBasePrintText.lineBox |
protected JRLineBox |
JRBaseChart.lineBox |
protected JRLineBox |
JRBaseFrame.lineBox |
protected JRLineBox |
JRBaseImage.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRBaseLineBox.clone(JRBoxContainer boxContainer) |
JRLineBox |
JRBoxPen.getBox() |
JRLineBox |
JRBaseBoxPen.getBox() |
JRLineBox |
JRBasePrintFrame.getLineBox() |
JRLineBox |
JRBaseTextElement.getLineBox() |
JRLineBox |
JRBaseStyle.getLineBox() |
JRLineBox |
JRBasePrintImage.getLineBox() |
JRLineBox |
JRBasePrintText.getLineBox() |
JRLineBox |
JRBaseChart.getLineBox() |
JRLineBox |
JRBaseFrame.getLineBox() |
JRLineBox |
JRBaseImage.getLineBox() |
Modifier and Type | Method and Description |
---|---|
JRBoxPen |
JRBoxPen.clone(JRLineBox lineBox) |
JRBoxPen |
JRBaseBoxPen.clone(JRLineBox lineBox) |
void |
JRBasePrintFrame.copyBox(JRLineBox lineBox) |
void |
JRBasePrintImage.copyBox(JRLineBox lineBox) |
void |
JRBasePrintText.copyBox(JRLineBox lineBox) |
JRPen |
JRBoxPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxBottomPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxLeftPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxTopPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxPen.getPen(JRLineBox box) |
JRPen |
JRBaseBoxRightPen.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 |
JRDesignChart.lineBox |
protected JRLineBox |
JRDesignImage.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRDesignTextElement.getLineBox() |
JRLineBox |
JRDesignChart.getLineBox() |
JRLineBox |
JRDesignFrame.getLineBox() |
JRLineBox |
JRDesignImage.getLineBox() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignFrame.copyBox(JRLineBox lineBox) |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRExporterGridCell.getBox() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JRHtmlExporter.appendBorderStyle(JRLineBox box,
java.lang.StringBuffer styleBuffer) |
protected boolean |
JRXhtmlExporter.appendBorderStyle(JRLineBox box,
java.lang.StringBuffer styleBuffer) |
protected boolean |
JRHtmlExporter.appendPaddingStyle(JRLineBox box,
java.lang.StringBuffer styleBuffer) |
protected void |
JRPdfExporter.exportBox(JRLineBox box,
JRPrintElement element) |
void |
JRExporterGridCell.setBox(JRLineBox box) |
void |
JExcelApiExporter.BoxStyle.setBox(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 |
XlsxBorderHelper.export(JRLineBox box) |
void |
DocxBorderHelper.export(JRLineBox box) |
Constructor and Description |
---|
DocxBorderInfo(JRLineBox box) |
XlsxBorderInfo(JRLineBox box) |
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
JRFillImage.lineBox |
protected JRLineBox |
JRFillChart.lineBox |
protected JRLineBox |
JRFillTextElement.lineBox |
protected JRLineBox |
JRTemplateFrame.lineBox |
protected JRLineBox |
JRFillFrame.lineBox |
protected JRLineBox |
JRTemplateText.lineBox |
Modifier and Type | Method and Description |
---|---|
JRLineBox |
JRTemplatePrintImage.getLineBox() |
JRLineBox |
JRTemplateImage.getLineBox() |
JRLineBox |
JRFillImage.getLineBox() |
JRLineBox |
JRTemplatePrintFrame.getLineBox() |
JRLineBox |
JRFillChart.getLineBox() |
JRLineBox |
JRTemplatePrintText.getLineBox() |
JRLineBox |
JRFillCellContents.getLineBox() |
JRLineBox |
JRFillTextElement.getLineBox() |
JRLineBox |
JRTemplateFrame.getLineBox() |
JRLineBox |
JRFillFrame.getLineBox() |
JRLineBox |
JRTemplateText.getLineBox() |
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) |
Modifier and Type | Field and Description |
---|---|
protected JRLineBox |
LineBoxWrapper.lineBox |
Modifier and Type | Method and Description |
---|---|
static JRLineBox |
JRBoxUtil.clone(JRLineBox box,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom,
JRLineBox complementaryBox)
Deprecated.
|
static JRLineBox |
JRBoxUtil.copyBordersNoPadding(JRLineBox box,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom,
JRLineBox complementaryBox) |
JRLineBox |
LineBoxWrapper.getLineBox() |
Modifier and Type | Method and Description |
---|---|
static JRLineBox |
JRBoxUtil.clone(JRLineBox box,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom,
JRLineBox complementaryBox)
Deprecated.
|
static JRLineBox |
JRBoxUtil.copyBordersNoPadding(JRLineBox box,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom,
JRLineBox complementaryBox) |
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) |
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) |
protected void |
JRApiWriter.writeBox(JRLineBox box,
java.lang.String boxHolder) |
Constructor and Description |
---|
LineBoxWrapper(JRLineBox lineBox)
Deprecated.
|
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-2010 Jaspersoft Corporation www.jaspersoft.com