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

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

Introduction

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

The text is from its open source code.

Method

doublecalculateColumnTotal(Values2D data, int column)
Returns the total of the values in one column of the supplied data table.
doublecalculateRowTotal(Values2D data, int row)
Returns the total of the values in one row of the supplied data table.
double[][]clone(double[][] source)
Returns a clone of the specified array.
Number[][]createNumberArray2D(double[][] data)
Constructs an array of arrays of Number objects from a corresponding structure containing double primitives.
booleanequal(double[][] a, double[][] b)
Tests two arrays for equality.
KeyedValuesgetCumulativePercentages(KeyedValues data)
Returns a KeyedValues instance that contains the cumulative percentage values for the data in another KeyedValues instance.