Class DefaultBoxAndWhiskerCategoryDataset

java.lang.Object
org.jfree.data.general.AbstractDataset
org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
All Implemented Interfaces:
ObjectInputValidation, Serializable, Cloneable, PublicCloneable, CategoryDataset, Dataset, KeyedValues2D, RangeInfo, BoxAndWhiskerCategoryDataset, Values2D

public class DefaultBoxAndWhiskerCategoryDataset extends AbstractDataset implements BoxAndWhiskerCategoryDataset, RangeInfo, PublicCloneable
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.
See Also:
  • Field Details

    • data

      protected KeyedObjects2D data
      Storage for the data.
    • minimumRangeValue

      private double minimumRangeValue
      The minimum range value.
    • minimumRangeValueRow

      private int minimumRangeValueRow
      The row index for the cell that the minimum range value comes from.
    • minimumRangeValueColumn

      private int minimumRangeValueColumn
      The column index for the cell that the minimum range value comes from.
    • maximumRangeValue

      private double maximumRangeValue
      The maximum range value.
    • maximumRangeValueRow

      private int maximumRangeValueRow
      The row index for the cell that the maximum range value comes from.
    • maximumRangeValueColumn

      private int maximumRangeValueColumn
      The column index for the cell that the maximum range value comes from.
  • Constructor Details

    • DefaultBoxAndWhiskerCategoryDataset

      public DefaultBoxAndWhiskerCategoryDataset()
      Creates a new dataset.
  • Method Details