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.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.type |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRImage.getOnErrorTypeValue()
Indicates how the engine will treat a missing image.
|
OnErrorTypeEnum |
JRPrintImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
static JRRenderable |
JRImageRenderer.getInstance(java.io.File file,
OnErrorTypeEnum onErrorType) |
static JRRenderable |
JRImageRenderer.getInstance(java.awt.Image image,
byte imageType,
OnErrorTypeEnum onErrorType)
Creates and returns an instance of the JRImageRenderer class after encoding the image object using an image
encoder that supports the supplied image type.
|
static JRRenderable |
JRImageRenderer.getInstance(java.awt.Image img,
OnErrorTypeEnum onErrorType) |
static JRRenderable |
JRImageRenderer.getInstance(java.io.InputStream is,
OnErrorTypeEnum onErrorType) |
static JRRenderable |
JRImageRenderer.getInstance(java.lang.String imageLocation,
OnErrorTypeEnum onErrorType) |
static JRRenderable |
JRImageRenderer.getInstance(java.lang.String imageLocation,
OnErrorTypeEnum onErrorType,
boolean isLazy) |
static JRRenderable |
JRImageRenderer.getInstance(java.lang.String imageLocation,
OnErrorTypeEnum onErrorType,
boolean isLazy,
java.lang.ClassLoader classLoader,
java.net.URLStreamHandlerFactory urlHandlerFactory,
FileResolver fileResolver) |
static JRRenderable |
JRImageRenderer.getInstance(java.net.URL url,
OnErrorTypeEnum onErrorType) |
static JRRenderable |
JRImageRenderer.getOnErrorRendererForDimension(JRRenderable renderer,
OnErrorTypeEnum onErrorType) |
static JRImageRenderer |
JRImageRenderer.getOnErrorRendererForImage(JRImageRenderer renderer,
OnErrorTypeEnum onErrorType) |
static JRRenderable |
JRImageRenderer.getOnErrorRendererForImageData(JRRenderable renderer,
OnErrorTypeEnum onErrorType) |
void |
JRImage.setOnErrorType(OnErrorTypeEnum onErrorTypeEnum)
Specifies how the engine should treat a missing image.
|
void |
JRPrintImage.setOnErrorType(OnErrorTypeEnum onErrorType) |
Modifier and Type | Field and Description |
---|---|
protected OnErrorTypeEnum |
JRBasePrintImage.onErrorTypeValue |
protected OnErrorTypeEnum |
JRBaseImage.onErrorTypeValue |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRBasePrintImage.getOnErrorTypeValue() |
OnErrorTypeEnum |
JRBaseImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
void |
JRBaseImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
Modifier and Type | Field and Description |
---|---|
protected OnErrorTypeEnum |
JRDesignImage.onErrorTypeValue |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRDesignImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
Modifier and Type | Field and Description |
---|---|
protected OnErrorTypeEnum |
JRTemplateImage.onErrorTypeValue |
Modifier and Type | Method and Description |
---|---|
OnErrorTypeEnum |
JRTemplatePrintImage.getOnErrorTypeValue() |
OnErrorTypeEnum |
JRFillImage.getOnErrorTypeValue() |
OnErrorTypeEnum |
JRTemplateImage.getOnErrorTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplatePrintImage.setOnErrorType(OnErrorTypeEnum onErrorType) |
void |
JRFillImage.setOnErrorType(OnErrorTypeEnum onErrorType) |
void |
JRTemplateImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
Modifier and Type | Method and Description |
---|---|
static OnErrorTypeEnum |
OnErrorTypeEnum.getByName(java.lang.String name) |
static OnErrorTypeEnum |
OnErrorTypeEnum.getByValue(byte value) |
static OnErrorTypeEnum |
OnErrorTypeEnum.getByValue(java.lang.Byte value) |
static OnErrorTypeEnum |
OnErrorTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnErrorTypeEnum[] |
OnErrorTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com