Java Doc for JRXmlWriter.java in  » Report » jasperreports-2.0.1 » net » sf » jasperreports » engine » xml » 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.xml 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sf.jasperreports.engine.xml.JRXmlBaseWriter
      net.sf.jasperreports.engine.xml.JRXmlWriter

JRXmlWriter
public class JRXmlWriter extends JRXmlBaseWriter (Code)

author:
   Teodor Danciu (teodord@users.sourceforge.net)
author:
   Minor enhancements by Barry Klawans (bklawans@users.sourceforge.net)
version:
   $Id: JRXmlWriter.java 1798 2007-07-30 09:47:58Z teodord $



Constructor Summary
protected  JRXmlWriter(JRReport report, String encoding)
    

Method Summary
protected  booleantoWriteConditionalStyles()
    
public  voidwriteAreaChart(JRChart chart)
    
public  voidwriteAxisFormat(String axisFormatElementName, JRFont axisLabelFont, Color axisLabelColor, JRFont axisTickLabelFont, Color axisTickLabelColor, String axisTickLabelMask, Color axisLineColor)
     Writes out the axis format block for a chart axis.
public  voidwriteBar3DChart(JRChart chart)
    
public  voidwriteBar3DPlot(JRBar3DPlot plot)
    
public  voidwriteBarChart(JRChart chart)
    
public  voidwriteBreak(JRBreak breakElement)
    
public  voidwriteBubbleChart(JRChart chart)
    
protected  voidwriteBucket(JRCrosstabBucket bucket)
    
public  voidwriteCandlestickChart(JRChart chart)
    
protected  voidwriteCellContents(JRCellContents contents)
    
public  voidwriteChartTag(JRChart chart)
    
public  voidwriteCrosstab(JRCrosstab crosstab)
    
protected  voidwriteCrosstabCell(JRCrosstabCell cell)
    
protected  voidwriteCrosstabColumnGroup(JRCrosstabColumnGroup group)
    
protected  voidwriteCrosstabMeasure(JRCrosstabMeasure measure)
    
protected  voidwriteCrosstabParameter(JRCrosstabParameter parameter)
    
protected  voidwriteCrosstabRowGroup(JRCrosstabRowGroup group)
    
public  voidwriteDataRange(JRDataRange dataRange)
     Writes a data range block to the output stream.
public  voidwriteDataset(JRDataset dataset)
    
protected  voidwriteDatasetContents(JRDataset dataset)
    
protected  voidwriteDatasetRun(JRDatasetRun datasetRun)
    
public  voidwriteElementGroup(JRElementGroup elementGroup)
    
public  voidwriteEllipse(JREllipse ellipse)
    
public  voidwriteFrame(JRFrame frame)
    
public  voidwriteHighLowChart(JRChart chart)
    
public  voidwriteHighLowDataset(JRHighLowDataset dataset)
    
protected  voidwriteHyperlink(String tagName, JRHyperlink hyperlink)
    
protected  voidwriteHyperlinkParameter(JRHyperlinkParameter parameter)
    
protected  voidwriteHyperlinkParameters(JRHyperlinkParameter[] parameters)
    
public  voidwriteImage(JRImage image)
    
public  voidwriteLine(JRLine line)
    
public  voidwriteLineChart(JRChart chart)
    
public  voidwriteMeterChart(JRChart chart)
     Writes the definition of a meter chart to the output stream.
public  voidwriteMultiAxisChart(JRChart chart)
     Writes the definition of a multiple axis chart to the output stream.
public  voidwritePie3DChart(JRChart chart)
    
public  voidwritePieChart(JRChart chart)
    
public  voidwritePieDataset(JRPieDataset dataset)
    
public  voidwriteRectangle(JRRectangle rectangle)
    
public static  StringwriteReport(JRReport report, String encoding)
    
public static  voidwriteReport(JRReport report, String destFileName, String encoding)
    
public static  voidwriteReport(JRReport report, OutputStream outputStream, String encoding)
    
protected  voidwriteReport(Writer out)
    
public  voidwriteScatterChart(JRChart chart)
    
public  voidwriteStackedAreaChart(JRChart chart)
    
public  voidwriteStackedBar3DChart(JRChart chart)
    
public  voidwriteStackedBarChart(JRChart chart)
    
public  voidwriteStaticText(JRStaticText staticText)
    
public  voidwriteSubreport(JRSubreport subreport)
    
protected  voidwriteTemplate(JRReportTemplate template)
    
protected  voidwriteTemplates()
    
public  voidwriteTextField(JRTextField textField)
    
public  voidwriteThermometerChart(JRChart chart)
     Writes the description of a thermometer chart to the output stream.
public  voidwriteTimeSeriesChart(JRChart chart)
    
public  voidwriteValueDataset(JRValueDataset dataset)
     Writes the description of a value dataset to the output stream.
public  voidwriteValueDisplay(JRValueDisplay valueDisplay)
     Writes the description of how to display a value in a valueDataset.
public  voidwriteXyAreaChart(JRChart chart)
    
public  voidwriteXyBarChart(JRChart chart)
    
public  voidwriteXyLineChart(JRChart chart)
    


Constructor Detail
JRXmlWriter
protected JRXmlWriter(JRReport report, String encoding)(Code)




Method Detail
toWriteConditionalStyles
protected boolean toWriteConditionalStyles()(Code)



writeAreaChart
public void writeAreaChart(JRChart chart) throws IOException(Code)



writeAxisFormat
public void writeAxisFormat(String axisFormatElementName, JRFont axisLabelFont, Color axisLabelColor, JRFont axisTickLabelFont, Color axisTickLabelColor, String axisTickLabelMask, Color axisLineColor) throws IOException(Code)
Writes out the axis format block for a chart axis.
Parameters:
  axisFormatElementName - the name of the axis format element being written
Parameters:
  axisLabelFont - font to use for the axis label
Parameters:
  axisLabelColor - color to use for the axis label
Parameters:
  axisTickLabelFont - font to use for the label of each tick mark
Parameters:
  axisTickLabelColor - color to use for the label of each tick mark
Parameters:
  axisTickLabelMask - formatting mask to use for the label of each tick mark
Parameters:
  axisLineColor - the color to use for the axis line and any tick marks



writeBar3DChart
public void writeBar3DChart(JRChart chart) throws IOException(Code)



writeBar3DPlot
public void writeBar3DPlot(JRBar3DPlot plot) throws IOException(Code)



writeBarChart
public void writeBarChart(JRChart chart) throws IOException(Code)



writeBreak
public void writeBreak(JRBreak breakElement) throws IOException(Code)



writeBubbleChart
public void writeBubbleChart(JRChart chart) throws IOException(Code)



writeBucket
protected void writeBucket(JRCrosstabBucket bucket) throws IOException(Code)



writeCandlestickChart
public void writeCandlestickChart(JRChart chart) throws IOException(Code)



writeCellContents
protected void writeCellContents(JRCellContents contents) throws IOException(Code)



writeChartTag
public void writeChartTag(JRChart chart) throws IOException(Code)



writeCrosstab
public void writeCrosstab(JRCrosstab crosstab) throws IOException(Code)



writeCrosstabCell
protected void writeCrosstabCell(JRCrosstabCell cell) throws IOException(Code)



writeCrosstabColumnGroup
protected void writeCrosstabColumnGroup(JRCrosstabColumnGroup group) throws IOException(Code)



writeCrosstabMeasure
protected void writeCrosstabMeasure(JRCrosstabMeasure measure) throws IOException(Code)



writeCrosstabParameter
protected void writeCrosstabParameter(JRCrosstabParameter parameter) throws IOException(Code)



writeCrosstabRowGroup
protected void writeCrosstabRowGroup(JRCrosstabRowGroup group) throws IOException(Code)



writeDataRange
public void writeDataRange(JRDataRange dataRange) throws IOException(Code)
Writes a data range block to the output stream.
Parameters:
  dataRange - the range to write



writeDataset
public void writeDataset(JRDataset dataset) throws IOException(Code)



writeDatasetContents
protected void writeDatasetContents(JRDataset dataset) throws IOException(Code)



writeDatasetRun
protected void writeDatasetRun(JRDatasetRun datasetRun) throws IOException(Code)



writeElementGroup
public void writeElementGroup(JRElementGroup elementGroup) throws IOException(Code)



writeEllipse
public void writeEllipse(JREllipse ellipse) throws IOException(Code)



writeFrame
public void writeFrame(JRFrame frame) throws IOException(Code)



writeHighLowChart
public void writeHighLowChart(JRChart chart) throws IOException(Code)



writeHighLowDataset
public void writeHighLowDataset(JRHighLowDataset dataset) throws IOException(Code)



writeHyperlink
protected void writeHyperlink(String tagName, JRHyperlink hyperlink) throws IOException(Code)



writeHyperlinkParameter
protected void writeHyperlinkParameter(JRHyperlinkParameter parameter) throws IOException(Code)



writeHyperlinkParameters
protected void writeHyperlinkParameters(JRHyperlinkParameter[] parameters) throws IOException(Code)



writeImage
public void writeImage(JRImage image) throws IOException(Code)



writeLine
public void writeLine(JRLine line) throws IOException(Code)



writeLineChart
public void writeLineChart(JRChart chart) throws IOException(Code)



writeMeterChart
public void writeMeterChart(JRChart chart) throws IOException(Code)
Writes the definition of a meter chart to the output stream.
Parameters:
  chart - the meter chart to write



writeMultiAxisChart
public void writeMultiAxisChart(JRChart chart) throws IOException(Code)
Writes the definition of a multiple axis chart to the output stream.
Parameters:
  chart - the multiple axis chart to write



writePie3DChart
public void writePie3DChart(JRChart chart) throws IOException(Code)



writePieChart
public void writePieChart(JRChart chart) throws IOException(Code)



writePieDataset
public void writePieDataset(JRPieDataset dataset) throws IOException(Code)



writeRectangle
public void writeRectangle(JRRectangle rectangle) throws IOException(Code)



writeReport
public static String writeReport(JRReport report, String encoding)(Code)



writeReport
public static void writeReport(JRReport report, String destFileName, String encoding) throws JRException(Code)



writeReport
public static void writeReport(JRReport report, OutputStream outputStream, String encoding) throws JRException(Code)



writeReport
protected void writeReport(Writer out) throws IOException(Code)



writeScatterChart
public void writeScatterChart(JRChart chart) throws IOException(Code)



writeStackedAreaChart
public void writeStackedAreaChart(JRChart chart) throws IOException(Code)



writeStackedBar3DChart
public void writeStackedBar3DChart(JRChart chart) throws IOException(Code)



writeStackedBarChart
public void writeStackedBarChart(JRChart chart) throws IOException(Code)



writeStaticText
public void writeStaticText(JRStaticText staticText) throws IOException(Code)



writeSubreport
public void writeSubreport(JRSubreport subreport) throws IOException(Code)



writeTemplate
protected void writeTemplate(JRReportTemplate template) throws IOException(Code)



writeTemplates
protected void writeTemplates() throws IOException(Code)



writeTextField
public void writeTextField(JRTextField textField) throws IOException(Code)



writeThermometerChart
public void writeThermometerChart(JRChart chart) throws IOException(Code)
Writes the description of a thermometer chart to the output stream.
Parameters:
  chart - the thermometer chart to write



writeTimeSeriesChart
public void writeTimeSeriesChart(JRChart chart) throws IOException(Code)



writeValueDataset
public void writeValueDataset(JRValueDataset dataset) throws IOException(Code)
Writes the description of a value dataset to the output stream.
Parameters:
  dataset - the value dataset to persist



writeValueDisplay
public void writeValueDisplay(JRValueDisplay valueDisplay) throws IOException(Code)
Writes the description of how to display a value in a valueDataset.
Parameters:
  valueDisplay - the description to save



writeXyAreaChart
public void writeXyAreaChart(JRChart chart) throws IOException(Code)



writeXyBarChart
public void writeXyBarChart(JRChart chart) throws IOException(Code)



writeXyLineChart
public void writeXyLineChart(JRChart chart) throws IOException(Code)



Fields inherited from net.sf.jasperreports.engine.xml.JRXmlBaseWriter
protected JRXmlWriteHelper writer(Code)(Java Doc)

Methods inherited from net.sf.jasperreports.engine.xml.JRXmlBaseWriter
abstract protected boolean toWriteConditionalStyles()(Code)(Java Doc)
protected void useWriter(JRXmlWriteHelper aWriter)(Code)(Java Doc)
protected void writeConditionalStyle(JRConditionalStyle style) throws IOException(Code)(Java Doc)
protected void writeStyle(JRStyle style) throws IOException(Code)(Java Doc)

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.