Java Doc for BoxAndWhiskerCategoryDataset.java in  » Chart » jfreechart » org » jfree » data » statistics » 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 » Chart » jfreechart » org.jfree.data.statistics 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jfree.data.statistics.BoxAndWhiskerCategoryDataset

All known Subclasses:   org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset,
BoxAndWhiskerCategoryDataset
public interface BoxAndWhiskerCategoryDataset extends CategoryDataset(Code)
A category dataset that defines various medians, outliers and an average value for each item.




Method Summary
public  NumbergetMaxOutlier(int row, int column)
     Returns the maximum outlier (non-farout) for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetMaxOutlier(Comparable rowKey, Comparable columnKey)
     Returns the maximum outlier (non-farout) for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.
public  NumbergetMaxRegularValue(int row, int column)
     Returns the maximum regular (non-outlier) value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetMaxRegularValue(Comparable rowKey, Comparable columnKey)
     Returns the maximum regular (non-outlier) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.
public  NumbergetMeanValue(int row, int column)
     Returns the mean value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetMeanValue(Comparable rowKey, Comparable columnKey)
     Returns the average value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.
public  NumbergetMedianValue(int row, int column)
     Returns the median value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetMedianValue(Comparable rowKey, Comparable columnKey)
     Returns the median value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.
public  NumbergetMinOutlier(int row, int column)
     Returns the minimum outlier (non-farout) for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetMinOutlier(Comparable rowKey, Comparable columnKey)
     Returns the minimum outlier (non-farout) for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.
public  NumbergetMinRegularValue(int row, int column)
     Returns the minimum regular (non-outlier) value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetMinRegularValue(Comparable rowKey, Comparable columnKey)
     Returns the minimum regular (non-outlier) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.
public  ListgetOutliers(int row, int column)
     Returns a list of outlier values for an item.
public  ListgetOutliers(Comparable rowKey, Comparable columnKey)
     Returns a list of outlier values for an item.
public  NumbergetQ1Value(int row, int column)
     Returns the q1median value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetQ1Value(Comparable rowKey, Comparable columnKey)
     Returns the q1median value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.
public  NumbergetQ3Value(int row, int column)
     Returns the q3median value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetQ3Value(Comparable rowKey, Comparable columnKey)
     Returns the q3median value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.



Method Detail
getMaxOutlier
public Number getMaxOutlier(int row, int column)(Code)
Returns the maximum outlier (non-farout) for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The maximum outlier.



getMaxOutlier
public Number getMaxOutlier(Comparable rowKey, Comparable columnKey)(Code)
Returns the maximum outlier (non-farout) for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The maximum outlier.



getMaxRegularValue
public Number getMaxRegularValue(int row, int column)(Code)
Returns the maximum regular (non-outlier) value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The maximum regular value.



getMaxRegularValue
public Number getMaxRegularValue(Comparable rowKey, Comparable columnKey)(Code)
Returns the maximum regular (non-outlier) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The maximum regular value.



getMeanValue
public Number getMeanValue(int row, int column)(Code)
Returns the mean value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The mean value.



getMeanValue
public Number getMeanValue(Comparable rowKey, Comparable columnKey)(Code)
Returns the average value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The average value.



getMedianValue
public Number getMedianValue(int row, int column)(Code)
Returns the median value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The median value.



getMedianValue
public Number getMedianValue(Comparable rowKey, Comparable columnKey)(Code)
Returns the median value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The median value.



getMinOutlier
public Number getMinOutlier(int row, int column)(Code)
Returns the minimum outlier (non-farout) for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The minimum outlier.



getMinOutlier
public Number getMinOutlier(Comparable rowKey, Comparable columnKey)(Code)
Returns the minimum outlier (non-farout) for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The minimum outlier.



getMinRegularValue
public Number getMinRegularValue(int row, int column)(Code)
Returns the minimum regular (non-outlier) value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The minimum regular value.



getMinRegularValue
public Number getMinRegularValue(Comparable rowKey, Comparable columnKey)(Code)
Returns the minimum regular (non-outlier) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The minimum regular value.



getOutliers
public List getOutliers(int row, int column)(Code)
Returns a list of outlier values for an item. The list may be empty, but should never be null.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). A list of outliers for an item.



getOutliers
public List getOutliers(Comparable rowKey, Comparable columnKey)(Code)
Returns a list of outlier values for an item. The list may be empty, but should never be null.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. A list of outlier values for an item.



getQ1Value
public Number getQ1Value(int row, int column)(Code)
Returns the q1median value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The q1median value.



getQ1Value
public Number getQ1Value(Comparable rowKey, Comparable columnKey)(Code)
Returns the q1median value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The q1median value.



getQ3Value
public Number getQ3Value(int row, int column)(Code)
Returns the q3median value for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The q3median value.



getQ3Value
public Number getQ3Value(Comparable rowKey, Comparable columnKey)(Code)
Returns the q3median value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey. The q3median value.



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