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 TypeInterfaceDescriptioninterfaceKeyedValues<K extends Comparable<K>,T> A list of values that are associated with unique keys.interfacePieDataset3D<K extends Comparable<K>>The interface through which thePiePlot3Dclass obtains data for pie charts.Classes in org.jfree.chart3d.data that implement ValuesModifier and TypeClassDescriptionfinal classDefaultKeyedValues<K extends Comparable<K>,T> A list of(key, value)pairs.final classStandardPieDataset3D<K extends Comparable<K>>A dataset that can be used with aPiePlot3D.Methods in org.jfree.chart3d.data with parameters of type Values