Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.data.category.junit.* (3)

org.jfree.data.category: Javadoc index of package org.jfree.data.category.


Package Samples:

org.jfree.data.category.junit: A package containing the CategoryDataset interface and related classes.  

Classes:

DefaultIntervalCategoryDataset: A convenience class that provides a default implementation of the IntervalCategoryDataset interface. The standard constructor accepts data in a two dimensional array where the first dimension is the series, and the second dimension is the category.
CategoryToPieDataset: A org.jfree.data.general.PieDataset implementation that obtains its data from one row or column of a CategoryDataset .
CategoryDataset: The interface for a dataset with one or more series, and values associated with categories. The categories are represented by Comparable instance, with the category label being provided by the toString method.
DataCategoryPackageTests: Some tests for the org.jfree.data.category package that can be run using JUnit. You can find more information about JUnit at http://www.junit.org .
DefaultCategoryDataset: A default implementation of the CategoryDataset interface.
DefaultCategoryDatasetTests: Tests for the org.jfree.data.category.DefaultCategoryDataset class.
KeyToGroupMapTests: Tests for the org.jfree.data.KeyToGroupMap class.
IntervalCategoryDataset: A category dataset that defines a value range for each series/category combination.

Home | Contact Us | Privacy Policy | Terms of Service