Package | Description |
---|---|
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.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.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 |
---|---|
void |
JRExpressionCollector.collect(JRImage image) |
void |
JRVisitor.visitImage(JRImage image) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseImage
The actual implementation of a graphic element representing an image.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitImage(JRImage image) |
Constructor and Description |
---|
JRBaseImage(JRImage image,
JRBaseObjectFactory factory)
protected JRBaseImage()
{
super();
}
/**
Initializes properties that are specific to images.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitImage(JRImage image) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillImage |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateImage.setImage(JRImage image) |
void |
JRFillObjectFactory.visitImage(JRImage image) |
Constructor and Description |
---|
JRFillImage(JRBaseFiller filler,
JRImage image,
JRFillObjectFactory factory) |
JRTemplateImage(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JRImage image) |
Modifier and Type | Method and Description |
---|---|
void |
UniformElementVisitor.visitImage(JRImage image) |
void |
JRDelegationVisitor.visitImage(JRImage image) |
void |
JRVisitorSupport.visitImage(JRImage image) |
void |
JRApiWriter.writeImage(JRImage image,
java.lang.String imageName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitImage(JRImage image) |
void |
JRXmlWriter.writeImage(JRImage image) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com