Java Doc for PieDatasetChartDefinition.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.PieDatasetChartDefinition

PieDatasetChartDefinition
public class PieDatasetChartDefinition extends DefaultPieDataset implements ChartDefinition(Code)



Constructor Summary
public  PieDatasetChartDefinition(IPentahoSession session)
    
public  PieDatasetChartDefinition(IPentahoResultSet data, boolean byRow, IPentahoSession session)
    
public  PieDatasetChartDefinition(IPentahoResultSet data, boolean byRow, Node chartAttributes, IPentahoSession session)
    

Method Summary
public  voidaddExplodedSlice(String slice)
    
public  voidaddExplodedSlices(List nodes)
    
public  voidaddSubTitle(String subTitle)
    
public  voidaddSubTitles(List subTitleNodes)
    
public  PaintgetBorderPaint()
    
public  ImagegetChartBackgroundImage()
    
public  PaintgetChartBackgroundPaint()
    
public  ListgetExplodedSlices()
    
public  intgetHeight()
    
public  doublegetInteriorGap()
    
public  PaintgetLabelBackgroundPaint()
    
public  FontgetLabelFont()
    
public  doublegetLabelGap()
    
public  PaintgetLabelPaint()
    
public  FontgetLegendFont()
    
public static  LoggetLogger()
    
public  StringgetNoDataMessage()
    
public  Paint[]getPaintSequence()
    
public  ImagegetPlotBackgroundImage()
    
public  PaintgetPlotBackgroundPaint()
    
public  IPentahoSessiongetSession()
    
public  doublegetStartAngle()
    
public  ListgetSubtitles()
    
public  StringgetTitle()
    
public  FontgetTitleFont()
    
public  RectangleEdgegetTitlePosition()
    
public  intgetWidth()
    
public  booleanisBorderVisible()
    
public  booleanisDisplayLabels()
    
public  booleanisLegendBorderVisible()
    
public  booleanisLegendIncluded()
    
public  booleanisThreeD()
    
public  voidsetBorderPaint(Paint borderPaint)
    
public  voidsetBorderVisible(Node borderVisibleNode)
    
public  voidsetBorderVisible(boolean borderVisible)
    
public  voidsetChartBackground(Node chartBackgroundNode)
    
public  voidsetChartBackgroundImage(Node chartBackgroundImageNode)
    
public  voidsetChartBackgroundImage(Image chartBackgroundImage)
    
public  voidsetChartBackgroundPaint(Paint chartBackgroundPaint)
    
public  voidsetDisplayLabels(Node threeDNode)
    
public  voidsetDisplayLabels(boolean displayLabels)
    
public  voidsetHeight(Node heightNode)
    
public  voidsetHeight(int height)
    
public  voidsetInteriorGap(double interiorGap)
    
public  voidsetLabelBackgroundPaint(Paint labelBackgroundPaint)
    
public  voidsetLabelFont(Font font)
    
public  voidsetLabelGap(Node labelGapNode)
    
public  voidsetLabelGap(double labelGap)
    
public  voidsetLabelPaint(Paint labelPaint)
    
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  voidsetPaintSequence(Node paletteNode)
    
public  voidsetPaintSequence(Paint[] paintSequence)
    
public  voidsetPlotBackground(Node plotBackgroundNode)
    
public  voidsetPlotBackgroundImage(Image plotBackgroundImage)
    
public  voidsetPlotBackgroundImage(Node plotBackgroundImageNode)
    
public  voidsetPlotBackgroundPaint(Paint plotBackgroundPaint)
    
public  voidsetSession(IPentahoSession session)
    
public  voidsetStartAngle(double startAngle)
    
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)
    


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



PieDatasetChartDefinition
public PieDatasetChartDefinition(IPentahoResultSet data, boolean byRow, IPentahoSession session)(Code)

Parameters:
  data -



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




Method Detail
addExplodedSlice
public void addExplodedSlice(String slice)(Code)



addExplodedSlices
public void addExplodedSlices(List nodes)(Code)



addSubTitle
public void addSubTitle(String subTitle)(Code)



addSubTitles
public void addSubTitles(List subTitleNodes)(Code)



getBorderPaint
public Paint getBorderPaint()(Code)



getChartBackgroundImage
public Image getChartBackgroundImage()(Code)



getChartBackgroundPaint
public Paint getChartBackgroundPaint()(Code)



getExplodedSlices
public List getExplodedSlices()(Code)



getHeight
public int getHeight()(Code)



getInteriorGap
public double getInteriorGap()(Code)



getLabelBackgroundPaint
public Paint getLabelBackgroundPaint()(Code)



getLabelFont
public Font getLabelFont()(Code)



getLabelGap
public double getLabelGap()(Code)



getLabelPaint
public Paint getLabelPaint()(Code)
Returns the labelPaint.



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



getLogger
public static Log getLogger()(Code)



getNoDataMessage
public String getNoDataMessage()(Code)



getPaintSequence
public Paint[] getPaintSequence()(Code)



getPlotBackgroundImage
public Image getPlotBackgroundImage()(Code)



getPlotBackgroundPaint
public Paint getPlotBackgroundPaint()(Code)



getSession
public IPentahoSession getSession()(Code)



getStartAngle
public double getStartAngle()(Code)



getSubtitles
public List getSubtitles()(Code)



getTitle
public String getTitle()(Code)



getTitleFont
public Font getTitleFont()(Code)



getTitlePosition
public RectangleEdge getTitlePosition()(Code)



getWidth
public int getWidth()(Code)



isBorderVisible
public boolean isBorderVisible()(Code)



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)



isThreeD
public boolean isThreeD()(Code)



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.



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.



setDisplayLabels
public void setDisplayLabels(Node threeDNode)(Code)



setDisplayLabels
public void setDisplayLabels(boolean displayLabels)(Code)



setHeight
public void setHeight(Node heightNode)(Code)



setHeight
public void setHeight(int height)(Code)

Parameters:
  height - The height to set.



setInteriorGap
public void setInteriorGap(double interiorGap)(Code)

Parameters:
  interiorGap - The interiorGap to set.



setLabelBackgroundPaint
public void setLabelBackgroundPaint(Paint labelBackgroundPaint)(Code)

Parameters:
  labelBackgroundPaint - The labelBackgroundPaint to set.



setLabelFont
public void setLabelFont(Font font)(Code)



setLabelGap
public void setLabelGap(Node labelGapNode)(Code)

Parameters:
  node - The labelGap to set.



setLabelGap
public void setLabelGap(double labelGap)(Code)



setLabelPaint
public void setLabelPaint(Paint labelPaint)(Code)

Parameters:
  labelPaint - The labelPaint 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.



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(Image plotBackgroundImage)(Code)

Parameters:
  plotBackgroundImage - The plotBackgroundImage to set.



setPlotBackgroundImage
public void setPlotBackgroundImage(Node plotBackgroundImageNode)(Code)



setPlotBackgroundPaint
public void setPlotBackgroundPaint(Paint plotBackgroundPaint)(Code)



setSession
public void setSession(IPentahoSession session)(Code)



setStartAngle
public void setStartAngle(double startAngle)(Code)

Parameters:
  startAngle - The startAngle 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.