Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

X

x - Variable in class com.orsoncharts.graphics3d.Point3D
The x-coordinate.
XYZColorSource - Interface in com.orsoncharts.renderer.xyz
A source of Color values for an XYZRenderer.
XYZDataItem - Class in com.orsoncharts.data.xyz
Represents a single (x, y, z) data item, which can be added to a XYZSeries.
XYZDataItem(double, double, double) - Constructor for class com.orsoncharts.data.xyz.XYZDataItem
Creates a new (immutable) instance.
XYZDataItemSelection<S extends java.lang.Comparable<S>> - Interface in com.orsoncharts.interaction
An object representing a selection of items from an XYZDataset.
XYZDataset<S extends java.lang.Comparable<S>> - Interface in com.orsoncharts.data.xyz
Defines the methods used to access data in the form of multiple series containing (x, y, z) data items.
XYZDatasetUtils - Class in com.orsoncharts.data.xyz
A collection of utility methods related to XYZDataset.
XYZDatasetUtils() - Constructor for class com.orsoncharts.data.xyz.XYZDatasetUtils
 
XYZItemKey<S extends java.lang.Comparable<S>> - Class in com.orsoncharts.data.xyz
An object that references one data item in an XYZDataset.
XYZItemKey(S, int) - Constructor for class com.orsoncharts.data.xyz.XYZItemKey
Creates a new instance.
XYZItemKeys - Class in com.orsoncharts.data.xyz
Utility methods.
XYZItemKeys() - Constructor for class com.orsoncharts.data.xyz.XYZItemKeys
 
XYZItemLabelGenerator - Interface in com.orsoncharts.label
A label generator for data items in XYZ charts (this can be used for tooltips and item labels).
XYZLabelGenerator - Interface in com.orsoncharts.label
A label generator for XYZ charts, used to create labels for the chart legend.
XYZPlot - Class in com.orsoncharts.plot
A 3D plot with three numerical axes that displays data from an XYZDataset.
XYZPlot(XYZDataset, XYZRenderer, ValueAxis3D, ValueAxis3D, ValueAxis3D) - Constructor for class com.orsoncharts.plot.XYZPlot
Creates a new plot with the specified axes.
XYZRenderer - Interface in com.orsoncharts.renderer.xyz
A renderer that can display data from an XYZDataset on an XYZPlot.
XYZSeries<K extends java.lang.Comparable<K>> - Class in com.orsoncharts.data.xyz
A data series containing a sequence of (x, y, z) data items.
XYZSeries(K) - Constructor for class com.orsoncharts.data.xyz.XYZSeries
Creates a new series with the specified key.
XYZSeriesCollection<S extends java.lang.Comparable<S>> - Class in com.orsoncharts.data.xyz
A collection of XYZSeries objects (implements the XYZDataset interface so that it can be used as a source of data for an XYZRenderer on an XYZPlot).
XYZSeriesCollection() - Constructor for class com.orsoncharts.data.xyz.XYZSeriesCollection
Creates a new (empty) XYZSeriesCollection instance.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links