Uses of Interface
net.sf.jasperreports.engine.JRImage

Packages that use JRImage
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. 
 

Uses of JRImage in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRImage
 void JRExpressionCollector.collect(JRImage image)
           
 void JRVisitor.visitImage(JRImage image)
           
 

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

Classes in net.sf.jasperreports.engine.base that implement JRImage
 class JRBaseImage
          The actual implementation of a graphic element representing an image.
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRImage
 void JRBaseObjectFactory.visitImage(JRImage image)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRImage
JRBaseImage(JRImage image, JRBaseObjectFactory factory)
          protected JRBaseImage() { super(); } /** Initializes properties that are specific to images.
 

Uses of JRImage in net.sf.jasperreports.engine.convert
 

Methods in net.sf.jasperreports.engine.convert with parameters of type JRImage
 void ConvertVisitor.visitImage(JRImage image)
           
 

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

Classes in net.sf.jasperreports.engine.design that implement JRImage
 class JRDesignImage
          The actual implementation of a graphic element representing an image, used at design time.
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRImage
 class JRFillImage
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRImage
protected  void JRTemplateImage.setImage(JRImage image)
           
 void JRFillObjectFactory.visitImage(JRImage image)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRImage
JRFillImage(JRBaseFiller filler, JRImage image, JRFillObjectFactory factory)
           
JRTemplateImage(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRImage image)
           
 

Uses of JRImage in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRImage
 void JRVisitorSupport.visitImage(JRImage image)
           
 void JRDelegationVisitor.visitImage(JRImage image)
           
 void UniformElementVisitor.visitImage(JRImage image)
           
 void JRApiWriter.writeImage(JRImage image, java.lang.String imageName)
           
 

Uses of JRImage in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRImage
 void XmlWriterVisitor.visitImage(JRImage image)
           
 void JRXmlWriter.writeImage(JRImage image)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com