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 Containsenumtypes 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 OnErrorTypeEnumMapComponent. DEFAULT_ON_ERROR_TYPEMethods in net.sf.jasperreports.components.map that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnumMapComponent. getOnErrorType()Returns an attribute that customizes the way the engine handles a missing map image during report generation.OnErrorTypeEnumStandardMapComponent. getOnErrorType()Methods in net.sf.jasperreports.components.map with parameters of type OnErrorTypeEnum Modifier and Type Method Description voidStandardMapComponent. 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 OnErrorTypeEnumJRImage. getOnErrorTypeValue()Indicates how the engine will treat a missing image.OnErrorTypeEnumJRPrintImage. getOnErrorTypeValue()Methods in net.sf.jasperreports.engine with parameters of type OnErrorTypeEnum Modifier and Type Method Description static JRImageRendererJRImageRenderer. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRException e)Deprecated.static JRImageRendererJRImageRenderer. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)Deprecated.RenderableRenderableUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRException e)Deprecated.RenderableRenderableUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)Deprecated.RenderableRenderableUtil. getOnErrorRendererForDimension(Renderable renderer, OnErrorTypeEnum onErrorType)Deprecated.To be removed.RenderableRenderableUtil. getOnErrorRendererForDimension(RenderersCache renderersCache, Renderable renderer, OnErrorTypeEnum onErrorType)Deprecated.To be removed.static JRImageRendererJRImageRenderer. getOnErrorRendererForImage(JasperReportsContext jasperReportsContext, JRImageRenderer renderer, OnErrorTypeEnum onErrorType)Deprecated.To be removed.RenderableRenderableUtil. getOnErrorRendererForImageData(Renderable renderer, OnErrorTypeEnum onErrorType)Deprecated.To be removed.RenderableRenderableUtil. getRenderable(java.awt.Image image, ImageTypeEnum imageType, OnErrorTypeEnum onErrorType)Deprecated.Creates and returns an instance of the JRImageRenderer class after encoding the image object using an image encoder that supports the supplied image type.RenderableRenderableUtil. getRenderable(java.awt.Image img, OnErrorTypeEnum onErrorType)Deprecated.RenderableRenderableUtil. getRenderable(java.io.File file, OnErrorTypeEnum onErrorType)Deprecated.RenderableRenderableUtil. getRenderable(java.io.InputStream is, OnErrorTypeEnum onErrorType)Deprecated.RenderableRenderableUtil. getRenderable(java.lang.String imageLocation, OnErrorTypeEnum onErrorType)Deprecated.Replaced byResourceRenderer.getInstance(String, boolean).RenderableRenderableUtil. getRenderable(java.lang.String imageLocation, OnErrorTypeEnum onErrorType, boolean isLazy)Deprecated.RenderableRenderableUtil. getRenderable(java.net.URL url, OnErrorTypeEnum onErrorType)Deprecated.RenderableRenderableUtil. handleImageError(java.lang.Exception error, OnErrorTypeEnum onErrorType)Deprecated.voidJRImage. setOnErrorType(OnErrorTypeEnum onErrorTypeEnum)Specifies how the engine should treat a missing image.voidJRPrintImage. 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 OnErrorTypeEnumJRBaseImage. onErrorTypeValueprotected OnErrorTypeEnumJRBasePrintImage. onErrorTypeValueMethods in net.sf.jasperreports.engine.base that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnumJRBaseImage. getOnErrorTypeValue()OnErrorTypeEnumJRBasePrintImage. getOnErrorTypeValue()Methods in net.sf.jasperreports.engine.base with parameters of type OnErrorTypeEnum Modifier and Type Method Description voidJRBaseImage. setOnErrorType(OnErrorTypeEnum onErrorTypeValue)voidJRBasePrintImage. setOnErrorType(OnErrorTypeEnum onErrorTypeValue) -
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 OnErrorTypeEnumJRDesignImage. onErrorTypeValueMethods in net.sf.jasperreports.engine.design that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnumJRDesignImage. getOnErrorTypeValue()Methods in net.sf.jasperreports.engine.design with parameters of type OnErrorTypeEnum Modifier and Type Method Description voidJRDesignImage. setOnErrorType(OnErrorTypeEnum onErrorTypeValue) -
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 OnErrorTypeEnumJRTemplateImage. onErrorTypeValueMethods in net.sf.jasperreports.engine.fill that return OnErrorTypeEnum Modifier and Type Method Description OnErrorTypeEnumJRFillImage. getOnErrorTypeValue()OnErrorTypeEnumJRTemplateImage. getOnErrorTypeValue()OnErrorTypeEnumJRTemplatePrintImage. getOnErrorTypeValue()Methods in net.sf.jasperreports.engine.fill with parameters of type OnErrorTypeEnum Modifier and Type Method Description voidJRFillImage. setOnErrorType(OnErrorTypeEnum onErrorType)voidJRTemplateImage. setOnErrorType(OnErrorTypeEnum onErrorTypeValue)voidJRTemplatePrintImage. 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 OnErrorTypeEnumOnErrorTypeEnum. getByName(java.lang.String name)static OnErrorTypeEnumOnErrorTypeEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static OnErrorTypeEnumOnErrorTypeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static OnErrorTypeEnumOnErrorTypeEnum. 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. -
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 RenderableRendererUtil. getNonLazyRenderable(java.lang.String resourceLocation, OnErrorTypeEnum onErrorType)RenderableRendererUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRException e)RenderableRendererUtil. getOnErrorRenderer(OnErrorTypeEnum onErrorType, JRRuntimeException e)RenderableRendererUtil. getRenderable(java.awt.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.RenderableRendererUtil. getRenderable(java.awt.Image img, OnErrorTypeEnum onErrorType)RenderableRendererUtil. getRenderable(java.io.File file, OnErrorTypeEnum onErrorType)RenderableRendererUtil. getRenderable(java.io.InputStream is, OnErrorTypeEnum onErrorType)RenderableRendererUtil. getRenderable(java.net.URL url, OnErrorTypeEnum onErrorType)RenderableRendererUtil. handleImageError(java.lang.Exception error, OnErrorTypeEnum onErrorType)
-