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

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

Introduction

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

The text is from its open source code.

Method

doublecalculatePieDatasetTotal(PieDataset dataset)
Calculates the total of all the values in a PieDataset .
PieDatasetcreateConsolidatedPieDataset(PieDataset source, Comparable key, double minimumPercent, int minItems)
Creates a new pie dataset based on the supplied dataset, but modified by aggregating all the low value items (those whose value is lower than the percentThreshold ) into a single item.
NumberfindMaximumRangeValue(CategoryDataset dataset)
Returns the maximum range value for the specified dataset.
NumberfindMaximumRangeValue(XYDataset dataset)
Returns the maximum range value for the specified dataset.