JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Module
org.jfree.chart3d
Package org.jfree.chart3d.data.function
package
org.jfree.chart3d.data.function
Representation of functions in the form
y = f(x, z)
.
Related Packages
Package
Description
org.jfree.chart3d.data
Core data structures used as the building blocks for datasets in Orson Charts.
org.jfree.chart3d.data.category
Datasets that can be used by the
CategoryPlot3D
class.
org.jfree.chart3d.data.xyz
Datasets that can be used by the
XYZPlot
class.
All Classes and Interfaces
Interfaces
Classes
Class
Description
Function3D
Represents a function
y = f(x, z)
.
Function3DUtils
Utility methods related to
Function3D
.