Uses of Class
net.sf.jasperreports.engine.type.OnErrorTypeEnum

Packages that use OnErrorTypeEnum
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   
 

Uses of OnErrorTypeEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return OnErrorTypeEnum
 OnErrorTypeEnum JRImage.getOnErrorTypeValue()
          Indicates how the engine will treat a missing image.
 OnErrorTypeEnum JRPrintImage.getOnErrorTypeValue()
           
 

Methods in net.sf.jasperreports.engine with parameters of type OnErrorTypeEnum
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)
           
 

Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.base
 

Fields in net.sf.jasperreports.engine.base declared as OnErrorTypeEnum
protected  OnErrorTypeEnum JRBasePrintImage.onErrorTypeValue
           
protected  OnErrorTypeEnum JRBaseImage.onErrorTypeValue
           
 

Methods in net.sf.jasperreports.engine.base that return OnErrorTypeEnum
 OnErrorTypeEnum JRBasePrintImage.getOnErrorTypeValue()
           
 OnErrorTypeEnum JRBaseImage.getOnErrorTypeValue()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type OnErrorTypeEnum
 void JRBasePrintImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue)
           
 void JRBaseImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue)
           
 

Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.design
 

Fields in net.sf.jasperreports.engine.design declared as OnErrorTypeEnum
protected  OnErrorTypeEnum JRDesignImage.onErrorTypeValue
           
 

Methods in net.sf.jasperreports.engine.design that return OnErrorTypeEnum
 OnErrorTypeEnum JRDesignImage.getOnErrorTypeValue()
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type OnErrorTypeEnum
 void JRDesignImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue)
           
 

Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as OnErrorTypeEnum
protected  OnErrorTypeEnum JRTemplateImage.onErrorTypeValue
           
 

Methods in net.sf.jasperreports.engine.fill that return OnErrorTypeEnum
 OnErrorTypeEnum JRFillImage.getOnErrorTypeValue()
           
 OnErrorTypeEnum JRTemplateImage.getOnErrorTypeValue()
           
 OnErrorTypeEnum JRTemplatePrintImage.getOnErrorTypeValue()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type OnErrorTypeEnum
 void JRFillImage.setOnErrorType(OnErrorTypeEnum onErrorType)
           
 void JRTemplateImage.setOnErrorType(OnErrorTypeEnum onErrorTypeValue)
           
 void JRTemplatePrintImage.setOnErrorType(OnErrorTypeEnum onErrorType)
           
 

Uses of OnErrorTypeEnum in net.sf.jasperreports.engine.type
 

Methods in net.sf.jasperreports.engine.type that return OnErrorTypeEnum
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.
 



Copyright © 2011. All Rights Reserved.