Uses of Interface
org.jfree.chart3d.data.Values
Packages that use Values
Package
Description
Core data structures used as the building blocks for datasets in Orson
Charts.
-
Uses of Values in org.jfree.chart3d.data
Subinterfaces of Values in org.jfree.chart3d.dataModifier and TypeInterfaceDescriptioninterface
KeyedValues<K extends Comparable<K>,
T> A list of values that are associated with unique keys.interface
PieDataset3D<K extends Comparable<K>>
The interface through which thePiePlot3D
class obtains data for pie charts.Classes in org.jfree.chart3d.data that implement ValuesModifier and TypeClassDescriptionfinal class
DefaultKeyedValues<K extends Comparable<K>,
T> A list of(key, value)
pairs.final class
StandardPieDataset3D<K extends Comparable<K>>
A dataset that can be used with aPiePlot3D
.Methods in org.jfree.chart3d.data with parameters of type Values