Java Doc for XYChartExpression.java in  » Report » pentaho-report » org » pentaho » plugin » jfreereport » reportcharts » 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 » pentaho report » org.pentaho.plugin.jfreereport.reportcharts 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression
   org.pentaho.plugin.jfreereport.reportcharts.XYChartExpression

All known Subclasses:   org.pentaho.plugin.jfreereport.reportcharts.ScatterPlotChartExpression,  org.pentaho.plugin.jfreereport.reportcharts.XYLineChartExpression,  org.pentaho.plugin.jfreereport.reportcharts.XYBarChartExpression,  org.pentaho.plugin.jfreereport.reportcharts.BubbleChartExpression,
XYChartExpression
abstract public class XYChartExpression extends AbstractChartExpression (Code)
This class allows you to embed xy charts into JFreeReport XML definitions.
author:
   gmoran



Constructor Summary
public  XYChartExpression()
    

Method Summary
public  voidaddSubTitle(String subTitle)
    
public  PaintgetBorderPaint()
    
public  JFreeChartgetChart(Dataset dataset)
    
abstract public  JFreeChartgetChart(XYDataset xyDataset)
    
public  doublegetDomainMaximum()
    
public  doublegetDomainMinimum()
    
public  FontgetDomainTickFont()
    
public  NumberFormatgetDomainTickFormat()
    
public  StringgetDomainTitle()
    
public  FontgetDomainTitleFont()
    
public  PaintgetPlotBackgroundPaint()
    
public  doublegetRangeMaximum()
    
public  doublegetRangeMinimum()
    
public  FontgetRangeTickFont()
    
public  NumberFormatgetRangeTickFormat()
    
public  StringgetRangeTitle()
    
public  FontgetRangeTitleFont()
    
public  StringgetSeriesColor(int index)
    
public  String[]getSeriesColor()
    
public  intgetSeriesColorCount()
    
public  ListgetSubtitles()
    
public  RectangleEdgegetTitlePosition()
    
public  booleanisBorderVisible()
    
public  booleanisDisplayLabels()
    
public  booleanisDomainIncludesZero()
    
public  booleanisDomainStickyZero()
    
public  booleanisDomainVerticalTickLabels()
    
public  booleanisHorizontal()
    
public  booleanisRangeIncludesZero()
    
public  booleanisRangeStickyZero()
    
public  booleanisStacked()
    
public  voidsetBorderPaint(Paint borderPaint)
    
public  voidsetBorderVisible(boolean borderVisible)
    
protected  voidsetChartProperties(JFreeChart chart)
    
public  voidsetDomainIncludesZero(boolean domainIncludesZero)
    
public  voidsetDomainMaximum(double domainMaximum)
    
public  voidsetDomainMinimum(double domainMinimum)
    
public  voidsetDomainStickyZero(boolean domainStickyZero)
    
public  voidsetDomainTickFont(Font domainTickFont)
    
public  voidsetDomainTickFormat(NumberFormat domainTickFormat)
    
public  voidsetDomainTitle(String domainTitle)
    
public  voidsetDomainTitleFont(Font domainTitleFont)
    
public  voidsetDomainVerticalTickLabels(boolean domainVerticalTickLabels)
    
public  voidsetHorizontal(boolean value)
    
public  voidsetPlotBackgroundPaint(Paint plotBackgroundPaint)
    
public  voidsetRangeIncludesZero(boolean rangeIncludesZero)
    
public  voidsetRangeMaximum(double rangeMaximum)
    
public  voidsetRangeMinimum(double rangeMinimum)
    
public  voidsetRangeStickyZero(boolean rangeStickyZero)
    
public  voidsetRangeTickFont(Font rangeTickFont)
    
public  voidsetRangeTickFormat(NumberFormat rangeTickFormat)
    
public  voidsetRangeTitle(String rangeTitle)
    
public  voidsetRangeTitleFont(Font rangeTitleFont)
    
public  voidsetSeriesColor(int index, String field)
    
public  voidsetSeriesColor(String[] fields)
    
public  voidsetStacked(boolean stacked)
    
public  voidsetTitlePosition(RectangleEdge titlePosition)
    


Constructor Detail
XYChartExpression
public XYChartExpression()(Code)




Method Detail
addSubTitle
public void addSubTitle(String subTitle)(Code)



getBorderPaint
public Paint getBorderPaint()(Code)
Returns the borderPaint.



getChart
public JFreeChart getChart(Dataset dataset)(Code)



getChart
abstract public JFreeChart getChart(XYDataset xyDataset)(Code)



getDomainMaximum
public double getDomainMaximum()(Code)
Return the domain axis' maximum value double domain axis' maximum value



getDomainMinimum
public double getDomainMinimum()(Code)
Return the domain axis' minimum value double domain axis' minimum value



getDomainTickFont
public Font getDomainTickFont()(Code)
Return the java.awt.Font to be used to display the range axis tick labels Font The Font for the range axis tick labels



getDomainTickFormat
public NumberFormat getDomainTickFormat()(Code)
Returns the rangeTickFormat.



getDomainTitle
public String getDomainTitle()(Code)
Returns the domainTitle.



getDomainTitleFont
public Font getDomainTitleFont()(Code)
Returns the domainTitleFont.



getPlotBackgroundPaint
public Paint getPlotBackgroundPaint()(Code)



getRangeMaximum
public double getRangeMaximum()(Code)
Return the range axis' maximum value double Range axis' maximum value



getRangeMinimum
public double getRangeMinimum()(Code)
Return the range axis' minimum value double Range axis' minimum value



getRangeTickFont
public Font getRangeTickFont()(Code)
Return the java.awt.Font to be used to display the range axis tick labels Font The Font for the range axis tick labels



getRangeTickFormat
public NumberFormat getRangeTickFormat()(Code)
Returns the rangeTickFormat.



getRangeTitle
public String getRangeTitle()(Code)
Returns the rangeTitle.



getRangeTitleFont
public Font getRangeTitleFont()(Code)
Returns the rangeTitleFont.



getSeriesColor
public String getSeriesColor(int index)(Code)



getSeriesColor
public String[] getSeriesColor()(Code)



getSeriesColorCount
public int getSeriesColorCount()(Code)



getSubtitles
public List getSubtitles()(Code)
Returns the subTitles.



getTitlePosition
public RectangleEdge getTitlePosition()(Code)
Returns the titlePosition.



isBorderVisible
public boolean isBorderVisible()(Code)
Returns the borderVisible.



isDisplayLabels
public boolean isDisplayLabels()(Code)



isDomainIncludesZero
public boolean isDomainIncludesZero()(Code)
Returns the domainIncludeZero.



isDomainStickyZero
public boolean isDomainStickyZero()(Code)
Returns the domainStickyZero.



isDomainVerticalTickLabels
public boolean isDomainVerticalTickLabels()(Code)
Returns the verticalTickLabels.



isHorizontal
public boolean isHorizontal()(Code)



isRangeIncludesZero
public boolean isRangeIncludesZero()(Code)
Returns the rangeIncludeZero.



isRangeStickyZero
public boolean isRangeStickyZero()(Code)
Returns the rangeStickyZero.



isStacked
public boolean isStacked()(Code)
Returns the stacked.



setBorderPaint
public void setBorderPaint(Paint borderPaint)(Code)

Parameters:
  borderPaint - The borderPaint to set.



setBorderVisible
public void setBorderVisible(boolean borderVisible)(Code)

Parameters:
  borderVisible - The borderVisible to set.



setChartProperties
protected void setChartProperties(JFreeChart chart)(Code)



setDomainIncludesZero
public void setDomainIncludesZero(boolean domainIncludesZero)(Code)

Parameters:
  domainIncludesZero - The domainIncludesZero to set.



setDomainMaximum
public void setDomainMaximum(double domainMaximum)(Code)
double domainMaximumSet the maximum value of the domain axis.



setDomainMinimum
public void setDomainMinimum(double domainMinimum)(Code)
double domainMinimumSet the minimum value of the domain axis.



setDomainStickyZero
public void setDomainStickyZero(boolean domainStickyZero)(Code)

Parameters:
  domainStickyZero - The domainStickyZero to set.



setDomainTickFont
public void setDomainTickFont(Font domainTickFont)(Code)

Parameters:
  domainTickFont - The domainTickFont to set.



setDomainTickFormat
public void setDomainTickFormat(NumberFormat domainTickFormat)(Code)

Parameters:
  rangeTickFormat - The range tick number format to set.



setDomainTitle
public void setDomainTitle(String domainTitle)(Code)

Parameters:
  domainTitle - The domainTitle to set.



setDomainTitleFont
public void setDomainTitleFont(Font domainTitleFont)(Code)

Parameters:
  domainTitleFont - The domainTitleFont to set.



setDomainVerticalTickLabels
public void setDomainVerticalTickLabels(boolean domainVerticalTickLabels)(Code)

Parameters:
  domainVerticalTickLabels - The domainVerticalLabels to set.



setHorizontal
public void setHorizontal(boolean value)(Code)



setPlotBackgroundPaint
public void setPlotBackgroundPaint(Paint plotBackgroundPaint)(Code)



setRangeIncludesZero
public void setRangeIncludesZero(boolean rangeIncludesZero)(Code)

Parameters:
  domainIncludesZero - The domainIncludesZero to set.



setRangeMaximum
public void setRangeMaximum(double rangeMaximum)(Code)
double rangeMaximumSet the maximum value of the range axis.



setRangeMinimum
public void setRangeMinimum(double rangeMinimum)(Code)
double rangeMinimumSet the minimum value of the range axis.



setRangeStickyZero
public void setRangeStickyZero(boolean rangeStickyZero)(Code)

Parameters:
  rangeStickyZero - The rangeStickyZero to set.



setRangeTickFont
public void setRangeTickFont(Font rangeTickFont)(Code)

Parameters:
  rangeTitleFont - The rangeTitleFont to set.



setRangeTickFormat
public void setRangeTickFormat(NumberFormat rangeTickFormat)(Code)

Parameters:
  rangeTickFormat - The range tick number format to set.



setRangeTitle
public void setRangeTitle(String rangeTitle)(Code)

Parameters:
  rangeTitle - The rangeTitle to set.



setRangeTitleFont
public void setRangeTitleFont(Font rangeTitleFont)(Code)

Parameters:
  rangeTitleFont - The rangeTitleFont to set.



setSeriesColor
public void setSeriesColor(int index, String field)(Code)



setSeriesColor
public void setSeriesColor(String[] fields)(Code)



setStacked
public void setStacked(boolean stacked)(Code)

Parameters:
  stacked - The stacked to set.



setTitlePosition
public void setTitlePosition(RectangleEdge titlePosition)(Code)

Parameters:
  titlePosition - The titlePosition to set.



Fields inherited from org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression
final protected static Stroke EmptyStroke(Code)(Java Doc)

Methods inherited from org.pentaho.plugin.jfreereport.reportcharts.AbstractChartExpression
public String getBackgroundColor()(Code)(Java Doc)
public String getBackgroundImage()(Code)(Java Doc)
public String getBorderColor()(Code)(Java Doc)
abstract public JFreeChart getChart(Dataset dataset)(Code)(Java Doc)
public String getChartDirectory()(Code)(Java Doc)
public String getChartFile()(Code)(Java Doc)
public JFreeChart getChartFromCache(Object key)(Code)(Java Doc)
public int getChartHeight()(Code)(Java Doc)
public String getChartUrlMask()(Code)(Java Doc)
public int getChartWidth()(Code)(Java Doc)
protected Color getColorFromString(String colStr)(Code)(Java Doc)
public String getDataSource()(Code)(Java Doc)
public int getDependencyLevel()(Code)(Java Doc)
public Expression getInstance()(Code)(Java Doc)
public String getLabelFont()(Code)(Java Doc)
public String getLegendFont()(Code)(Java Doc)
public String getLegendLocation()(Code)(Java Doc)
public String getNoDataMessage()(Code)(Java Doc)
public String getPossibleExpressionStringValue(String lookupValue)(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public String getTitleFont()(Code)(Java Doc)
public Object getValue()(Code)(Java Doc)
protected Object getValue(JFreeChart chart)(Code)(Java Doc)
public boolean isAntiAlias()(Code)(Java Doc)
public boolean isChartSectionOutline()(Code)(Java Doc)
public boolean isDrawLegendBorder()(Code)(Java Doc)
public boolean isReturnFileNameOnly()(Code)(Java Doc)
public boolean isReturnImageReference()(Code)(Java Doc)
public boolean isShowBorder()(Code)(Java Doc)
public boolean isShowLegend()(Code)(Java Doc)
public boolean isThreeD()(Code)(Java Doc)
public boolean isUseDrawable()(Code)(Java Doc)
public void putChartInCache(JFreeChart chart, Object key)(Code)(Java Doc)
public void setAntiAlias(boolean value)(Code)(Java Doc)
public void setBackgroundColor(String value)(Code)(Java Doc)
public void setBackgroundImage(String value)(Code)(Java Doc)
public void setBorderColor(String value)(Code)(Java Doc)
public void setChartDirectory(String value)(Code)(Java Doc)
public void setChartFile(String value)(Code)(Java Doc)
public void setChartHeight(int value)(Code)(Java Doc)
protected void setChartProperties(JFreeChart chart)(Code)(Java Doc)
public void setChartSectionOutline(boolean value)(Code)(Java Doc)
public void setChartUrlMask(String value)(Code)(Java Doc)
public void setChartWidth(int value)(Code)(Java Doc)
public void setDataSource(String dataSource)(Code)(Java Doc)
public void setDependencyLevel(int ignored)(Code)(Java Doc)
public void setDrawLegendBorder(boolean value)(Code)(Java Doc)
public void setLabelFont(String value)(Code)(Java Doc)
public void setLegendFont(String value)(Code)(Java Doc)
public void setLegendLocation(String value)(Code)(Java Doc)
public void setNoDataMessage(String noDataMessage)(Code)(Java Doc)
public void setReturnFileNameOnly(boolean value)(Code)(Java Doc)
public void setReturnImageReference(boolean returnImageReference)(Code)(Java Doc)
public void setShowBorder(boolean value)(Code)(Java Doc)
public void setShowLegend(boolean value)(Code)(Java Doc)
public void setThreeD(boolean value)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)
public void setTitleFont(String value)(Code)(Java Doc)
public void setUseDrawable(boolean value)(Code)(Java Doc)
protected RectangleEdge translateEdge(String edge)(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.