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

XYZSeriesCollectionChartDefinition
public class XYZSeriesCollectionChartDefinition extends DefaultXYZDataset implements ChartDefinition(Code)



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

Method Summary
public  voidaddSubTitle(String subTitle)
    
public  voidaddSubTitles(List subTitleNodes)
    
public  PaintgetBorderPaint()
    
public  StringgetBubbleLabelContent()
    
public  ImagegetChartBackgroundImage()
    
public  PaintgetChartBackgroundPaint()
    
public  intgetChartType()
    
public  doublegetDomainMaximum()
    
public  doublegetDomainMinimum()
    
public  FontgetDomainTickFont()
    
public  NumberFormatgetDomainTickFormat()
    
public  StringgetDomainTitle()
    
public  FontgetDomainTitleFont()
    
public  intgetDotHeight()
    
public  intgetDotWidth()
    
public  intgetHeight()
    
public  FontgetLegendFont()
    
public static  LoggetLogger()
    
public  doublegetMaxBubbleSize()
    
public  doublegetMaxZValue()
    
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  NumberFormatgetXFormat()
    
public  NumberFormatgetYFormat()
    
public  NumberFormatgetZFormat()
    
public  booleanisBorderVisible()
    
public  booleanisDisplayLabels()
    
public  booleanisDomainIncludesZero()
    
public  booleanisDomainStickyZero()
    
public  booleanisDomainVerticalTickLabels()
    
public  booleanisLegendBorderVisible()
    
public  booleanisLegendIncluded()
    
public  booleanisRangeIncludesZero()
    
public  booleanisRangeStickyZero()
    
public  booleanisStacked()
    
public  booleanisThreeD()
    
public  voidsetBorderPaint(Paint borderPaint)
    
public  voidsetBorderVisible(Node borderVisibleNode)
    
public  voidsetBorderVisible(boolean borderVisible)
    
public  voidsetBubbleLabelContent(Node bubbleLabelContentNode)
    
public  voidsetBubbleLabelContent(String bubblelabelContent)
    
Parameters:
  bubbleLabelContent - Definition of the bubble labels' content.
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  voidsetDomainIncludesZero(Node domainIncludesZeroNode)
    
public  voidsetDomainIncludesZero(boolean domainIncludesZero)
    
public  voidsetDomainMaximum(Node domainMaximumNode)
    
public  voidsetDomainMaximum(double domainMaximum)
    
public  voidsetDomainMinimum(Node domainMinimumNode)
    
public  voidsetDomainMinimum(double domainMinimum)
    
public  voidsetDomainStickyZero(Node domainStickyZeroNode)
    
public  voidsetDomainStickyZero(boolean domainStickyZero)
    
public  voidsetDomainTickFont(Font domainTickFont)
    
public  voidsetDomainTickFont(Node rangeTickFontNode)
    
public  voidsetDomainTickFormat(NumberFormat domainTickFormat)
    
public  voidsetDomainTickFormat(Node tickFormatFontNode)
    
public  voidsetDomainTitle(Node titleNode)
    
public  voidsetDomainTitle(String domainTitle)
    
public  voidsetDomainTitleFont(Node titleFontNode)
    
public  voidsetDomainTitleFont(Font domainTitleFont)
    
public  voidsetDomainVerticalTickLabels(Node domainVerticalTickLabelsNode)
    
public  voidsetDomainVerticalTickLabels(boolean domainVerticalTickLabels)
    
public  voidsetDotHeight(Node heightNode)
    
public  voidsetDotHeight(int height)
    
public  voidsetDotWidth(Node widthNode)
    
public  voidsetDotWidth(int width)
    
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  voidsetMaxBubbleSize(Node maxBubbleSizeNode)
    
public  voidsetMaxBubbleSize(double maxBubbleSize)
    
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  voidsetRangeIncludesZero(Node rangeIncludesZeroNode)
    
public  voidsetRangeIncludesZero(boolean rangeIncludesZero)
    
public  voidsetRangeMaximum(Node rangeMaximumNode)
    
public  voidsetRangeMaximum(double rangeMaximum)
    
public  voidsetRangeMinimum(Node rangeMinimumNode)
    
public  voidsetRangeMinimum(double rangeMinimum)
    
public  voidsetRangeStickyZero(boolean rangeStickyZero)
    
public  voidsetRangeStickyZero(Node rangeStickyZeroNode)
    
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)
    
public  voidsetXFormat(Node bubblelabelXFormat)
    
Parameters:
  bubbleLabelContent - Definition of the bubble labels' x value number format.e.g.
public  voidsetXFormat(NumberFormat format)
    
public  voidsetYFormat(Node bubblelabelYFormat)
    
Parameters:
  bubbleLabelContent - Definition of the bubble labels' y value number format.e.g.
public  voidsetYFormat(NumberFormat format)
    
public  voidsetZFormat(Node bubblelabelZFormat)
    
Parameters:
  bubbleLabelContent - Definition of the bubble labels' z value number format.e.g.
public  voidsetZFormat(NumberFormat format)
    


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



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



XYZSeriesCollectionChartDefinition
public XYZSeriesCollectionChartDefinition(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.



getBubbleLabelContent
public String getBubbleLabelContent()(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.



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.



getDotHeight
public int getDotHeight()(Code)
Returns the dot height.



getDotWidth
public int getDotWidth()(Code)
Returns the dot width.



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



getLogger
public static Log getLogger()(Code)



getMaxBubbleSize
public double getMaxBubbleSize()(Code)



getMaxZValue
public double getMaxZValue()(Code)
Returns the maximum Z Value.



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' 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.



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.



getXFormat
public NumberFormat getXFormat()(Code)



getYFormat
public NumberFormat getYFormat()(Code)



getZFormat
public NumberFormat getZFormat()(Code)



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.



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.



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



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



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.



setBubbleLabelContent
public void setBubbleLabelContent(Node bubbleLabelContentNode)(Code)



setBubbleLabelContent
public void setBubbleLabelContent(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



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.



setDomainIncludesZero
public void setDomainIncludesZero(Node domainIncludesZeroNode)(Code)



setDomainIncludesZero
public void setDomainIncludesZero(boolean domainIncludesZero)(Code)

Parameters:
  domainIncludesZero - The domainIncludesZero to set.



setDomainMaximum
public void setDomainMaximum(Node domainMaximumNode)(Code)



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



setDomainMinimum
public void setDomainMinimum(Node domainMinimumNode)(Code)



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



setDomainStickyZero
public void setDomainStickyZero(Node domainStickyZeroNode)(Code)



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.



setDomainTickFont
public void setDomainTickFont(Node rangeTickFontNode)(Code)



setDomainTickFormat
public void setDomainTickFormat(NumberFormat domainTickFormat)(Code)

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



setDomainTickFormat
public void setDomainTickFormat(Node tickFormatFontNode)(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.



setDomainVerticalTickLabels
public void setDomainVerticalTickLabels(Node domainVerticalTickLabelsNode)(Code)



setDomainVerticalTickLabels
public void setDomainVerticalTickLabels(boolean domainVerticalTickLabels)(Code)

Parameters:
  domainVerticalTickLabels - The domainVerticalLabels to set.



setDotHeight
public void setDotHeight(Node heightNode)(Code)



setDotHeight
public void setDotHeight(int height)(Code)

Parameters:
  height - The dot height to set.



setDotWidth
public void setDotWidth(Node widthNode)(Code)



setDotWidth
public void setDotWidth(int width)(Code)

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



setMaxBubbleSize
public void setMaxBubbleSize(Node maxBubbleSizeNode)(Code)



setMaxBubbleSize
public void setMaxBubbleSize(double maxBubbleSize)(Code)



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)



setRangeIncludesZero
public void setRangeIncludesZero(Node rangeIncludesZeroNode)(Code)



setRangeIncludesZero
public void setRangeIncludesZero(boolean rangeIncludesZero)(Code)

Parameters:
  domainIncludesZero - The domainIncludesZero to set.



setRangeMaximum
public void setRangeMaximum(Node rangeMaximumNode)(Code)



setRangeMaximum
public void setRangeMaximum(double rangeMaximum)(Code)
double rangeMaximumSet the maximum 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.



setRangeStickyZero
public void setRangeStickyZero(boolean rangeStickyZero)(Code)

Parameters:
  rangeStickyZero - The rangeStickyZero to set.



setRangeStickyZero
public void setRangeStickyZero(Node rangeStickyZeroNode)(Code)



setRangeTickFont
public void setRangeTickFont(Font rangeTickFont)(Code)

Parameters:
  rangeTitleFont - The rangeTitleFont to set.



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.



setXFormat
public void setXFormat(Node bubblelabelXFormat)(Code)

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



setXFormat
public void setXFormat(NumberFormat format)(Code)



setYFormat
public void setYFormat(Node bubblelabelYFormat)(Code)

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



setYFormat
public void setYFormat(NumberFormat format)(Code)



setZFormat
public void setZFormat(Node bubblelabelZFormat)(Code)

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



setZFormat
public void setZFormat(NumberFormat format)(Code)



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