Java Doc for JRAbstractObjectFactory.java in  » Report » jasperreports-2.0.1 » net » sf » jasperreports » engine » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Report » jasperreports 2.0.1 » net.sf.jasperreports.engine 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sf.jasperreports.engine.JRAbstractObjectFactory

All known Subclasses:   net.sf.jasperreports.engine.base.JRBaseObjectFactory,  net.sf.jasperreports.engine.fill.JRFillObjectFactory,
JRAbstractObjectFactory
abstract public class JRAbstractObjectFactory (Code)

author:
   Teodor Danciu (teodord@users.sourceforge.net)
version:
   $Id: JRAbstractObjectFactory.java 1759 2007-06-20 16:47:34Z lucianc $




Method Summary
protected  Objectget(Object object)
    
abstract public  JRAreaPlotgetAreaPlot(JRAreaPlot areaPlot)
    
abstract public  JRBar3DPlotgetBar3DPlot(JRBar3DPlot barPlot)
    
abstract public  JRBarPlotgetBarPlot(JRBarPlot barPlot)
    
abstract public  JRBreakgetBreak(JRBreak breakElement)
    
abstract public  JRBubblePlotgetBubblePlot(JRBubblePlot bubblePlot)
    
abstract public  JRCandlestickPlotgetCandlestickPlot(JRCandlestickPlot candlestickPlot)
    
abstract public  JRCategoryDatasetgetCategoryDataset(JRCategoryDataset categoryDataset)
    
abstract public  JRCategorySeriesgetCategorySeries(JRCategorySeries categorySeries)
    
abstract public  JRChartgetChart(JRChart chart)
    
abstract public  JRConditionalStylegetConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle parentStyle)
    
abstract public  JRCrosstabgetCrosstab(JRCrosstab crosstab)
    
abstract public  JRElementGroupgetElementGroup(JRElementGroup elementGroup)
    
abstract public  JREllipsegetEllipse(JREllipse ellipse)
    
abstract public  JRExpressiongetExpression(JRExpression expression, boolean assignNotUsedId)
    
public  JRExpressiongetExpression(JRExpression expression)
    
abstract public  JRFramegetFrame(JRFrame frame)
    
abstract public  JRImagegetImage(JRImage image)
    
abstract public  JRLinegetLine(JRLine line)
    
abstract public  JRLinePlotgetLinePlot(JRLinePlot linePlot)
    
abstract public  JRPie3DPlotgetPie3DPlot(JRPie3DPlot pie3DPlot)
    
abstract public  JRPieDatasetgetPieDataset(JRPieDataset pieDataset)
    
abstract public  JRPiePlotgetPiePlot(JRPiePlot piePlot)
    
abstract public  JRRectanglegetRectangle(JRRectangle rectangle)
    
abstract public  JRReportFontgetReportFont(JRReportFont font)
    
abstract public  JRStaticTextgetStaticText(JRStaticText staticText)
    
abstract public  JRStylegetStyle(JRStyle style)
    
abstract public  JRSubreportgetSubreport(JRSubreport subreport)
    
abstract public  JRTextFieldgetTextField(JRTextField textField)
    
abstract public  JRTimePeriodDatasetgetTimePeriodDataset(JRTimePeriodDataset timePeriodDataset)
    
abstract public  JRTimePeriodSeriesgetTimePeriodSeries(JRTimePeriodSeries timePeriodSeries)
    
abstract public  JRTimeSeriesgetTimeSeries(JRTimeSeries timeSeries)
    
abstract public  JRTimeSeriesDatasetgetTimeSeriesDataset(JRTimeSeriesDataset timeSeriesDataset)
    
abstract public  JRXyzDatasetgetXyzDataset(JRXyzDataset xyzDataset)
    
abstract public  JRXyzSeriesgetXyzSeries(JRXyzSeries xyzSeries)
    
public  voidput(Object object, Object copy)
    
abstract public  voidsetStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
     Sets a style or a style reference on an object.



Method Detail
get
protected Object get(Object object)(Code)



getAreaPlot
abstract public JRAreaPlot getAreaPlot(JRAreaPlot areaPlot)(Code)



getBar3DPlot
abstract public JRBar3DPlot getBar3DPlot(JRBar3DPlot barPlot)(Code)



getBarPlot
abstract public JRBarPlot getBarPlot(JRBarPlot barPlot)(Code)



getBreak
abstract public JRBreak getBreak(JRBreak breakElement)(Code)



getBubblePlot
abstract public JRBubblePlot getBubblePlot(JRBubblePlot bubblePlot)(Code)



getCandlestickPlot
abstract public JRCandlestickPlot getCandlestickPlot(JRCandlestickPlot candlestickPlot)(Code)



getCategoryDataset
abstract public JRCategoryDataset getCategoryDataset(JRCategoryDataset categoryDataset)(Code)



getCategorySeries
abstract public JRCategorySeries getCategorySeries(JRCategorySeries categorySeries)(Code)



getChart
abstract public JRChart getChart(JRChart chart)(Code)



getConditionalStyle
abstract public JRConditionalStyle getConditionalStyle(JRConditionalStyle conditionalStyle, JRStyle parentStyle)(Code)



getCrosstab
abstract public JRCrosstab getCrosstab(JRCrosstab crosstab)(Code)



getElementGroup
abstract public JRElementGroup getElementGroup(JRElementGroup elementGroup)(Code)



getEllipse
abstract public JREllipse getEllipse(JREllipse ellipse)(Code)



getExpression
abstract public JRExpression getExpression(JRExpression expression, boolean assignNotUsedId)(Code)



getExpression
public JRExpression getExpression(JRExpression expression)(Code)



getFrame
abstract public JRFrame getFrame(JRFrame frame)(Code)



getImage
abstract public JRImage getImage(JRImage image)(Code)



getLine
abstract public JRLine getLine(JRLine line)(Code)



getLinePlot
abstract public JRLinePlot getLinePlot(JRLinePlot linePlot)(Code)



getPie3DPlot
abstract public JRPie3DPlot getPie3DPlot(JRPie3DPlot pie3DPlot)(Code)



getPieDataset
abstract public JRPieDataset getPieDataset(JRPieDataset pieDataset)(Code)



getPiePlot
abstract public JRPiePlot getPiePlot(JRPiePlot piePlot)(Code)



getRectangle
abstract public JRRectangle getRectangle(JRRectangle rectangle)(Code)



getReportFont
abstract public JRReportFont getReportFont(JRReportFont font)(Code)



getStaticText
abstract public JRStaticText getStaticText(JRStaticText staticText)(Code)



getStyle
abstract public JRStyle getStyle(JRStyle style)(Code)



getSubreport
abstract public JRSubreport getSubreport(JRSubreport subreport)(Code)



getTextField
abstract public JRTextField getTextField(JRTextField textField)(Code)



getTimePeriodDataset
abstract public JRTimePeriodDataset getTimePeriodDataset(JRTimePeriodDataset timePeriodDataset)(Code)



getTimePeriodSeries
abstract public JRTimePeriodSeries getTimePeriodSeries(JRTimePeriodSeries timePeriodSeries)(Code)



getTimeSeries
abstract public JRTimeSeries getTimeSeries(JRTimeSeries timeSeries)(Code)



getTimeSeriesDataset
abstract public JRTimeSeriesDataset getTimeSeriesDataset(JRTimeSeriesDataset timeSeriesDataset)(Code)



getXyzDataset
abstract public JRXyzDataset getXyzDataset(JRXyzDataset xyzDataset)(Code)



getXyzSeries
abstract public JRXyzSeries getXyzSeries(JRXyzSeries xyzSeries)(Code)



put
public void put(Object object, Object copy)(Code)



setStyle
abstract public void setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)(Code)
Sets a style or a style reference on an object.

If the container includes a style (see JRStyleContainer.getStyle getStyle() , a copy of this style will be created via JRAbstractObjectFactory.getStyle(JRStyle) getStyle(JRStyle) and set on the object.

In addition to this, the implementation needs to handle the case when the container includes an external style reference (see JRStyleContainer.getStyleNameReference getStyleNameReference() .
Parameters:
  setter - a setter for the object on which the style should be set.
Parameters:
  styleContainer - the original style container
See Also:   JRAbstractObjectFactory.getStyle(JRStyle)




Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.