Package | Description |
---|---|
net.sf.jasperreports.components.list |
Contains classes for the built-in List component.
|
net.sf.jasperreports.components.table |
Contains classes for the built-in Table component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
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.convert | |
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.draw |
Contains classes for drawing elements at export time.
|
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 | Interface and Description |
---|---|
interface |
ListContents
Container of report elements that are to be printed for each record in the
list subdataset.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseListContents
ListContents implementation used in compiled reports. |
class |
DesignListContents
ListContents implementation used at report design time. |
class |
FillListContents
List contents fill element container.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cell |
Modifier and Type | Class and Description |
---|---|
class |
CompiledCell |
class |
DesignCell |
Modifier and Type | Method and Description |
---|---|
protected JRElement |
TableReport.createCell(JRElementGroup parentGroup,
Cell cell,
int originalWidth,
int width,
int x,
int y,
java.lang.Integer columnHashCode,
boolean forceFrame) |
protected JRElement |
TableReport.createCellElement(JRElementGroup elementGroup,
Cell cell,
int originalWidth,
int width,
int x,
int y,
java.lang.Integer columnHashCode) |
protected JRElement |
TableReport.ReportBandCreator.createColumnCell(Column column,
JRElementGroup parentGroup,
Cell cell) |
protected JRDesignFrame |
TableReport.ColumnHeaderCreator.createColumnCell(Column column,
JRElementGroup parentGroup,
Cell cell) |
protected JRElement |
TableReport.ReportBandCreator.createColumnCell(Column column,
JRElementGroup parentGroup,
Cell cell,
boolean forceFrame) |
Modifier and Type | Interface and Description |
---|---|
interface |
JRCellContents
Crosstab cell contents interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseCellContents
Base read-only implementation of
JRCellContents . |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignCellContents
Implementation of
JRCellContents used for
report design. |
Modifier and Type | Interface and Description |
---|---|
interface |
JRBand
Implementations of this interface represent various bands in the report template.
|
interface |
JRFrame
An abstract representation of a report elements container.
|
Modifier and Type | Method and Description |
---|---|
JRElementGroup |
JRElementGroup.getElementGroup()
Gets the parent element group.
|
JRElementGroup |
ElementDecorator.getElementGroup() |
JRElementGroup |
JRElement.getElementGroup()
Indicates the logical group that the element belongs to.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ElementDecorator.clone(JRElementGroup parentGroup) |
java.lang.Object |
JRChild.clone(JRElementGroup parentGroup) |
JRElement |
ElementDecorator.clone(JRElementGroup parentGroup,
int y) |
JRElement |
JRElement.clone(JRElementGroup parentGroup,
int y) |
void |
JRVisitor.visitElementGroup(JRElementGroup elementGroup) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBand
Used for implementing band functionality.
|
class |
JRBaseElementGroup |
class |
JRBaseFrame
Base read-only implementation of
JRFrame . |
Modifier and Type | Field and Description |
---|---|
protected JRElementGroup |
JRBaseElement.elementGroup |
protected JRElementGroup |
JRBaseElementGroup.elementGroup |
Modifier and Type | Method and Description |
---|---|
JRElementGroup |
JRBaseElement.getElementGroup() |
JRElementGroup |
JRBaseElementGroup.getElementGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JRBaseElement.clone(JRElementGroup parentGroup) |
java.lang.Object |
JRBaseElementGroup.clone(JRElementGroup parentGroup) |
JRElement |
JRBaseElement.clone(JRElementGroup parentGroup,
int y) |
void |
JRBaseObjectFactory.visitElementGroup(JRElementGroup elementGroup) |
Constructor and Description |
---|
JRBaseElementGroup(JRElementGroup elementGrp,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitElementGroup(JRElementGroup elementGroup) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignBand |
class |
JRDesignElementGroup |
class |
JRDesignFrame
Implementation of
JRFrame to be used at design time. |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignFrame.addElementGroup(int index,
JRElementGroup group)
Inserts an element group at specified position into the frame.
|
void |
JRDesignFrame.addElementGroup(JRElementGroup group)
Adds an element group to the frame.
|
boolean |
JRDesignFrame.removeElementGroup(JRElementGroup group)
Removes a group element from the frame.
|
void |
JRDesignElementGroup.setElementGroup(JRElementGroup elementGroup) |
void |
JRDesignElement.setElementGroup(JRElementGroup elementGroup)
Specifies the logical group that the element belongs to.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawVisitor.visitElementGroup(JRElementGroup elementGroup) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillBand |
class |
JRFillCellContents
Crosstab cell contents filler.
|
class |
JRFillElementContainer
Abstract implementation of an element container filler.
|
class |
JRFillElementGroup |
class |
JRFillFrame
Fill time implementation of a frame element.
|
protected class |
JRFillFrame.JRFillFrameElements
Frame element container filler.
|
Modifier and Type | Field and Description |
---|---|
protected JRElementGroup |
JRFillElementGroup.elementGroup |
Modifier and Type | Method and Description |
---|---|
JRElementGroup |
JRFillElement.getElementGroup() |
JRElementGroup |
JRFillElementGroup.getElementGroup() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
JRFillElement.clone(JRElementGroup parentGroup) |
java.lang.Object |
JRFillElementGroup.clone(JRElementGroup parentGroup) |
JRElement |
JRFillElement.clone(JRElementGroup parentGroup,
int y) |
void |
JRFillObjectFactory.visitElementGroup(JRElementGroup elementGroup) |
Constructor and Description |
---|
JRFillElementContainer(JRBaseFiller filler,
JRElementGroup container,
JRFillObjectFactory factory) |
JRFillElementGroup(JRElementGroup elementGrp,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JRDelegationVisitor.visitElementGroup(JRElementGroup elementGroup) |
void |
JRVisitorSupport.visitElementGroup(JRElementGroup elementGroup) |
void |
JRApiWriter.writeChildElements(JRElementGroup elementContainer,
java.lang.String parentName)
Writes the contents (child elements) of an element container.
|
void |
JRApiWriter.writeElementGroup(JRElementGroup elementGroup,
java.lang.String groupName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitElementGroup(JRElementGroup elementGroup) |
void |
JRXmlWriter.writeChildElements(JRElementGroup elementContainer)
Writes the contents (child elements) of an element container.
|
void |
JRXmlWriter.writeElementGroup(JRElementGroup elementGroup) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com