Uses of Class
eu.webtoolkit.jwt.chart.WAbstractDataSeries3D
-
Packages that use WAbstractDataSeries3D Package Description eu.webtoolkit.jwt.chart -
-
Uses of WAbstractDataSeries3D in eu.webtoolkit.jwt.chart
Subclasses of WAbstractDataSeries3D in eu.webtoolkit.jwt.chart Modifier and Type Class Description classWAbstractGridDataClass representing grid-based data for on a 3D chart.classWEquidistantGridDataClass representing grid-based data for on a 3D chart.classWGridDataClass representing grid-based data for a 3D chart.classWScatterDataClass representing a collection of points for on a 3D chart.Methods in eu.webtoolkit.jwt.chart that return WAbstractDataSeries3D Modifier and Type Method Description WAbstractDataSeries3DWCartesian3DChart. removeDataSeries(WAbstractDataSeries3D dataseries)Removes a dataseries from a chart.Methods in eu.webtoolkit.jwt.chart that return types with arguments of type WAbstractDataSeries3D Modifier and Type Method Description java.util.List<WAbstractDataSeries3D>WCartesian3DChart. getDataSeries()Returns all dataseries that were added to this chart.Methods in eu.webtoolkit.jwt.chart with parameters of type WAbstractDataSeries3D Modifier and Type Method Description voidWCartesian3DChart. addDataSeries(WAbstractDataSeries3D dataseries_)Add a dataseries to the chart.WAbstractDataSeries3DWCartesian3DChart. removeDataSeries(WAbstractDataSeries3D dataseries)Removes a dataseries from a chart.
-