Java Doc for BarLineChartExpression.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.CategoricalChartExpression
      org.pentaho.plugin.jfreereport.reportcharts.StackedCategoricalChartExpression
         org.pentaho.plugin.jfreereport.reportcharts.BarChartExpression
            org.pentaho.plugin.jfreereport.reportcharts.BarLineChartExpression

BarLineChartExpression
public class BarLineChartExpression extends BarChartExpression (Code)



Constructor Summary
public  BarLineChartExpression()
    

Method Summary
public  StringgetBarTicksLabelFormat()
    
public  StringgetBarsLabelFont()
    
public  StringgetBarsTickLabelFont()
    
public  StringgetCategoryTickLabelFont()
    
public  JFreeChartgetChart(CategoryDataset categoryDataset)
     This method is not useful for this particular subbclass, since we have multiple datasets...
public  StringgetLineSeriesColor(int index)
    
public  String[]getLineSeriesColor()
    
public  intgetLineSeriesColorCount()
    
public  StringgetLineStyle()
    
public  StringgetLineTicksLabelFormat()
    
public  floatgetLineWidth()
    
public  StringgetLinesDataSource()
    
public  StringgetLinesLabelFont()
    
public  StringgetLinesTickLabelFont()
    
public  StringgetSecondValueAxisLabel()
    
public  ObjectgetValue()
     getValue() is our opportunity to set up the chart with it's datasets, plot, axes, etc.
public  booleanisMarkersVisible()
    
public  voidsetBarTicksLabelFormat(String lineTicksLabelDateFormat)
    
public  voidsetBarsLabelFont(String barsLabelFont)
    
public  voidsetBarsTickLabelFont(String barsTickLabelFont)
    
public  voidsetCategoryTickLabelFont(String categoryTickLabelFont)
    
protected  voidsetChartProperties(JFreeChart chart)
     Set the relevant properties on the chart; those properties that have getter/setter methods should be set here, or in a parent class.
public  voidsetLineSeriesColor(int index, String field)
    
public  voidsetLineSeriesColor(String[] fields)
    
public  voidsetLineStyle(String value)
    
public  voidsetLineTicksLabelFormat(String lineTicksLabelFormat)
    
public  voidsetLineWidth(float value)
    
public  voidsetLinesDataSource(String linesDataSource)
    
public  voidsetLinesLabelFont(String linesLabelFont)
    
public  voidsetLinesTickLabelFont(String linesTickLabelFont)
    
public  voidsetMarkersVisible(boolean markersVisible)
    
public  voidsetSecondValueAxisLabel(String secondValueAxisLabel)
    


Constructor Detail
BarLineChartExpression
public BarLineChartExpression()(Code)




Method Detail
getBarTicksLabelFormat
public String getBarTicksLabelFormat()(Code)



getBarsLabelFont
public String getBarsLabelFont()(Code)



getBarsTickLabelFont
public String getBarsTickLabelFont()(Code)



getCategoryTickLabelFont
public String getCategoryTickLabelFont()(Code)



getChart
public JFreeChart getChart(CategoryDataset categoryDataset)(Code)
This method is not useful for this particular subbclass, since we have multiple datasets...



getLineSeriesColor
public String getLineSeriesColor(int index)(Code)



getLineSeriesColor
public String[] getLineSeriesColor()(Code)



getLineSeriesColorCount
public int getLineSeriesColorCount()(Code)



getLineStyle
public String getLineStyle()(Code)
returns the style set for the lines
See Also:   LINE_STYLE_SOLID_STR
See Also:   
See Also:   LINE_STYLE_DASH_STR
See Also:   LINE_STYLE_DOT_STR
See Also:   LINE_STYLE_DASHDOT_STR
See Also:   LINE_STYLE_DASHDOTDOT_STR



getLineTicksLabelFormat
public String getLineTicksLabelFormat()(Code)



getLineWidth
public float getLineWidth()(Code)
the width of all line seriesValid values are float numbers zero or greater



getLinesDataSource
public String getLinesDataSource()(Code)



getLinesLabelFont
public String getLinesLabelFont()(Code)



getLinesTickLabelFont
public String getLinesTickLabelFont()(Code)



getSecondValueAxisLabel
public String getSecondValueAxisLabel()(Code)



getValue
public Object getValue()(Code)
getValue() is our opportunity to set up the chart with it's datasets, plot, axes, etc.



isMarkersVisible
public boolean isMarkersVisible()(Code)
boolean whether the markers (data points) for all series are displayed



setBarTicksLabelFormat
public void setBarTicksLabelFormat(String lineTicksLabelDateFormat)(Code)



setBarsLabelFont
public void setBarsLabelFont(String barsLabelFont)(Code)



setBarsTickLabelFont
public void setBarsTickLabelFont(String barsTickLabelFont)(Code)



setCategoryTickLabelFont
public void setCategoryTickLabelFont(String categoryTickLabelFont)(Code)



setChartProperties
protected void setChartProperties(JFreeChart chart)(Code)
Set the relevant properties on the chart; those properties that have getter/setter methods should be set here, or in a parent class.



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



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



setLineStyle
public void setLineStyle(String value)(Code)

Parameters:
  value - set the style for all line series
See Also:   LINE_STYLE_SOLID_STR
See Also:   
See Also:   LINE_STYLE_DASH_STR
See Also:   LINE_STYLE_DOT_STR
See Also:   LINE_STYLE_DASHDOT_STR
See Also:   LINE_STYLE_DASHDOTDOT_STR



setLineTicksLabelFormat
public void setLineTicksLabelFormat(String lineTicksLabelFormat)(Code)



setLineWidth
public void setLineWidth(float value)(Code)

Parameters:
  lineWidth - set the width of all line seriesValid values are float numbers zero or greater



setLinesDataSource
public void setLinesDataSource(String linesDataSource)(Code)



setLinesLabelFont
public void setLinesLabelFont(String linesLabelFont)(Code)



setLinesTickLabelFont
public void setLinesTickLabelFont(String linesTickLabelFont)(Code)



setMarkersVisible
public void setMarkersVisible(boolean markersVisible)(Code)

Parameters:
  markersVisible - set whether the markers (data points) for all series should be displayed



setSecondValueAxisLabel
public void setSecondValueAxisLabel(String secondValueAxisLabel)(Code)



Methods inherited from org.pentaho.plugin.jfreereport.reportcharts.BarChartExpression
public JFreeChart getChart(CategoryDataset categoryDataset)(Code)(Java Doc)
public Double getMaxBarWidth()(Code)(Java Doc)
public boolean isDrawBarOutline()(Code)(Java Doc)
public boolean isStackedBarRenderPercentages()(Code)(Java Doc)
protected void setChartProperties(JFreeChart chart)(Code)(Java Doc)
public void setDrawBarOutline(boolean value)(Code)(Java Doc)
public void setMaxBarWidth(Double value)(Code)(Java Doc)
public void setStackedBarRenderPercentages(boolean value)(Code)(Java Doc)

Methods inherited from org.pentaho.plugin.jfreereport.reportcharts.StackedCategoricalChartExpression
public boolean isStacked()(Code)(Java Doc)
public void setStacked(boolean value)(Code)(Java Doc)

Methods inherited from org.pentaho.plugin.jfreereport.reportcharts.CategoricalChartExpression
public Double getCategoricalItemLabelRotation()(Code)(Java Doc)
public String getCategoricalLabelDateFormat()(Code)(Java Doc)
public String getCategoricalLabelDecimalFormat()(Code)(Java Doc)
public String getCategoricalLabelFormat()(Code)(Java Doc)
public String getCategoryAxisLabel()(Code)(Java Doc)
public JFreeChart getChart(Dataset dataset)(Code)(Java Doc)
abstract public JFreeChart getChart(CategoryDataset categoryDataset)(Code)(Java Doc)
public Double getLabelRotation()(Code)(Java Doc)
public Float getMaxCategoryLabelWidthRatio()(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 getSeriesColors()(Code)(Java Doc)
public String getValueAxisLabel()(Code)(Java Doc)
public boolean isHorizontal()(Code)(Java Doc)
public boolean isShowGridlines()(Code)(Java Doc)
public void setCategoricalItemLabelRotation(Double value)(Code)(Java Doc)
public void setCategoricalLabelDateFormat(String value)(Code)(Java Doc)
public void setCategoricalLabelDecimalFormat(String value)(Code)(Java Doc)
public void setCategoricalLabelFormat(String value)(Code)(Java Doc)
public void setCategoryAxisLabel(String categoryAxisLabel)(Code)(Java Doc)
protected void setChartProperties(JFreeChart chart)(Code)(Java Doc)
public void setHorizontal(boolean value)(Code)(Java Doc)
public void setLabelRotation(Double value)(Code)(Java Doc)
public void setMaxCategoryLabelWidthRatio(Float value)(Code)(Java Doc)
public void setSeriesColor(int index, String field)(Code)(Java Doc)
public void setSeriesColor(String[] fields)(Code)(Java Doc)
public void setShowGridlines(boolean value)(Code)(Java Doc)
public void setValueAxisLabel(String valueAxisLabel)(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.