Java Doc for BubbleChartExpression.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
      org.pentaho.plugin.jfreereport.reportcharts.BubbleChartExpression

BubbleChartExpression
public class BubbleChartExpression extends XYChartExpression (Code)



Constructor Summary
public  BubbleChartExpression()
    

Method Summary
public  StringgetBubbleLabelContent()
    
public  JFreeChartgetChart(XYDataset xyDataset)
    
public  doublegetMaxBubbleSize()
    
public  doublegetMaxZValue()
    
public  ObjectgetValue()
    
public  StringgetXFormat()
    
public  StringgetYFormat()
    
public  StringgetZFormat()
    
public  voidsetBubbleLableContent(String bubbleLabelContent)
    
Parameters:
  bubbleLabelContent - Definition of the bubble labels' content.
protected  voidsetChartProperties(JFreeChart chart)
    
public  voidsetMaxBubbleSize(double maxBubbleSize)
    
public  voidsetXFormat(String format)
    
Parameters:
  format - Definition of the bubble labels' x value number format.e.g.
public  voidsetYFormat(String format)
    
Parameters:
  format - Definition of the bubble labels' y value number format.e.g.
public  voidsetZFormat(String format)
    
Parameters:
  format - Definition of the bubble labels' z value number format.e.g.


Constructor Detail
BubbleChartExpression
public BubbleChartExpression()(Code)




Method Detail
getBubbleLabelContent
public String getBubbleLabelContent()(Code)



getChart
public JFreeChart getChart(XYDataset xyDataset)(Code)



getMaxBubbleSize
public double getMaxBubbleSize()(Code)



getMaxZValue
public double getMaxZValue()(Code)



getValue
public Object getValue()(Code)



getXFormat
public String getXFormat()(Code)



getYFormat
public String getYFormat()(Code)



getZFormat
public String getZFormat()(Code)



setBubbleLableContent
public void setBubbleLableContent(String bubbleLabelContent)(Code)

Parameters:
  bubbleLabelContent - Definition of the bubble labels' content. e.g. "{0}: ({1}, {2}, {3})"{0} = series name{1} = x value{2} = y value{3} = z value



setChartProperties
protected void setChartProperties(JFreeChart chart)(Code)



setMaxBubbleSize
public void setMaxBubbleSize(double maxBubbleSize)(Code)



setXFormat
public void setXFormat(String format)(Code)

Parameters:
  format - Definition of the bubble labels' x value number format.e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"



setYFormat
public void setYFormat(String format)(Code)

Parameters:
  format - Definition of the bubble labels' y value number format.e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"



setZFormat
public void setZFormat(String format)(Code)

Parameters:
  format - Definition of the bubble labels' z value number format.e.g. "#,##0.0#" or "#,##0.00 EUR" or "##0.00 %"



Methods inherited from org.pentaho.plugin.jfreereport.reportcharts.XYChartExpression
public void addSubTitle(String subTitle)(Code)(Java Doc)
public Paint getBorderPaint()(Code)(Java Doc)
public JFreeChart getChart(Dataset dataset)(Code)(Java Doc)
abstract public JFreeChart getChart(XYDataset xyDataset)(Code)(Java Doc)
public double getDomainMaximum()(Code)(Java Doc)
public double getDomainMinimum()(Code)(Java Doc)
public Font getDomainTickFont()(Code)(Java Doc)
public NumberFormat getDomainTickFormat()(Code)(Java Doc)
public String getDomainTitle()(Code)(Java Doc)
public Font getDomainTitleFont()(Code)(Java Doc)
public Paint getPlotBackgroundPaint()(Code)(Java Doc)
public double getRangeMaximum()(Code)(Java Doc)
public double getRangeMinimum()(Code)(Java Doc)
public Font getRangeTickFont()(Code)(Java Doc)
public NumberFormat getRangeTickFormat()(Code)(Java Doc)
public String getRangeTitle()(Code)(Java Doc)
public Font getRangeTitleFont()(Code)(Java Doc)
public String getSeriesColor(int index)(Code)(Java Doc)
public String[] getSeriesColor()(Code)(Java Doc)
public int getSeriesColorCount()(Code)(Java Doc)
public List getSubtitles()(Code)(Java Doc)
public RectangleEdge getTitlePosition()(Code)(Java Doc)
public boolean isBorderVisible()(Code)(Java Doc)
public boolean isDisplayLabels()(Code)(Java Doc)
public boolean isDomainIncludesZero()(Code)(Java Doc)
public boolean isDomainStickyZero()(Code)(Java Doc)
public boolean isDomainVerticalTickLabels()(Code)(Java Doc)
public boolean isHorizontal()(Code)(Java Doc)
public boolean isRangeIncludesZero()(Code)(Java Doc)
public boolean isRangeStickyZero()(Code)(Java Doc)
public boolean isStacked()(Code)(Java Doc)
public void setBorderPaint(Paint borderPaint)(Code)(Java Doc)
public void setBorderVisible(boolean borderVisible)(Code)(Java Doc)
protected void setChartProperties(JFreeChart chart)(Code)(Java Doc)
public void setDomainIncludesZero(boolean domainIncludesZero)(Code)(Java Doc)
public void setDomainMaximum(double domainMaximum)(Code)(Java Doc)
public void setDomainMinimum(double domainMinimum)(Code)(Java Doc)
public void setDomainStickyZero(boolean domainStickyZero)(Code)(Java Doc)
public void setDomainTickFont(Font domainTickFont)(Code)(Java Doc)
public void setDomainTickFormat(NumberFormat domainTickFormat)(Code)(Java Doc)
public void setDomainTitle(String domainTitle)(Code)(Java Doc)
public void setDomainTitleFont(Font domainTitleFont)(Code)(Java Doc)
public void setDomainVerticalTickLabels(boolean domainVerticalTickLabels)(Code)(Java Doc)
public void setHorizontal(boolean value)(Code)(Java Doc)
public void setPlotBackgroundPaint(Paint plotBackgroundPaint)(Code)(Java Doc)
public void setRangeIncludesZero(boolean rangeIncludesZero)(Code)(Java Doc)
public void setRangeMaximum(double rangeMaximum)(Code)(Java Doc)
public void setRangeMinimum(double rangeMinimum)(Code)(Java Doc)
public void setRangeStickyZero(boolean rangeStickyZero)(Code)(Java Doc)
public void setRangeTickFont(Font rangeTickFont)(Code)(Java Doc)
public void setRangeTickFormat(NumberFormat rangeTickFormat)(Code)(Java Doc)
public void setRangeTitle(String rangeTitle)(Code)(Java Doc)
public void setRangeTitleFont(Font rangeTitleFont)(Code)(Java Doc)
public void setSeriesColor(int index, String field)(Code)(Java Doc)
public void setSeriesColor(String[] fields)(Code)(Java Doc)
public void setStacked(boolean stacked)(Code)(Java Doc)
public void setTitlePosition(RectangleEdge titlePosition)(Code)(Java Doc)

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.