Package | Description |
---|---|
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.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.part | |
net.sf.jasperreports.parts |
Modifier and Type | Method and Description |
---|---|
JRPart[] |
JRSection.getParts()
Returns the parts within the current section.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePart
A read-only
JRPart implementation which is included
in compiled reports. |
Modifier and Type | Field and Description |
---|---|
protected JRPart[] |
JRBaseSection.parts |
Modifier and Type | Method and Description |
---|---|
JRPart[] |
JRBaseSection.getParts() |
Modifier and Type | Method and Description |
---|---|
protected JRBasePart |
JRBaseObjectFactory.getPart(JRPart part) |
Constructor and Description |
---|
JRBasePart(JRPart part,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignPart |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRPart> |
JRDesignSection.partsList |
Modifier and Type | Method and Description |
---|---|
JRPart[] |
JRDesignSection.getParts() |
JRPart |
JRDesignSection.removePart(int index)
Removes a part from the section.
|
JRPart |
JRDesignSection.removePart(JRPart part)
Removes a part from the section.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRPart> |
JRDesignSection.getPartsList()
Gets a list of all parts within the current section.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignSection.addPart(int index,
JRPart part)
Adds a part to the section.
|
void |
JRDesignSection.addPart(JRPart part)
Adds a part to the section.
|
JRPart |
JRDesignSection.removePart(JRPart part)
Removes a part from the section.
|
protected void |
JRVerifier.verifyPart(JRPart part) |
Modifier and Type | Method and Description |
---|---|
JRPart[] |
JRFillSection.getParts() |
Modifier and Type | Method and Description |
---|---|
JRPart |
PartFillContext.getPart() |
JRPart |
FillPart.Context.getPart() |
Modifier and Type | Method and Description |
---|---|
boolean |
PartComponentXmlWriter.isToWrite(JRPart part,
JRXmlWriter reportWriter)
Specifies whether this component should be written out.
|
void |
PartComponentXmlWriter.writeToXml(JRPart part,
JRXmlWriter reportWriter)
Outputs the XML representation of a component.
|
Constructor and Description |
---|
FillPart(JRPart part,
JRFillObjectFactory fillFactory) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AbstractPartComponentXmlWriter.getVersion(JasperReportsContext jasperReportsContext,
JRPart part,
JRXmlWriter reportWriter) |
protected boolean |
AbstractPartComponentXmlWriter.isNewerVersionOrEqual(JRPart part,
JRXmlWriter reportWriter,
java.lang.String oldVersion) |
protected boolean |
AbstractPartComponentXmlWriter.isOlderVersionThan(JRPart part,
JRXmlWriter reportWriter,
java.lang.String version) |
boolean |
PartComponentsXmlWriter.isToWrite(JRPart part,
JRXmlWriter reportWriter) |
protected void |
PartComponentsXmlWriter.writeSubreport(JRPart part,
JRXmlWriter reportWriter) |
void |
PartComponentsXmlWriter.writeToXml(JRPart part,
JRXmlWriter reportWriter) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com