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, ornullif there is no such series.Methods in org.jfree.chart3d.data.xyz with parameters of type XYZSeriesModifier and TypeMethodDescriptionvoidAdds a series to the collection (note that the series key must be unique within the collection).voidRemoves a series from the collection and sends aDataset3DChangeEventto all registered listeners.