org.gersteinlab.act
Class SaturationPlotsCreator.DefaultBoxAndWhiskerCategoryDatasetWithNoFarOuts

java.lang.Object
  extended by org.jfree.data.general.AbstractDataset
      extended by org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
          extended by org.gersteinlab.act.SaturationPlotsCreator.DefaultBoxAndWhiskerCategoryDatasetWithNoFarOuts
All Implemented Interfaces:
java.io.ObjectInputValidation, java.io.Serializable, java.lang.Cloneable, org.jfree.data.category.CategoryDataset, org.jfree.data.general.Dataset, org.jfree.data.KeyedValues2D, org.jfree.data.RangeInfo, org.jfree.data.statistics.BoxAndWhiskerCategoryDataset, org.jfree.data.Values2D, org.jfree.util.PublicCloneable
Enclosing class:
SaturationPlotsCreator

protected static class SaturationPlotsCreator.DefaultBoxAndWhiskerCategoryDatasetWithNoFarOuts
extends org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
data
 
Constructor Summary
protected SaturationPlotsCreator.DefaultBoxAndWhiskerCategoryDatasetWithNoFarOuts()
           
 
Method Summary
 java.lang.Number getMaxOutlier(java.lang.Comparable rowKey, java.lang.Comparable columnKey)
           
 java.lang.Number getMaxOutlier(int row, int column)
           
 java.lang.Number getMinOutlier(java.lang.Comparable rowKey, java.lang.Comparable columnKey)
           
 java.lang.Number getMinOutlier(int row, int column)
           
 
Methods inherited from class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
add, add, clear, clone, equals, getColumnCount, getColumnIndex, getColumnKey, getColumnKeys, getItem, getMaxRegularValue, getMaxRegularValue, getMeanValue, getMeanValue, getMedianValue, getMedianValue, getMinRegularValue, getMinRegularValue, getOutliers, getOutliers, getQ1Value, getQ1Value, getQ3Value, getQ3Value, getRangeBounds, getRangeLowerBound, getRangeUpperBound, getRowCount, getRowIndex, getRowKey, getRowKeys, getValue, getValue, remove, removeColumn, removeColumn, removeRow, removeRow
 
Methods inherited from class org.jfree.data.general.AbstractDataset
addChangeListener, fireDatasetChanged, getGroup, hasListener, notifyListeners, removeChangeListener, setGroup, validateObject
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jfree.data.general.Dataset
addChangeListener, getGroup, removeChangeListener, setGroup
 

Constructor Detail

SaturationPlotsCreator.DefaultBoxAndWhiskerCategoryDatasetWithNoFarOuts

protected SaturationPlotsCreator.DefaultBoxAndWhiskerCategoryDatasetWithNoFarOuts()
Method Detail

getMinOutlier

public java.lang.Number getMinOutlier(int row,
                                      int column)
Specified by:
getMinOutlier in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Overrides:
getMinOutlier in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset

getMinOutlier

public java.lang.Number getMinOutlier(java.lang.Comparable rowKey,
                                      java.lang.Comparable columnKey)
Specified by:
getMinOutlier in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Overrides:
getMinOutlier in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset

getMaxOutlier

public java.lang.Number getMaxOutlier(int row,
                                      int column)
Specified by:
getMaxOutlier in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Overrides:
getMaxOutlier in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset

getMaxOutlier

public java.lang.Number getMaxOutlier(java.lang.Comparable rowKey,
                                      java.lang.Comparable columnKey)
Specified by:
getMaxOutlier in interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Overrides:
getMaxOutlier in class org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset