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


java.lang.Object
   org.jfree.data.general.AbstractDataset
      org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset

DefaultBoxAndWhiskerCategoryDataset
public class DefaultBoxAndWhiskerCategoryDataset extends AbstractDataset implements BoxAndWhiskerCategoryDataset,RangeInfo(Code)
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.


Field Summary
protected  KeyedObjects2Ddata
     Storage for the data.

Constructor Summary
public  DefaultBoxAndWhiskerCategoryDataset()
     Creates a new dataset.

Method Summary
public  voidadd(List list, Comparable rowKey, Comparable columnKey)
     Adds a list of values relating to one box-and-whisker entity to the table.
public  voidadd(BoxAndWhiskerItem item, Comparable rowKey, Comparable columnKey)
     Adds a list of values relating to one Box and Whisker entity to the table.
public  booleanequals(Object obj)
     Tests this dataset for equality with an arbitrary object.
Parameters:
  obj - the object to test against (null permitted).
public  intgetColumnCount()
     Returns the number of columns in the table.
public  intgetColumnIndex(Comparable key)
     Returns the column index for a given key.
Parameters:
  key - the column key.
public  ComparablegetColumnKey(int column)
     Returns a column key.
Parameters:
  column - the column index (zero-based).
public  ListgetColumnKeys()
     Returns the column keys.
public  BoxAndWhiskerItemgetItem(int row, int column)
     Return an item from within the dataset.
Parameters:
  row - the row index.
Parameters:
  column - the column index.
public  NumbergetMaxOutlier(int row, int column)
     Returns the maximum outlier (non farout) value 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) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.
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 column key.
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 mean value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.
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) value 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) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.
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 column key.
public  ListgetOutliers(int row, int column)
     Returns a list of outlier values for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  ListgetOutliers(Comparable rowKey, Comparable columnKey)
     Returns a list of outlier values for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.
public  NumbergetQ1Value(int row, int column)
     Returns the first quartile value.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetQ1Value(Comparable rowKey, Comparable columnKey)
     Returns the first quartile value.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.
public  NumbergetQ3Value(int row, int column)
     Returns the third quartile value.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based).
public  NumbergetQ3Value(Comparable rowKey, Comparable columnKey)
     Returns the third quartile value.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.
public  RangegetRangeBounds(boolean includeInterval)
     Returns the range of the values in this dataset's range.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account.
public  doublegetRangeLowerBound(boolean includeInterval)
     Returns the minimum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account.
public  doublegetRangeUpperBound(boolean includeInterval)
     Returns the maximum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account.
public  intgetRowCount()
     Returns the number of rows in the table.
public  intgetRowIndex(Comparable key)
     Returns the row index for a given key.
Parameters:
  key - the row key.
public  ComparablegetRowKey(int row)
     Returns a row key.
Parameters:
  row - the row index (zero-based).
public  ListgetRowKeys()
     Returns the row keys.
public  NumbergetValue(int row, int column)
     Returns the value for an item.
Parameters:
  row - the row index.
Parameters:
  column - the column index.
public  NumbergetValue(Comparable rowKey, Comparable columnKey)
     Returns the value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the columnKey.

Field Detail
data
protected KeyedObjects2D data(Code)
Storage for the data.




Constructor Detail
DefaultBoxAndWhiskerCategoryDataset
public DefaultBoxAndWhiskerCategoryDataset()(Code)
Creates a new dataset.




Method Detail
add
public void add(List list, Comparable rowKey, Comparable columnKey)(Code)
Adds a list of values relating to one box-and-whisker entity to the table. The various median values are calculated.
Parameters:
  list - a collection of values from which the various medians will be calculated.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.



add
public void add(BoxAndWhiskerItem item, Comparable rowKey, Comparable columnKey)(Code)
Adds a list of values relating to one Box and Whisker entity to the table. The various median values are calculated.
Parameters:
  item - a box and whisker item (null not permitted).
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key.



equals
public boolean equals(Object obj)(Code)
Tests this dataset for equality with an arbitrary object.
Parameters:
  obj - the object to test against (null permitted). A boolean.



getColumnCount
public int getColumnCount()(Code)
Returns the number of columns in the table. The column count.



getColumnIndex
public int getColumnIndex(Comparable key)(Code)
Returns the column index for a given key.
Parameters:
  key - the column key. The column index.



getColumnKey
public Comparable getColumnKey(int column)(Code)
Returns a column key.
Parameters:
  column - the column index (zero-based). The column key.



getColumnKeys
public List getColumnKeys()(Code)
Returns the column keys. The keys.



getItem
public BoxAndWhiskerItem getItem(int row, int column)(Code)
Return an item from within the dataset.
Parameters:
  row - the row index.
Parameters:
  column - the column index. The item.



getMaxOutlier
public Number getMaxOutlier(int row, int column)(Code)
Returns the maximum outlier (non farout) value 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) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key. 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 column key. 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 mean value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key. The mean 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) value 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) value for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key. 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 column key. The minimum regular value.



getOutliers
public List getOutliers(int row, int column)(Code)
Returns a list of outlier values for an item.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). A list of outlier values.



getOutliers
public List getOutliers(Comparable rowKey, Comparable columnKey)(Code)
Returns a list of outlier values for an item.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key. A list of outlier values.



getQ1Value
public Number getQ1Value(int row, int column)(Code)
Returns the first quartile value.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The first quartile value.



getQ1Value
public Number getQ1Value(Comparable rowKey, Comparable columnKey)(Code)
Returns the first quartile value.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key. The first quartile value.



getQ3Value
public Number getQ3Value(int row, int column)(Code)
Returns the third quartile value.
Parameters:
  row - the row index (zero-based).
Parameters:
  column - the column index (zero-based). The third quartile value.



getQ3Value
public Number getQ3Value(Comparable rowKey, Comparable columnKey)(Code)
Returns the third quartile value.
Parameters:
  rowKey - the row key.
Parameters:
  columnKey - the column key. The third quartile value.



getRangeBounds
public Range getRangeBounds(boolean includeInterval)(Code)
Returns the range of the values in this dataset's range.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account. The range.



getRangeLowerBound
public double getRangeLowerBound(boolean includeInterval)(Code)
Returns the minimum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account. The minimum value.



getRangeUpperBound
public double getRangeUpperBound(boolean includeInterval)(Code)
Returns the maximum y-value in the dataset.
Parameters:
  includeInterval - a flag that determines whether or not they-interval is taken into account. The maximum value.



getRowCount
public int getRowCount()(Code)
Returns the number of rows in the table. The row count.



getRowIndex
public int getRowIndex(Comparable key)(Code)
Returns the row index for a given key.
Parameters:
  key - the row key. The row index.



getRowKey
public Comparable getRowKey(int row)(Code)
Returns a row key.
Parameters:
  row - the row index (zero-based). The row key.



getRowKeys
public List getRowKeys()(Code)
Returns the row keys. The keys.



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



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



Methods inherited from org.jfree.data.general.AbstractDataset
public void addChangeListener(DatasetChangeListener listener)(Code)(Java Doc)
public Object clone() throws CloneNotSupportedException(Code)(Java Doc)
protected void fireDatasetChanged()(Code)(Java Doc)
public DatasetGroup getGroup()(Code)(Java Doc)
public boolean hasListener(EventListener listener)(Code)(Java Doc)
protected void notifyListeners(DatasetChangeEvent event)(Code)(Java Doc)
public void removeChangeListener(DatasetChangeListener listener)(Code)(Java Doc)
public void setGroup(DatasetGroup group)(Code)(Java Doc)
public void validateObject() throws InvalidObjectException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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