Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jfree.data Classes and Interfaces - 192 results found.
NameDescriptionTypePackageFramework
AbstractDatasetAn abstract implementation of the Dataset interface, containing a mechanism for registering change listeners.Classorg.jfree.data.generalJFreeChart
AbstractIntervalXYDatasetAn base class that you can use to create new implementations of the IntervalXYDataset interface.Classorg.jfree.data.xyJFreeChart
AbstractSeriesDatasetAn abstract implementation of the SeriesDataset interface, containing a mechanism for registering change listeners.Classorg.jfree.data.generalJFreeChart
AbstractXYDatasetAn base class that you can use to create new implementations of the XYDataset interface.Classorg.jfree.data.xyJFreeChart
AbstractXYZDatasetAn base class that you can use to create new implementations of the XYZDataset interface.Classorg.jfree.data.xyJFreeChart
BoxAndWhiskerCalculatorA utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values.Classorg.jfree.data.statisticsJFreeChart
BoxAndWhiskerCategoryDatasetA category dataset that defines various medians, outliers and an average value for each item.Interfaceorg.jfree.data.statisticsJFreeChart
BoxAndWhiskerItemRepresents one data item within a box-and-whisker dataset.Classorg.jfree.data.statisticsJFreeChart
BoxAndWhiskerXYDatasetAn interface that defines data in the form of (x, max, min, average, median) Example: JFreeChart uses this interface to obtain data for AIMSInterfaceorg.jfree.data.statisticsJFreeChart
CategoryDatasetThe interface for a dataset with one or more series, and values associated The categories are represented by Comparable instance, with theInterfaceorg.jfree.data.categoryJFreeChart
CategoryDatasetHandlerA SAX handler for reading a CategoryDataset from an XML file.Classorg.jfree.data.xmlJFreeChart
CategoryRangeInfoAn interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.Interfaceorg.jfree.data.categoryJFreeChart
CategorySeriesHandlerA handler for reading a series for a category dataset.Classorg.jfree.data.xmlJFreeChart
CategoryTableXYDatasetAn implementation variant of the TableXYDataset where every series shares the same x-values (required for generating stacked area charts).Classorg.jfree.data.xyJFreeChart
CategoryToPieDatasetA PieDataset implementation that obtains its data from one row or column of a CategoryDataset.Classorg.jfree.data.categoryJFreeChart
CombinationDatasetInterface that describes the new methods that any combined dataset needs to implement.Interfaceorg.jfree.data.generalJFreeChart
CombinedDatasetThis class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the seriesClassorg.jfree.data.generalJFreeChart
ComparableObjectItemRepresents one (Comparable, Object) data item for use in a ComparableObjectSeries.Classorg.jfree.dataJFreeChart
ComparableObjectSeriesA (possibly ordered) list of (Comparable, Object) data items.Classorg.jfree.dataJFreeChart
ContourDatasetThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.Interfaceorg.jfree.data.contourJFreeChart
CSVA utility class for reading CategoryDataset data from a CSV file.Classorg.jfree.data.ioJFreeChart
DataPackageResourcesA resource bundle that stores all the items that might need localisation.Classorg.jfree.data.resourcesJFreeChart
DataPackageResources_deA resource bundle that stores all the items that might need localisation.Classorg.jfree.data.resourcesJFreeChart
DataPackageResources_esA resource bundle that stores all the items that might need localisation.Classorg.jfree.data.resourcesJFreeChart
DataPackageResources_frA resource bundle that stores all the items that might need localisation.Classorg.jfree.data.resourcesJFreeChart
DataPackageResources_plA resource bundle that stores all the items that might need localisation.Classorg.jfree.data.resourcesJFreeChart
DataPackageResources_ruA resource bundle that stores all the items that might need localisation.Classorg.jfree.data.resourcesJFreeChart
DatasetThe base interface for data sets.Interfaceorg.jfree.data.generalJFreeChart
DatasetChangeEventA change event that encapsulates information about a change to a dataset.Classorg.jfree.data.generalJFreeChart
DatasetChangeListenerThe interface that must be supported by classes that wish to receive notification of changes to a dataset.Interfaceorg.jfree.data.generalJFreeChart
DatasetGroupA class that is used to group datasets (currently not used for any specificSee Also:Serialized FormClassorg.jfree.data.generalJFreeChart
DatasetReaderA utility class for reading datasets from XML.Classorg.jfree.data.xmlJFreeChart
DatasetTagsConstants for the tags that identify the elements in the XML files.Interfaceorg.jfree.data.xmlJFreeChart
DatasetUtilitiesA collection of useful static methods relating to datasets.Classorg.jfree.data.generalJFreeChart
DataUtilitiesUtility methods for use with some of the data classes (but not the datasets, see DatasetUtilities).Classorg.jfree.dataJFreeChart
DateRangeA range specified in terms of two java.Classorg.jfree.data.timeJFreeChart
DayRepresents a single day in the range 1-Jan-1900 to 31-Dec-9999.Classorg.jfree.data.timeJFreeChart
DefaultBoxAndWhiskerCategoryDatasetA convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.Classorg.jfree.data.statisticsJFreeChart
DefaultBoxAndWhiskerXYDatasetA simple implementation of the BoxAndWhiskerXYDataset interface.Classorg.jfree.data.statisticsJFreeChart
DefaultCategoryDatasetA default implementation of the CategoryDataset interface.Classorg.jfree.data.categoryJFreeChart
DefaultContourDatasetA convenience class that provides a default implementation of the ContourDataset interface.Classorg.jfree.data.contourJFreeChart
DefaultHeatMapDatasetA default implementation of the HeatMapDataset interface.Classorg.jfree.data.generalJFreeChart
DefaultHighLowDatasetA simple implementation of the OHLCDataset interface.Classorg.jfree.data.xyJFreeChart
DefaultIntervalCategoryDatasetA convenience class that provides a default implementation of the IntervalCategoryDataset interface.Classorg.jfree.data.categoryJFreeChart
DefaultIntervalXYDatasetA dataset that defines a range (interval) for both the x-values and the y-values.Classorg.jfree.data.xyJFreeChart
DefaultKeyedValueA (key, value) pair.Classorg.jfree.dataJFreeChart
DefaultKeyedValueDatasetA default implementation of the KeyedValueDataset interface.Classorg.jfree.data.generalJFreeChart
DefaultKeyedValuesAn ordered list of (key, value) items.Classorg.jfree.dataJFreeChart
DefaultKeyedValues2DA data structure that stores zero, one or many values, where each value is associated with two keys (a 'row' key and a 'column' key).Classorg.jfree.dataJFreeChart
DefaultKeyedValues2DDatasetA default implementation of the KeyedValues2DDataset interface.Classorg.jfree.data.generalJFreeChart
DefaultKeyedValuesDatasetA default implementation of the KeyedValuesDataset interface.Classorg.jfree.data.generalJFreeChart
DefaultMultiValueCategoryDatasetA category dataset that defines multiple values for each item.Classorg.jfree.data.statisticsJFreeChart
DefaultOHLCDatasetA simple implementation of the OHLCDataset interface.Classorg.jfree.data.xyJFreeChart
DefaultPieDatasetA default implementation of the PieDataset interface.Classorg.jfree.data.generalJFreeChart
DefaultStatisticalCategoryDatasetA convenience class that provides a default implementation of the StatisticalCategoryDataset interface.Classorg.jfree.data.statisticsJFreeChart
DefaultTableXYDatasetAn XYDataset where every series shares the same x-values (required for generating stacked area charts).Classorg.jfree.data.xyJFreeChart
DefaultValueDatasetA dataset that stores a single value (that is possibly null).Classorg.jfree.data.generalJFreeChart
DefaultWindDatasetA default implementation of the WindDataset interface.Classorg.jfree.data.xyJFreeChart
DefaultXYDatasetA default implementation of the XYDataset interface that stores data values in arrays of double primitives.Classorg.jfree.data.xyJFreeChart
DefaultXYZDatasetA default implementation of the XYZDataset interface that stores data values in arrays of double primitives.Classorg.jfree.data.xyJFreeChart
DomainInfoAn interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.Interfaceorg.jfree.dataJFreeChart
DomainOrderUsed to indicate sorting order if any (ascending, descending or none).Classorg.jfree.dataJFreeChart
DynamicTimeSeriesCollection Like FastTimeSeriesCollection, this class is a functional replacement for JFreeChart's TimeSeriesCollection _and_ TimeSeries classes.Classorg.jfree.data.timeJFreeChart
FixedMillisecondWrapper for a java.Classorg.jfree.data.timeJFreeChart
Function2DA function of the form y = f(x).Interfaceorg.jfree.data.functionJFreeChart
GanttCategoryDatasetAn extension of the IntervalCategoryDataset interface that adds support for multiple sub-intervals.Interfaceorg.jfree.data.ganttJFreeChart
HeatMapDatasetA dataset that represents a rectangular grid of (x, y, z) values.Interfaceorg.jfree.data.generalJFreeChart
HeatMapUtilitiesA utility class for the HeatMapDataset.Classorg.jfree.data.generalJFreeChart
HistogramBinA bin for the HistogramDataset class.Classorg.jfree.data.statisticsJFreeChart
HistogramDatasetA dataset that can be used for creating histograms.Classorg.jfree.data.statisticsJFreeChart
HistogramTypeA class for creating constants to represent the histogram type.Classorg.jfree.data.statisticsJFreeChart
HourRepresents an hour in a specific day.Classorg.jfree.data.timeJFreeChart
IntervalCategoryDatasetA category dataset that defines a value range for each series/category java.Interfaceorg.jfree.data.categoryJFreeChart
IntervalXYDatasetAn extension of the XYDataset interface that allows an x-interval and a y-interval to be defined.Interfaceorg.jfree.data.xyJFreeChart
IntervalXYDelegateA delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.Classorg.jfree.data.xyJFreeChart
IntervalXYZDatasetAn extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.Interfaceorg.jfree.data.xyJFreeChart
ItemHandlerA handler for reading key-value items.Classorg.jfree.data.xmlJFreeChart
JDBCCategoryDatasetA CategoryDataset implementation over a database JDBC result set.Classorg.jfree.data.jdbcJFreeChart
JDBCPieDatasetA PieDataset that reads data from a database via JDBC.Classorg.jfree.data.jdbcJFreeChart
JDBCXYDatasetThis class provides an XYDataset implementation over a database JDBC result set.Classorg.jfree.data.jdbcJFreeChart
KeyedObjectA (key, object) pair.Classorg.jfree.dataJFreeChart
KeyedObjectsA collection of (key, object) pairs.Classorg.jfree.dataJFreeChart
KeyedObjects2DA data structure that stores zero, one or many objects, where each object is associated with two keys (a 'row' key and a 'column' key).Classorg.jfree.dataJFreeChart
KeyedValueA (key, value) pair.Interfaceorg.jfree.dataJFreeChart
KeyedValueComparatorA utility class that can compare and order two KeyedValue instances and sort them into ascending or descending order by key or by value.Classorg.jfree.dataJFreeChart
KeyedValueComparatorTypeUsed to indicate the type of a KeyedValueComparator : 'by key' orSee Also:Serialized FormClassorg.jfree.dataJFreeChart
KeyedValueDatasetA dataset containing a single value.Interfaceorg.jfree.data.generalJFreeChart
KeyedValuesAn ordered list of (key, value) items where the keys are unique andReturns the index for a given key.Interfaceorg.jfree.dataJFreeChart
KeyedValues2DAn extension of the Values2D interface where a unique key is associated with the row and column indices.Interfaceorg.jfree.dataJFreeChart
KeyedValues2DDatasetA dataset containing (key, value) data items.Interfaceorg.jfree.data.generalJFreeChart
KeyedValuesDatasetA dataset containing (key, value) data items.Interfaceorg.jfree.data.generalJFreeChart
KeyHandlerA SAX handler for reading a key.Classorg.jfree.data.xmlJFreeChart
KeyToGroupMapA class that maps keys (instances of Comparable) to groups.Classorg.jfree.dataJFreeChart
LineFunction2DA function in the form y = a + bx.Classorg.jfree.data.functionJFreeChart
MatrixSeriesRepresents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).Classorg.jfree.data.xyJFreeChart
MatrixSeriesCollectionRepresents a collection of MatrixSeries that can be used as aSee Also:MatrixSeries, Classorg.jfree.data.xyJFreeChart
MeanAndStandardDeviationA simple data structure that holds a mean value and a standard deviation value.Classorg.jfree.data.statisticsJFreeChart
MillisecondRepresents a millisecond.Classorg.jfree.data.timeJFreeChart
MinuteRepresents a minute.Classorg.jfree.data.timeJFreeChart
MonthRepresents a single month.Classorg.jfree.data.timeJFreeChart
MovingAverageA utility class for calculating moving averages of time series data.Classorg.jfree.data.timeJFreeChart
MultiValueCategoryDatasetA category dataset that defines multiple values for each item.Interfaceorg.jfree.data.statisticsJFreeChart
NonGridContourDatasetA convenience class that extends the DefaultContourDataset to accommodate non-grid data.Classorg.jfree.data.contourJFreeChart
NormalDistributionFunction2DA normal distribution function.Classorg.jfree.data.functionJFreeChart
NormalizedMatrixSeriesRepresents a dense normalized matrix M[i,j] where each Mij item of the matrix has a value (default is 0).Classorg.jfree.data.xyJFreeChart
OHLCA data record containing open-high-low-close data (immutable).Classorg.jfree.data.time.ohlcJFreeChart
OHLCDataItemRepresents a single (open-high-low-close) data item in an DefaultOHLCDataset.Classorg.jfree.data.xyJFreeChart
OHLCDatasetAn interface that defines data in the form of (x, high, low, open, close)Returns the y-value for the specified series and item.Interfaceorg.jfree.data.xyJFreeChart
OHLCItemAn item representing data in the form (time-period, open, high, low, Since:1.Classorg.jfree.data.time.ohlcJFreeChart
OHLCSeriesA list of (RegularTimePeriod, open, high, low, close) data items.Classorg.jfree.data.time.ohlcJFreeChart
OHLCSeriesCollectionA collection of OHLCSeries objects.Classorg.jfree.data.time.ohlcJFreeChart
PieDatasetA general purpose dataset where values are associated with keys.Interfaceorg.jfree.data.generalJFreeChart
PieDatasetHandlerA SAX handler for reading a PieDataset from an XML file.Classorg.jfree.data.xmlJFreeChart
PolynomialFunction2DA function in the form y = a0 + a1 * x + a2 * x^2 + .Classorg.jfree.data.functionJFreeChart
PowerFunction2DA function of the form y = a * x ^ b.Classorg.jfree.data.functionJFreeChart
QuarterDefines a quarter (in a given year).Classorg.jfree.data.timeJFreeChart
RangeRepresents an immutable range of values.Classorg.jfree.dataJFreeChart
RangeInfoAn interface (optional) that can be implemented by a dataset to assist in determining the minimum and maximum values.Interfaceorg.jfree.dataJFreeChart
RangeTypeUsed to indicate the type of range to display on an axis (full, positive orSee Also:Serialized FormClassorg.jfree.dataJFreeChart
RegressionA utility class for fitting regression curves to data.Classorg.jfree.data.statisticsJFreeChart
RegularTimePeriodAn abstract class representing a unit of time.Classorg.jfree.data.timeJFreeChart
RootHandlerA SAX handler that delegates work to sub-handlers.Classorg.jfree.data.xmlJFreeChart
SecondRepresents a second in a particular day.Classorg.jfree.data.timeJFreeChart
SeriesBase class representing a data series.Classorg.jfree.data.generalJFreeChart
SeriesChangeEventAn event with details of a change to a series.Classorg.jfree.data.generalJFreeChart
SeriesChangeListenerMethods for receiving notification of changes to a data series.Interfaceorg.jfree.data.generalJFreeChart
SeriesDatasetThe interface for a dataset consisting of one or many series of data.Interfaceorg.jfree.data.generalJFreeChart
SeriesExceptionA general purpose exception class for data series.Classorg.jfree.data.generalJFreeChart
SimpleHistogramBinA bin for the SimpleHistogramDataset.Classorg.jfree.data.statisticsJFreeChart
SimpleHistogramDatasetA dataset used for creating simple histograms with custom defined bins.Classorg.jfree.data.statisticsJFreeChart
SimpleTimePeriodAn arbitrary period of time, measured to millisecond precision using This class is intentionally immutable (that is, once constructed, you cannotClassorg.jfree.data.timeJFreeChart
SlidingCategoryDatasetA CategoryDataset implementation that presents a subset of the categories in an underlying dataset.Classorg.jfree.data.categoryJFreeChart
SlidingGanttCategoryDatasetA GanttCategoryDataset implementation that presents a subset of the categories in an underlying dataset.Classorg.jfree.data.ganttJFreeChart
StatisticalCategoryDatasetA category dataset that defines a mean and standard deviation value for java.Interfaceorg.jfree.data.statisticsJFreeChart
StatisticsA utility class that provides some common statistical functions.Classorg.jfree.data.statisticsJFreeChart
SubSeriesDatasetThis class will create a dataset with one or more series from anotherSee Also:Serialized FormClassorg.jfree.data.generalJFreeChart
TableXYDatasetA dataset containing one or more data series containing (x, y) data items, where all series in the dataset share the same set of x-values.Interfaceorg.jfree.data.xyJFreeChart
TaskA simple representation of a task.Classorg.jfree.data.ganttJFreeChart
TaskSeriesA series that contains zero, one or many Task objects.Classorg.jfree.data.ganttJFreeChart
TaskSeriesCollectionA collection of TaskSeries objects.Classorg.jfree.data.ganttJFreeChart
TimePeriodA period of time measured to millisecond precision using two instances ofReturns the end date/time.Interfaceorg.jfree.data.timeJFreeChart
TimePeriodAnchorUsed to indicate one of three positions in a time period: START, MIDDLE and END.Classorg.jfree.data.timeJFreeChart
TimePeriodFormatExceptionAn exception that indicates an invalid format in a string representing aSee Also:Serialized FormClassorg.jfree.data.timeJFreeChart
TimePeriodValueRepresents a time period and an associated value.Classorg.jfree.data.timeJFreeChart
TimePeriodValuesA structure containing zero, one or many TimePeriodValue instances.Classorg.jfree.data.timeJFreeChart
TimePeriodValuesCollectionA collection of TimePeriodValues objects.Classorg.jfree.data.timeJFreeChart
TimeSeriesRepresents a sequence of zero or more data items in the form (period, value) where 'period' is some instance of a subclass of RegularTimePeriod.Classorg.jfree.data.timeJFreeChart
TimeSeriesCollectionA collection of time series objects.Classorg.jfree.data.timeJFreeChart
TimeSeriesDataItemRepresents one data item in a time series.Classorg.jfree.data.timeJFreeChart
TimeSeriesTableModelWrapper around a time series to convert it to a table model for use inSee Also:Serialized FormClassorg.jfree.data.timeJFreeChart
TimeTableXYDatasetA dataset for regular time periods that implements the TableXYDataset interface.Classorg.jfree.data.timeJFreeChart
UnknownKeyExceptionAn exception that indicates an unknown key value.Classorg.jfree.dataJFreeChart
ValueA general purpose interface for accessing a value.Interfaceorg.jfree.dataJFreeChart
ValueDatasetAn interface for a dataset that returns a single value.Interfaceorg.jfree.data.generalJFreeChart
ValueHandlerA handler for reading a 'Value' element.Classorg.jfree.data.xmlJFreeChart
ValuesAn interface through which (single-dimension) data values can be accessed.Interfaceorg.jfree.dataJFreeChart
Values2DA general purpose interface that can be used to access a table of values.Interfaceorg.jfree.dataJFreeChart
VectorClassorg.jfree.data.xyJFreeChart
VectorDataItemA data item representing data in the form (x, y, deltaX, deltaY), intended for use by the VectorSeries class.Classorg.jfree.data.xyJFreeChart
VectorSeriesA list of (x,y, deltaX, deltaY) data items.Classorg.jfree.data.xyJFreeChart
VectorSeriesCollectionA collection of VectorSeries objects.Classorg.jfree.data.xyJFreeChart
VectorXYDatasetAn extension of the XYDataset interface that allows a vector to be defined at a specific (x, y) location.Interfaceorg.jfree.data.xyJFreeChart
WaferMapDatasetA dataset that can be used with the WaferMapPlotSee Also:Serialized FormClassorg.jfree.data.generalJFreeChart
WeekA calendar week.Classorg.jfree.data.timeJFreeChart
WindDatasetInterface for a dataset that supplies wind intensity and direction values observed at various points in time.Interfaceorg.jfree.data.xyJFreeChart
XIntervalDataItemAn item representing data in the form (x, x-low, x-high, y).Classorg.jfree.data.xyJFreeChart
XIntervalSeriesA list of (x, x-low, x-high, y) data items.Classorg.jfree.data.xyJFreeChart
XIntervalSeriesCollectionA collection of XIntervalSeries objects.Classorg.jfree.data.xyJFreeChart
XisSymbolicRepresent a data set where X is a symbolic values.Interfaceorg.jfree.data.xyJFreeChart
XYBarDatasetA dataset wrapper class that converts a standard XYDataset into an IntervalXYDataset suitable for use in creating XY bar charts.Classorg.jfree.data.xyJFreeChart
XYCoordinateRepresents an (x, y) coordinate.Classorg.jfree.data.xyJFreeChart
XYDataItemRepresents one (x, y) data item for an XYSeries.Classorg.jfree.data.xyJFreeChart
XYDatasetAn interface through which data in the form of (x, y) items can be accessed.Interfaceorg.jfree.data.xyJFreeChart
XYDatasetTableModelA READ-ONLY wrapper around a TableXYDataset to convert it to a table model for use in a JTable.Classorg.jfree.data.xyJFreeChart
XYDomainInfoAn interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum x-values in the dataset.Interfaceorg.jfree.data.xyJFreeChart
XYIntervalAn xy-interval.Classorg.jfree.data.xyJFreeChart
XYIntervalDataItemAn item representing data in the form (x, x-low, x-high, y, y-low, y-high).Classorg.jfree.data.xyJFreeChart
XYIntervalSeriesA list of (x, x-low, x-high, y, y-low, y-high) data items.Classorg.jfree.data.xyJFreeChart
XYIntervalSeriesCollectionA collection of XYIntervalSeries objects.Classorg.jfree.data.xyJFreeChart
XYRangeInfoAn interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.Interfaceorg.jfree.data.xyJFreeChart
XYSeriesRepresents a sequence of zero or more data items in the form (x, y).Classorg.jfree.data.xyJFreeChart
XYSeriesCollectionRepresents a collection of XYSeries objects that can be used as aSee Also:Serialized FormClassorg.jfree.data.xyJFreeChart
XYTaskDatasetA dataset implementation that wraps a TaskSeriesCollection and presents it as an IntervalXYDataset, allowing a set of tasks toClassorg.jfree.data.ganttJFreeChart
XYZDatasetThe interface through which JFreeChart obtains data in the form of (x, y, z) items - used for XY and XYZ plots.Interfaceorg.jfree.data.xyJFreeChart
YearRepresents a year in the range -9999 to 9999.Classorg.jfree.data.timeJFreeChart
YIntervalA y-interval.Classorg.jfree.data.xyJFreeChart
YIntervalDataItemAn item representing data in the form (x, y, y-low, y-high).Classorg.jfree.data.xyJFreeChart
YIntervalSeriesA list of (x, y, y-low, y-high) data items.Classorg.jfree.data.xyJFreeChart
YIntervalSeriesCollectionA collection of YIntervalSeries objects.Classorg.jfree.data.xyJFreeChart
YisSymbolicRepresent a data set where Y is a symbolic values.Interfaceorg.jfree.data.xyJFreeChart
YWithXIntervalA y-value plus the bounds for the related x-interval.Classorg.jfree.data.xyJFreeChart
LogHistogramDatasetA HistogramDataset that returns the log of the count in each bin (plus one), so as to have a logarithmic plot.Classorg.jfree.data.statisticsFiji