Uses of Class
net.sf.jasperreports.engine.type.OnErrorTypeEnum
-
Packages that use OnErrorTypeEnum Package Description net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.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.type Containsenum
types used by the library's main classes.net.sf.jasperreports.renderers.util Contains utility classes for working with image renderers. -
-
Uses of OnErrorTypeEnum in net.sf.jasperreports.components.map
Fields in net.sf.jasperreports.components.map declared as OnErrorTypeEnum Modifier and Type Field Description static OnErrorTypeEnum
MapComponent. DEFAULT_ON_ERROR_TYPE
Methods in net.sf.jasperreports.components.map that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnum
MapComponent. getOnErrorType()
Returns an attribute that customizes the way the engine handles a missing map image during report generation.OnErrorTypeEnum
StandardMapComponent. getOnErrorType()
Methods in net.sf.jasperreports.components.map with parameters of type OnErrorTypeEnum Modifier and Type Method Description void
StandardMapComponent. setOnErrorType(OnErrorTypeEnum onErrorType)
-
Uses of OnErrorTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnum
JRImage. getOnErrorType()
Indicates how the engine will treat a missing image.OnErrorTypeEnum
JRPrintImage. getOnErrorType()
Methods in net.sf.jasperreports.engine with parameters of type OnErrorTypeEnum Modifier and Type Method Description void
JRImage. setOnErrorType(OnErrorTypeEnum onErrorTypeEnum)
Specifies how the engine should treat a missing image.void
JRPrintImage. setOnErrorType(OnErrorTypeEnum onErrorType)
-
Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as OnErrorTypeEnum Modifier and Type Field Description protected OnErrorTypeEnum
JRBaseImage. onErrorType
protected OnErrorTypeEnum
JRBasePrintImage. onErrorType
Methods in net.sf.jasperreports.engine.base that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnum
JRBaseImage. getOnErrorType()
OnErrorTypeEnum
JRBasePrintImage. getOnErrorType()
Methods in net.sf.jasperreports.engine.base with parameters of type OnErrorTypeEnum Modifier and Type Method Description void
JRBaseImage. setOnErrorType(OnErrorTypeEnum onErrorType)
void
JRBasePrintImage. setOnErrorType(OnErrorTypeEnum onErrorType)
-
Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as OnErrorTypeEnum Modifier and Type Field Description protected OnErrorTypeEnum
JRDesignImage. onErrorType
Methods in net.sf.jasperreports.engine.design that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnum
JRDesignImage. getOnErrorType()
Methods in net.sf.jasperreports.engine.design with parameters of type OnErrorTypeEnum Modifier and Type Method Description void
JRDesignImage. setOnErrorType(OnErrorTypeEnum onErrorType)
-
Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as OnErrorTypeEnum Modifier and Type Field Description protected OnErrorTypeEnum
JRTemplateImage. onErrorType
Methods in net.sf.jasperreports.engine.fill that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnum
JRFillImage. getOnErrorType()
OnErrorTypeEnum
JRTemplateImage. getOnErrorType()
OnErrorTypeEnum
JRTemplatePrintImage. getOnErrorType()
Methods in net.sf.jasperreports.engine.fill with parameters of type OnErrorTypeEnum Modifier and Type Method Description void
JRFillImage. setOnErrorType(OnErrorTypeEnum onErrorType)
void
JRTemplateImage. setOnErrorType(OnErrorTypeEnum onErrorType)
void
JRTemplatePrintImage. setOnErrorType(OnErrorTypeEnum onErrorType)
-
Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return OnErrorTypeEnum Modifier and Type Method Description static OnErrorTypeEnum
OnErrorTypeEnum. getByName(String name)
OnErrorTypeEnum
OnErrorTypeEnum. getDefault()
static OnErrorTypeEnum
OnErrorTypeEnum. valueOf(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. -
Uses of OnErrorTypeEnum in net.sf.jasperreports.renderers.util
Methods in net.sf.jasperreports.renderers.util with parameters of type OnErrorTypeEnum Modifier and Type Method Description Renderable
RendererUtil. getNonLazyRenderable(String resourceLocation, OnErrorTypeEnum onErrorType)
Renderable
RendererUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRException e)
Renderable
RendererUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)
Renderable
RendererUtil. getRenderable(Image image, ImageTypeEnum 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.Renderable
RendererUtil. getRenderable(Image img, OnErrorTypeEnum onErrorType)
Renderable
RendererUtil. getRenderable(File file, OnErrorTypeEnum onErrorType)
Renderable
RendererUtil. getRenderable(InputStream is, OnErrorTypeEnum onErrorType)
Renderable
RendererUtil. getRenderable(URL url, OnErrorTypeEnum onErrorType)
Renderable
RendererUtil. handleImageError(Exception error, OnErrorTypeEnum onErrorType)
-