Java Doc for XYSeriesCollectionChartDefinition.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
.XYSeriesCollectionChartDefinition
XYSeriesCollectionChartDefinition
public
class XYSeriesCollectionChartDefinition extends XYSeriesCollection implements
XYChartDefinition
(Code)
Constructor Summary
public
XYSeriesCollectionChartDefinition
(
IPentahoSession
session)
public
XYSeriesCollectionChartDefinition
(int chartType, IPentahoResultSet data, boolean byRow,
IPentahoSession
session)
public
XYSeriesCollectionChartDefinition
(IPentahoResultSet data, boolean byRow, Node chartAttributes,
IPentahoSession
session)
Method Summary
public
void
addSubTitle
(
String
subTitle)
public
void
addSubTitles
(
List
subTitleNodes)
public
Paint
getBorderPaint
()
public
Image
getChartBackgroundImage
()
public
Paint
getChartBackgroundPaint
()
public
int
getChartType
()
public
static int
getChartType
(
String
typeStr)
public
double
getDomainMaximum
()
public
double
getDomainMinimum
()
public
Font
getDomainTickFont
()
public
NumberFormat
getDomainTickFormat
()
public
String
getDomainTitle
()
public
Font
getDomainTitleFont
()
public
int
getDotHeight
()
public
int
getDotWidth
()
public
int
getHeight
()
public
Font
getLegendFont
()
public
String
getLineStyle
()
public
float
getLineWidth
()
public
static Log
getLogger
()
public
String
getNoDataMessage
()
public
PlotOrientation
getOrientation
()
public
Paint
[]
getPaintSequence
()
public
Image
getPlotBackgroundImage
()
public
Paint
getPlotBackgroundPaint
()
public
double
getRangeMaximum
()
public
double
getRangeMinimum
()
public
Font
getRangeTickFont
()
public
NumberFormat
getRangeTickFormat
()
public
String
getRangeTitle
()
public
Font
getRangeTitleFont
()
public
IPentahoSession
getSession
()
public
List
getSubtitles
()
public
String
getTitle
()
public
Font
getTitleFont
()
public
RectangleEdge
getTitlePosition
()
public
String
getTooltipContent
()
public
String
getTooltipXFormat
()
public
String
getTooltipYFormat
()
public
int
getWidth
()
public
boolean
isBorderVisible
()
public
boolean
isDisplayLabels
()
public
boolean
isDomainIncludesZero
()
public
boolean
isDomainStickyZero
()
public
boolean
isDomainVerticalTickLabels
()
public
boolean
isLegendBorderVisible
()
public
boolean
isLegendIncluded
()
public
boolean
isMarkersVisible
()
public
boolean
isRangeIncludesZero
()
public
boolean
isRangeStickyZero
()
public
boolean
isStacked
()
public
boolean
isThreeD
()
public
void
setBorderPaint
(
Paint
borderPaint)
public
void
setBorderVisible
(Node borderVisibleNode)
public
void
setBorderVisible
(boolean borderVisible)
public
void
setChartBackground
(Node chartBackgroundNode)
public
void
setChartBackgroundImage
(Node chartBackgroundImageNode)
public
void
setChartBackgroundImage
(
Image
chartBackgroundImage)
public
void
setChartBackgroundPaint
(
Paint
chartBackgroundPaint)
public
void
setChartType
(Node chartTypeNode)
public
void
setChartType
(int chartType)
public
void
setDomainIncludesZero
(Node domainIncludesZeroNode)
public
void
setDomainIncludesZero
(boolean domainIncludesZero)
public
void
setDomainMaximum
(Node domainMaximumNode)
public
void
setDomainMaximum
(double domainMaximum)
public
void
setDomainMinimum
(Node domainMinimumNode)
public
void
setDomainMinimum
(double domainMinimum)
public
void
setDomainStickyZero
(Node domainStickyZeroNode)
public
void
setDomainStickyZero
(boolean domainStickyZero)
public
void
setDomainTickFont
(
Font
domainTickFont)
public
void
setDomainTickFont
(Node rangeTickFontNode)
public
void
setDomainTickFormat
(
NumberFormat
domainTickFormat)
public
void
setDomainTickFormat
(Node tickFormatFontNode)
public
void
setDomainTitle
(Node titleNode)
public
void
setDomainTitle
(
String
domainTitle)
public
void
setDomainTitleFont
(Node titleFontNode)
public
void
setDomainTitleFont
(
Font
domainTitleFont)
public
void
setDomainVerticalTickLabels
(Node domainVerticalTickLabelsNode)
public
void
setDomainVerticalTickLabels
(boolean domainVerticalTickLabels)
public
void
setDotHeight
(Node heightNode)
public
void
setDotHeight
(int height)
public
void
setDotWidth
(Node widthNode)
public
void
setDotWidth
(int width)
public
void
setHeight
(Node heightNode)
public
void
setHeight
(int height)
public
void
setLegendBorderVisible
(Node legendBorderVisibleNode)
public
void
setLegendBorderVisible
(boolean legendBorderVisible)
public
void
setLegendFont
(
Font
legendFont)
public
void
setLegendFont
(Node legendFontNode)
public
void
setLegendIncluded
(Node legendNode)
public
void
setLegendIncluded
(boolean legendIncluded)
public
void
setLineStyle
(
String
lineStyle)
public
void
setLineStyle
(Node lineStyleNode)
public
void
setLineWidth
(float lineWidth)
public
void
setLineWidth
(Node lineWidthNode)
public
void
setMarkersVisible
(boolean markersVisible)
public
void
setMarkersVisible
(Node markersVisibleNode)
public
void
setOrientation
(Node orientationNode)
public
void
setOrientation
(PlotOrientation orientation)
public
void
setPaintSequence
(Node paletteNode)
public
void
setPaintSequence
(
Paint
[] paintSequence)
public
void
setPlotBackground
(Node plotBackgroundNode)
public
void
setPlotBackgroundImage
(Node plotBackgroundImageNode)
public
void
setPlotBackgroundImage
(
Image
plotBackgroundImage)
public
void
setPlotBackgroundPaint
(
Paint
plotBackgroundPaint)
public
void
setRangeIncludesZero
(Node rangeIncludesZeroNode)
public
void
setRangeIncludesZero
(boolean rangeIncludesZero)
public
void
setRangeMaximum
(Node rangeMaximumNode)
public
void
setRangeMaximum
(double rangeMaximum)
public
void
setRangeMinimum
(Node rangeMinimumNode)
public
void
setRangeMinimum
(double rangeMinimum)
public
void
setRangeStickyZero
(Node rangeStickyZeroNode)
public
void
setRangeStickyZero
(boolean rangeStickyZero)
public
void
setRangeTickFont
(
Font
rangeTickFont)
public
void
setRangeTickFont
(Node rangeTickFontNode)
public
void
setRangeTickFormat
(
NumberFormat
rangeTickFormat)
public
void
setRangeTickFormat
(Node tickFormatFontNode)
public
void
setRangeTitle
(Node titleNode)
public
void
setRangeTitle
(
String
rangeTitle)
public
void
setRangeTitleFont
(Node titleFontNode)
public
void
setRangeTitleFont
(
Font
rangeTitleFont)
public
void
setSession
(
IPentahoSession
session)
public
void
setStacked
(Node stackedNode)
public
void
setStacked
(boolean stacked)
public
void
setThreeD
(Node threeDNode)
public
void
setThreeD
(boolean threeD)
public
void
setTitle
(Node chartTitleNode)
public
void
setTitle
(
String
title)
public
void
setTitleFont
(
Font
titleFont)
public
void
setTitleFont
(Node titleFontNode)
public
void
setTitlePosition
(Node titlePositionNode)
public
void
setTitlePosition
(RectangleEdge titlePosition)
public
void
setTooltipContent
(
String
tooltipContent)
public
void
setTooltipContent
(Node node)
public
void
setTooltipXFormat
(
String
tooltipXFormat)
public
void
setTooltipXFormat
(Node node)
public
void
setTooltipYFormat
(
String
tooltipYFormat)
public
void
setTooltipYFormat
(Node node)
public
void
setWidth
(Node widthNode)
public
void
setWidth
(int width)
Constructor Detail
XYSeriesCollectionChartDefinition
public
XYSeriesCollectionChartDefinition(
IPentahoSession
session)
(Code)
XYSeriesCollectionChartDefinition
public
XYSeriesCollectionChartDefinition(int chartType, IPentahoResultSet data, boolean byRow,
IPentahoSession
session)
(Code)
XYSeriesCollectionChartDefinition
public
XYSeriesCollectionChartDefinition(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.
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)
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
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)
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.
getTooltipContent
public
String
getTooltipContent()
(Code)
getTooltipXFormat
public
String
getTooltipXFormat()
(Code)
getTooltipYFormat
public
String
getTooltipYFormat()
(Code)
getWidth
public
int getWidth()
(Code)
Returns the width.
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.
isMarkersVisible
public
boolean isMarkersVisible()
(Code)
boolean whether the markers (data points) for all series are displayed
isRangeIncludesZero
public
boolean isRangeIncludesZero()
(Code)
Returns the domainIncludeZero.
isRangeStickyZero
public
boolean isRangeStickyZero()
(Code)
Returns the domainStickyZero.
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.
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.
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
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(Node rangeStickyZeroNode)
(Code)
setRangeStickyZero
public
void setRangeStickyZero(boolean rangeStickyZero)
(Code)
Parameters:
domainStickyZero - The domainStickyZero to set.
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.
setTooltipContent
public
void setTooltipContent(
String
tooltipContent)
(Code)
setTooltipContent
public
void setTooltipContent(Node node)
(Code)
setTooltipXFormat
public
void setTooltipXFormat(
String
tooltipXFormat)
(Code)
setTooltipXFormat
public
void setTooltipXFormat(Node node)
(Code)
setTooltipYFormat
public
void setTooltipYFormat(
String
tooltipYFormat)
(Code)
setTooltipYFormat
public
void setTooltipYFormat(Node node)
(Code)
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.