Frames | No Frames |
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. |
Methods with parameter type org.jfree.data.general.PieDataset | |
JFreeChart | ChartFactory.createPieChart(String title, PieDataset dataset, boolean legend, boolean tooltips, Locale locale) Creates a pie chart with default settings. |
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, Locale locale, boolean subTitle, boolean showDifference) Creates a pie chart with default settings that compares 2 datasets. |
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, Locale locale) Creates a 3D pie chart using the specified dataset. |
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, Locale locale) Creates a ring chart with default settings. |
JFreeChart | ChartFactory.createRingChart(String title, PieDataset dataset, boolean legend, boolean tooltips, boolean urls) Creates a ring chart with default settings. |
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. |
Classes implementing org.jfree.data.general.PieDataset | |
class | A PieDataset that reads data from a database via JDBC. |
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. |
Methods with return type org.jfree.data.general.PieDataset | |
PieDataset | Returns the dataset. |
PieDataset | DatasetReader.readPieDatasetFromXML(File file) Reads a PieDataset from an XML file. |
PieDataset | DatasetReader.readPieDatasetFromXML(InputStream in) Reads a PieDataset from a stream. |
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 dataset this entity refers to. |
Methods with return type org.jfree.data.general.PieDataset | |
PieDataset | Returns the dataset this entity refers to. |
Classes implementing org.jfree.data.general.PieDataset | |
class | A PieDataset implementation that obtains its data from one row or
column of a CategoryDataset . |
Methods with parameter type org.jfree.data.general.PieDataset | |
String | Generates a URL fragment. |
String | Generates a URL for one item in a PieDataset . |
String | Generates a URL. |