Uses of Interface
org.jfree.chart3d.data.Values2D
Packages that use Values2D
Package
Description
Core data structures used as the building blocks for datasets in Orson
Charts.
-
Uses of Values2D in org.jfree.chart3d.data
Subinterfaces of Values2D in org.jfree.chart3d.dataModifier and TypeInterfaceDescriptioninterface
KeyedValues2D<R extends Comparable<R>,
C extends Comparable<C>, T> A two dimensional grid of data values where each value is uniquely identified by two keys (therowKey
and thecolumnKey
).Classes in org.jfree.chart3d.data that implement Values2DModifier and TypeClassDescriptionfinal class
DefaultKeyedValues2D<R extends Comparable<R>,
C extends Comparable<C>, T> A two dimensional grid of (typically numerical) data that is accessible by row and column keys.