Java org.jfree.data DatasetUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data DatasetUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data DatasetUtilities.

The text is from its open source code.

Method

CategoryDatasetcreateCategoryDataset(final String rowKeyPrefix, final String columnKeyPrefix, final double[][] data)
Creates a CategoryDataset that contains a copy of the data in an array (instances of Double are created to represent the data items).
CategoryDatasetcreateCategoryDataset(final String rowKeyPrefix, final String columnKeyPrefix, final Number[][] data)
Creates a CategoryDataset that contains a copy of the data in an array.
CategoryDatasetcreateCategoryDataset(final String[] rowKeys, final String[] columnKeys, final double[][] data)
Creates a CategoryDataset that contains a copy of the data in an array (instances of Double are created to represent the data items).
PieDatasetcreatePieDatasetForRow(final CategoryDataset data, final Comparable rowKey)
Creates a pie dataset from a table dataset by taking all the values for a single row.
PieDatasetcreatePieDatasetForRow(final CategoryDataset data, final int row)
Creates a pie dataset from a table dataset by taking all the values for a single row.