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


org.pentaho.plugin.jfreechart.CategoryDatasetChartDefinition

All known Subclasses:   org.pentaho.plugin.jfreechart.BarLineChartDefinition,
CategoryDatasetChartDefinition
public class CategoryDatasetChartDefinition extends DefaultCategoryDataset implements ChartDefinition(Code)


Field Summary
protected  StringnoDataMessage
    

Constructor Summary
public  CategoryDatasetChartDefinition(IPentahoSession session)
    
public  CategoryDatasetChartDefinition(IPentahoSession session, Node chartAttributes)
    
public  CategoryDatasetChartDefinition(int chartType, IPentahoResultSet data, boolean byRow, IPentahoSession session)
    
public  CategoryDatasetChartDefinition(IPentahoResultSet data, boolean byRow, Node chartAttributes, IPentahoSession session)
    

Method Summary
public  voidaddSubTitle(String subTitle)
    
public  voidaddSubTitles(List subTitleNodes)
    
public  PaintgetBorderPaint()
    
public  CategoryLabelPositionsgetCategoryLabelPositions()
    
public  ImagegetChartBackgroundImage()
    
public  PaintgetChartBackgroundPaint()
    
public  intgetChartType()
    
public static  intgetChartType(String typeStr)
    
public  FontgetDomainTickFont()
    
public  StringgetDomainTitle()
    
public  FontgetDomainTitleFont()
    
public  intgetHeight()
    
public  FontgetLegendFont()
    
public  StringgetLineStyle()
    
public  floatgetLineWidth()
    
public static  LoggetLogger()
    
public  DoublegetMaxBarWidth()
    
public  StringgetNoDataMessage()
    
public  PlotOrientationgetOrientation()
    
public  Paint[]getPaintSequence()
    
public  ImagegetPlotBackgroundImage()
    
public  PaintgetPlotBackgroundPaint()
    
public  doublegetRangeMaximum()
    
public  doublegetRangeMinimum()
    
public  FontgetRangeTickFont()
    
public  NumberFormatgetRangeTickFormat()
    
public  StringgetRangeTitle()
    
public  FontgetRangeTitleFont()
    
public  IPentahoSessiongetSession()
    
public  ListgetSubtitles()
    
public  StringgetTitle()
    
public  FontgetTitleFont()
    
public  RectangleEdgegetTitlePosition()
    
public  intgetWidth()
    
public  booleanisBorderVisible()
    
public  booleanisDisplayLabels()
    
public  booleanisLegendBorderVisible()
    
public  booleanisLegendIncluded()
    
public  booleanisMarkersVisible()
    
public  booleanisStacked()
    
public  booleanisThreeD()
    
public  voidsetBorderPaint(Paint borderPaint)
    
public  voidsetBorderVisible(Node borderVisibleNode)
    
public  voidsetBorderVisible(boolean borderVisible)
    
public  voidsetCategoryLabelPositions(CategoryLabelPositions categoryLabelPositions)
    
public  voidsetCategoryLabelRotation(Node rotationDirection, Node rotationAngle)
    
public  voidsetChartBackground(Node chartBackgroundNode)
    
public  voidsetChartBackgroundImage(Node chartBackgroundImageNode)
    
public  voidsetChartBackgroundImage(Image chartBackgroundImage)
    
public  voidsetChartBackgroundPaint(Paint chartBackgroundPaint)
    
public  voidsetChartType(Node chartTypeNode)
    
public  voidsetChartType(int chartType)
    
public  voidsetDomainTickFont(Font domainTickFont)
    
public  voidsetDomainTickFont(Node rangeTickFontNode)
    
public  voidsetDomainTitle(Node titleNode)
    
public  voidsetDomainTitle(String domainTitle)
    
public  voidsetDomainTitleFont(Node titleFontNode)
    
public  voidsetDomainTitleFont(Font domainTitleFont)
    
public  voidsetHeight(Node heightNode)
    
public  voidsetHeight(int height)
    
public  voidsetLegendBorderVisible(Node legendBorderVisibleNode)
    
public  voidsetLegendBorderVisible(boolean legendBorderVisible)
    
public  voidsetLegendFont(Font legendFont)
    
public  voidsetLegendFont(Node legendFontNode)
    
public  voidsetLegendIncluded(Node legendNode)
    
public  voidsetLegendIncluded(boolean legendIncluded)
    
public  voidsetLineStyle(String lineStyle)
    
public  voidsetLineStyle(Node lineStyleNode)
    
public  voidsetLineWidth(float lineWidth)
    
public  voidsetLineWidth(Node lineWidthNode)
    
public  voidsetMarkersVisible(boolean markersVisible)
    
public  voidsetMarkersVisible(Node markersVisibleNode)
    
public  voidsetMaxBarWidth(Double maxBarWidth)
    
public  voidsetMaxBarWidth(Node maxBarWidthNode)
    
public  voidsetOrientation(Node orientationNode)
    
public  voidsetOrientation(PlotOrientation orientation)
    
public  voidsetPaintSequence(Node paletteNode)
    
public  voidsetPaintSequence(Paint[] paintSequence)
    
public  voidsetPlotBackground(Node plotBackgroundNode)
    
public  voidsetPlotBackgroundImage(Node plotBackgroundImageNode)
    
public  voidsetPlotBackgroundImage(Image plotBackgroundImage)
    
public  voidsetPlotBackgroundPaint(Paint plotBackgroundPaint)
    
public  voidsetRangeMaximum(Node rangeMaximumNode)
    
public  voidsetRangeMaximum(double rangeMaximum)
    
public  voidsetRangeMinimum(Node rangeMinimumNode)
    
public  voidsetRangeMinimum(double rangeMinimum)
    
public  voidsetRangeTickFont(Font rangeTickFont)
    
public  voidsetRangeTickFont(Node rangeTickFontNode)
    
public  voidsetRangeTickFormat(NumberFormat rangeTickFormat)
    
public  voidsetRangeTickFormat(Node tickFormatFontNode)
    
public  voidsetRangeTitle(Node titleNode)
    
public  voidsetRangeTitle(String rangeTitle)
    
public  voidsetRangeTitleFont(Node titleFontNode)
    
public  voidsetRangeTitleFont(Font rangeTitleFont)
    
public  voidsetSession(IPentahoSession session)
    
public  voidsetStacked(Node stackedNode)
    
public  voidsetStacked(boolean stacked)
    
public  voidsetThreeD(Node threeDNode)
    
public  voidsetThreeD(boolean threeD)
    
public  voidsetTitle(Node chartTitleNode)
    
public  voidsetTitle(String title)
    
public  voidsetTitleFont(Font titleFont)
    
public  voidsetTitleFont(Node titleFontNode)
    
public  voidsetTitlePosition(Node titlePositionNode)
    
public  voidsetTitlePosition(RectangleEdge titlePosition)
    
public  voidsetWidth(Node widthNode)
    
public  voidsetWidth(int width)
    

Field Detail
noDataMessage
protected String noDataMessage(Code)




Constructor Detail
CategoryDatasetChartDefinition
public CategoryDatasetChartDefinition(IPentahoSession session)(Code)



CategoryDatasetChartDefinition
public CategoryDatasetChartDefinition(IPentahoSession session, Node chartAttributes)(Code)



CategoryDatasetChartDefinition
public CategoryDatasetChartDefinition(int chartType, IPentahoResultSet data, boolean byRow, IPentahoSession session)(Code)



CategoryDatasetChartDefinition
public CategoryDatasetChartDefinition(IPentahoResultSet data, boolean byRow, Node chartAttributes, IPentahoSession session)(Code)




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



addSubTitles
public void addSubTitles(List subTitleNodes)(Code)



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



getCategoryLabelPositions
public CategoryLabelPositions getCategoryLabelPositions()(Code)



getChartBackgroundImage
public Image getChartBackgroundImage()(Code)
Returns the chartBackgroundImage.



getChartBackgroundPaint
public Paint getChartBackgroundPaint()(Code)
Returns the backgroundPaint.



getChartType
public int getChartType()(Code)
Returns the chartType.



getChartType
public static int getChartType(String typeStr)(Code)

Parameters:
  typeStr -



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



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



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



getHeight
public int getHeight()(Code)
Returns the height.



getLegendFont
public Font getLegendFont()(Code)
Return the java.awt.Font to be used to display the legend items Font The font for the legend items



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



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



getLogger
public static Log getLogger()(Code)



getMaxBarWidth
public Double getMaxBarWidth()(Code)
the max width of all bar seriesValid values are double numbers zero or greater



getNoDataMessage
public String getNoDataMessage()(Code)



getOrientation
public PlotOrientation getOrientation()(Code)
Returns the orientation.



getPaintSequence
public Paint[] getPaintSequence()(Code)
Returns the paintSequence.



getPlotBackgroundImage
public Image getPlotBackgroundImage()(Code)
Returns the plotBackgroundImage.



getPlotBackgroundPaint
public Paint getPlotBackgroundPaint()(Code)



getRangeMaximum
public double getRangeMaximum()(Code)
Return the range axis' minimum value double Range axis' minimum 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.



getSession
public IPentahoSession getSession()(Code)



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



getTitle
public String getTitle()(Code)
Returns the title.



getTitleFont
public Font getTitleFont()(Code)
Return the java.awt.Font to be used to display the dial title Font The Font for the title of this Pie



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



getWidth
public int getWidth()(Code)
Returns the width.



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



isDisplayLabels
public boolean isDisplayLabels()(Code)



isLegendBorderVisible
public boolean isLegendBorderVisible()(Code)
Return the boolen that states if the legend border is visible boolean Is the legend border visible



isLegendIncluded
public boolean isLegendIncluded()(Code)
Returns the legendIncluded.



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



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



isThreeD
public boolean isThreeD()(Code)
Returns the threeD.



setBorderPaint
public void setBorderPaint(Paint borderPaint)(Code)

Parameters:
  borderPaint - The borderPaint to set.



setBorderVisible
public void setBorderVisible(Node borderVisibleNode)(Code)



setBorderVisible
public void setBorderVisible(boolean borderVisible)(Code)

Parameters:
  borderVisible - The borderVisible to set.



setCategoryLabelPositions
public void setCategoryLabelPositions(CategoryLabelPositions categoryLabelPositions)(Code)

Parameters:
  categoryLabelPositions - The categoryLabelPositions to set.



setCategoryLabelRotation
public void setCategoryLabelRotation(Node rotationDirection, Node rotationAngle)(Code)



setChartBackground
public void setChartBackground(Node chartBackgroundNode)(Code)



setChartBackgroundImage
public void setChartBackgroundImage(Node chartBackgroundImageNode)(Code)



setChartBackgroundImage
public void setChartBackgroundImage(Image chartBackgroundImage)(Code)

Parameters:
  chartBackgroundImage - The chartBackgroundImage to set.



setChartBackgroundPaint
public void setChartBackgroundPaint(Paint chartBackgroundPaint)(Code)

Parameters:
  backgroundPaint - The backgroundPaint to set.



setChartType
public void setChartType(Node chartTypeNode)(Code)



setChartType
public void setChartType(int chartType)(Code)

Parameters:
  chartType - The chartType to set.



setDomainTickFont
public void setDomainTickFont(Font domainTickFont)(Code)



setDomainTickFont
public void setDomainTickFont(Node rangeTickFontNode)(Code)



setDomainTitle
public void setDomainTitle(Node titleNode)(Code)



setDomainTitle
public void setDomainTitle(String domainTitle)(Code)

Parameters:
  domainTitle - The domainTitle to set.



setDomainTitleFont
public void setDomainTitleFont(Node titleFontNode)(Code)



setDomainTitleFont
public void setDomainTitleFont(Font domainTitleFont)(Code)

Parameters:
  domainTitleFont - The domainTitleFont to set.



setHeight
public void setHeight(Node heightNode)(Code)



setHeight
public void setHeight(int height)(Code)

Parameters:
  height - The height to set.



setLegendBorderVisible
public void setLegendBorderVisible(Node legendBorderVisibleNode)(Code)



setLegendBorderVisible
public void setLegendBorderVisible(boolean legendBorderVisible)(Code)
boolean legendBorderVisibleSet the visibility of the legend border.



setLegendFont
public void setLegendFont(Font legendFont)(Code)
Set java.awt.Font to be used to display the legend items
Parameters:
  Font - The java.awt.Font for the legend items



setLegendFont
public void setLegendFont(Node legendFontNode)(Code)



setLegendIncluded
public void setLegendIncluded(Node legendNode)(Code)



setLegendIncluded
public void setLegendIncluded(boolean legendIncluded)(Code)

Parameters:
  legendIncluded - The legendIncluded to set.



setLineStyle
public void setLineStyle(String lineStyle)(Code)

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



setLineStyle
public void setLineStyle(Node lineStyleNode)(Code)

Parameters:
  lineStyleNode - set the style from an XML node



setLineWidth
public void setLineWidth(float lineWidth)(Code)

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



setLineWidth
public void setLineWidth(Node lineWidthNode)(Code)

Parameters:
  lineWidthNode - set the line width from an XML node



setMarkersVisible
public void setMarkersVisible(boolean markersVisible)(Code)

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



setMarkersVisible
public void setMarkersVisible(Node markersVisibleNode)(Code)

Parameters:
  markersVisibleNode - set the markers visibility from an XML node



setMaxBarWidth
public void setMaxBarWidth(Double maxBarWidth)(Code)

Parameters:
  maxBarWidth - set the width of all bar seriesValid values are double numbers zero or greater



setMaxBarWidth
public void setMaxBarWidth(Node maxBarWidthNode)(Code)

Parameters:
  maxBarWidthNode - set the maxBarWidth width from an XML node



setOrientation
public void setOrientation(Node orientationNode)(Code)



setOrientation
public void setOrientation(PlotOrientation orientation)(Code)

Parameters:
  orientation - The orientation to set.



setPaintSequence
public void setPaintSequence(Node paletteNode)(Code)



setPaintSequence
public void setPaintSequence(Paint[] paintSequence)(Code)

Parameters:
  paintSequence - The paintSequence to set.



setPlotBackground
public void setPlotBackground(Node plotBackgroundNode)(Code)



setPlotBackgroundImage
public void setPlotBackgroundImage(Node plotBackgroundImageNode)(Code)



setPlotBackgroundImage
public void setPlotBackgroundImage(Image plotBackgroundImage)(Code)

Parameters:
  plotBackgroundImage - The plotBackgroundImage to set.



setPlotBackgroundPaint
public void setPlotBackgroundPaint(Paint plotBackgroundPaint)(Code)



setRangeMaximum
public void setRangeMaximum(Node rangeMaximumNode)(Code)



setRangeMaximum
public void setRangeMaximum(double rangeMaximum)(Code)
double rangeMinimumSet the minimum value of the range axis.



setRangeMinimum
public void setRangeMinimum(Node rangeMinimumNode)(Code)



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



setRangeTickFont
public void setRangeTickFont(Font rangeTickFont)(Code)



setRangeTickFont
public void setRangeTickFont(Node rangeTickFontNode)(Code)



setRangeTickFormat
public void setRangeTickFormat(NumberFormat rangeTickFormat)(Code)

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



setRangeTickFormat
public void setRangeTickFormat(Node tickFormatFontNode)(Code)



setRangeTitle
public void setRangeTitle(Node titleNode)(Code)



setRangeTitle
public void setRangeTitle(String rangeTitle)(Code)

Parameters:
  rangeTitle - The rangeTitle to set.



setRangeTitleFont
public void setRangeTitleFont(Node titleFontNode)(Code)



setRangeTitleFont
public void setRangeTitleFont(Font rangeTitleFont)(Code)

Parameters:
  rangeTitleFont - The rangeTitleFont to set.



setSession
public void setSession(IPentahoSession session)(Code)



setStacked
public void setStacked(Node stackedNode)(Code)



setStacked
public void setStacked(boolean stacked)(Code)

Parameters:
  stacked - The stacked to set.



setThreeD
public void setThreeD(Node threeDNode)(Code)



setThreeD
public void setThreeD(boolean threeD)(Code)

Parameters:
  threeD - The threeD to set.



setTitle
public void setTitle(Node chartTitleNode)(Code)



setTitle
public void setTitle(String title)(Code)

Parameters:
  title - The title to set.



setTitleFont
public void setTitleFont(Font titleFont)(Code)



setTitleFont
public void setTitleFont(Node titleFontNode)(Code)



setTitlePosition
public void setTitlePosition(Node titlePositionNode)(Code)



setTitlePosition
public void setTitlePosition(RectangleEdge titlePosition)(Code)

Parameters:
  titlePosition - The titlePosition to set.



setWidth
public void setWidth(Node widthNode)(Code)



setWidth
public void setWidth(int width)(Code)

Parameters:
  width - The width to set.



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