Uses of Class
net.sf.jasperreports.engine.JRAbstractObjectFactory

Packages that use JRAbstractObjectFactory
net.sf.jasperreports.crosstabs.base   
net.sf.jasperreports.crosstabs.design   
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). 
 

Uses of JRAbstractObjectFactory in net.sf.jasperreports.crosstabs.base
 

Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRAbstractObjectFactory
 JRChild JRBaseCrosstab.getCopy(JRAbstractObjectFactory factory)
           
 

Uses of JRAbstractObjectFactory in net.sf.jasperreports.crosstabs.design
 

Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRAbstractObjectFactory
 JRChild JRDesignCrosstab.getCopy(JRAbstractObjectFactory factory)
           
 

Uses of JRAbstractObjectFactory in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRAbstractObjectFactory
 JRChild JRChild.getCopy(JRAbstractObjectFactory factory)
           
 

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

Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.engine.base
 class JRBaseObjectFactory
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRAbstractObjectFactory
 JRChild JRBaseTextField.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseSubreport.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseStaticText.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseRectangle.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseLine.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseImage.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseFrame.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseEllipse.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseElementGroup.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseChart.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRBaseBreak.getCopy(JRAbstractObjectFactory factory)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRAbstractObjectFactory
JRBaseConditionalStyle(JRConditionalStyle style, JRStyle parentStyle, JRAbstractObjectFactory factory)
           
JRBaseStyle(JRStyle style, JRAbstractObjectFactory factory)
           
 

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

Methods in net.sf.jasperreports.engine.design with parameters of type JRAbstractObjectFactory
 JRChild JRDesignTextField.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignSubreport.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignStaticText.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignRectangle.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignLine.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignImage.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignFrame.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignEllipse.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignChart.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRDesignBreak.getCopy(JRAbstractObjectFactory factory)
           
 

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

Subclasses of JRAbstractObjectFactory in net.sf.jasperreports.engine.fill
 class JRFillObjectFactory
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRAbstractObjectFactory
 JRChild JRFillTextField.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillSubreport.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillStaticText.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillRectangle.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillLine.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillImage.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillFrame.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillEllipse.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillElementGroup.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillCrosstab.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillChart.getCopy(JRAbstractObjectFactory factory)
           
 JRChild JRFillBreak.getCopy(JRAbstractObjectFactory factory)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com