Uses of Class
org.jfree.chart3d.data.xyz.XYZSeries
Packages that use XYZSeries
-
Uses of XYZSeries in org.jfree.chart3d.data.xyz
Methods in org.jfree.chart3d.data.xyz that return XYZSeriesModifier and TypeMethodDescriptionXYZSeriesCollection.getSeries
(int index) Returns the series with the specified index.XYZSeriesCollection.getSeries
(Comparable<?> key) Returns the series with the specified key, ornull
if there is no such series.Methods in org.jfree.chart3d.data.xyz with parameters of type XYZSeriesModifier and TypeMethodDescriptionvoid
Adds a series to the collection (note that the series key must be unique within the collection).void
Removes a series from the collection and sends aDataset3DChangeEvent
to all registered listeners.