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
void
addExplodedSlice
(
String
slice)
public
void
addExplodedSlices
(
List
nodes)
public
void
addSubTitle
(
String
subTitle)
public
void
addSubTitles
(
List
subTitleNodes)
public
Paint
getBorderPaint
()
public
Image
getChartBackgroundImage
()
public
Paint
getChartBackgroundPaint
()
public
List
getExplodedSlices
()
public
int
getHeight
()
public
double
getInteriorGap
()
public
Paint
getLabelBackgroundPaint
()
public
Font
getLabelFont
()
public
double
getLabelGap
()
public
Paint
getLabelPaint
()
public
Font
getLegendFont
()
public
static Log
getLogger
()
public
String
getNoDataMessage
()
public
Paint
[]
getPaintSequence
()
public
Image
getPlotBackgroundImage
()
public
Paint
getPlotBackgroundPaint
()
public
IPentahoSession
getSession
()
public
double
getStartAngle
()
public
List
getSubtitles
()
public
String
getTitle
()
public
Font
getTitleFont
()
public
RectangleEdge
getTitlePosition
()
public
int
getWidth
()
public
boolean
isBorderVisible
()
public
boolean
isDisplayLabels
()
public
boolean
isLegendBorderVisible
()
public
boolean
isLegendIncluded
()
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
setDisplayLabels
(Node threeDNode)
public
void
setDisplayLabels
(boolean displayLabels)
public
void
setHeight
(Node heightNode)
public
void
setHeight
(int height)
public
void
setInteriorGap
(double interiorGap)
public
void
setLabelBackgroundPaint
(
Paint
labelBackgroundPaint)
public
void
setLabelFont
(
Font
font)
public
void
setLabelGap
(Node labelGapNode)
public
void
setLabelGap
(double labelGap)
public
void
setLabelPaint
(
Paint
labelPaint)
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
setPaintSequence
(Node paletteNode)
public
void
setPaintSequence
(
Paint
[] paintSequence)
public
void
setPlotBackground
(Node plotBackgroundNode)
public
void
setPlotBackgroundImage
(
Image
plotBackgroundImage)
public
void
setPlotBackgroundImage
(Node plotBackgroundImageNode)
public
void
setPlotBackgroundPaint
(
Paint
plotBackgroundPaint)
public
void
setSession
(
IPentahoSession
session)
public
void
setStartAngle
(double startAngle)
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
setWidth
(Node widthNode)
public
void
setWidth
(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.