Uses of Interface org.jfree.data.general.PieDataset

Uses in package org.jfree.data.jdbc

Classes implementing org.jfree.data.general.PieDataset

class
A PieDataset that reads data from a database via JDBC.

Uses in package org.jfree.chart.entity

Constructors with parameter type org.jfree.data.general.PieDataset

PieSectionEntity.PieSectionEntity(Shape area, PieDataset dataset, int pieIndex, int sectionIndex, Comparable sectionKey, String toolTipText, String urlText)
Creates a new pie section entity.

Methods with parameter type org.jfree.data.general.PieDataset

void
Sets the datset this entity refers to.

Methods with return type org.jfree.data.general.PieDataset

PieDataset
Returns the datset this entity refers to.

Uses in package org.jfree.chart.labels

Methods with parameter type org.jfree.data.general.PieDataset

Object[]
Creates the array of items that can be passed to the MessageFormat class for creating labels.
AttributedString
Generates an attributed label for the specified series, or null if no attributed label is available (in which case, the string returned by generateSectionLabel(PieDataset,Comparable) will provide the fallback).
AttributedString
Generates an attributed label for the specified series, or null if no attributed label is available (in which case, the string returned by generateSectionLabel(PieDataset,Comparable) will provide the fallback).
String
Generates a label for a pie section.
String
Generates a label for a pie section.
String
Generates a label for a pie section.
String
Generates a tool tip text item for the specified item in the dataset.
String
Generates a tool tip text item for one section in a pie chart.

Uses in package org.jfree.data.category

Classes implementing org.jfree.data.general.PieDataset

class
A PieDataset implementation that obtains its data from one row or column of a CategoryDataset.

Uses in package org.jfree.data.xml

Methods with return type org.jfree.data.general.PieDataset

PieDataset
Returns the dataset.
PieDataset
Reads a PieDataset from an XML file.
PieDataset
Reads a PieDataset from a stream.

Uses in package org.jfree.chart.urls

Methods with parameter type org.jfree.data.general.PieDataset

String
CustomPieURLGenerator.generateURL(PieDataset dataset, Comparable key, int pieIndex)
Generates a URL.
String
PieURLGenerator.generateURL(PieDataset dataset, Comparable key, int pieIndex)
Generates a URL for one item in a PieDataset.
String
StandardPieURLGenerator.generateURL(PieDataset data, Comparable key, int pieIndex)
Generates a URL.

Uses in package org.jfree.chart

Methods with parameter type org.jfree.data.general.PieDataset

JFreeChart
ChartFactory.createPieChart(String title, PieDataset dataset, boolean legend, boolean tooltips, boolean urls)
Creates a pie chart with default settings.
JFreeChart
ChartFactory.createPieChart(String title, PieDataset dataset, PieDataset previousDataset, int percentDiffForMaxScale, boolean greenForIncrease, boolean legend, boolean tooltips, boolean urls, boolean subTitle, boolean showDifference)
Creates a pie chart with default settings that compares 2 datasets.
JFreeChart
ChartFactory.createPieChart3D(String title, PieDataset dataset, boolean legend, boolean tooltips, boolean urls)
Creates a 3D pie chart using the specified dataset.
JFreeChart
ChartFactory.createRingChart(String title, PieDataset dataset, boolean legend, boolean tooltips, boolean urls)
Creates a ring chart with default settings.

Uses in package org.jfree.chart.plot

Constructors with parameter type org.jfree.data.general.PieDataset

Creates a plot that will draw a pie chart for the specified dataset.
Creates a pie chart with a three dimensional effect using the specified dataset.
Creates a new plot for the specified dataset.

Methods with parameter type org.jfree.data.general.PieDataset

void
Sets the dataset and sends a DatasetChangeEvent to 'this'.

Methods with return type org.jfree.data.general.PieDataset

PieDataset
Returns the dataset.

Uses in package org.jfree.data.general

Classes implementing org.jfree.data.general.PieDataset

class
A default implementation of the KeyedValuesDataset interface.
class
A default implementation of the PieDataset interface.

Methods with parameter type org.jfree.data.general.PieDataset

double
Calculates the total of all the values in a PieDataset.
PieDataset
DatasetUtilities.createConsolidatedPieDataset(PieDataset source, Comparable key, double minimumPercent)
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 with the key "Other".
PieDataset
DatasetUtilities.createConsolidatedPieDataset(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.
boolean
Returns true if the dataset is empty (or null), and false otherwise.

Methods with return type org.jfree.data.general.PieDataset

PieDataset
DatasetUtilities.createConsolidatedPieDataset(PieDataset source, Comparable key, double minimumPercent)
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 with the key "Other".
PieDataset
DatasetUtilities.createConsolidatedPieDataset(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.
PieDataset
Creates a pie dataset from a table dataset by taking all the values for a single column.
PieDataset
Creates a pie dataset from a CategoryDataset by taking all the values for a single column.
PieDataset
Creates a pie dataset from a table dataset by taking all the values for a single row.
PieDataset
Creates a pie dataset from a table dataset by taking all the values for a single row.