Uses of Record Class
com.arbergashi.charts.model.ErrorBarPoint
Packages that use ErrorBarPoint
Package
Description
Public API of the ArberCharts framework.
Data model layer of the ArberCharts framework.
-
Uses of ErrorBarPoint in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api with parameters of type ErrorBarPointModifier and TypeMethodDescriptionModelBuilder.addWithError(ErrorBarPoint point) Add point with error bars from domain object.ModelBuilder.StatisticalDataBuilder.point(ErrorBarPoint point) Add point from domain object. -
Uses of ErrorBarPoint in com.arbergashi.charts.model
Methods in com.arbergashi.charts.model that return ErrorBarPointModifier and TypeMethodDescriptionstatic ErrorBarPointErrorBarPoint.of(double x, double y, double errorLow, double errorHigh) Factory method for creating error bar points with asymmetric errors.static ErrorBarPointErrorBarPoint.symmetric(double x, double y, double error) Factory method for creating error bar points with symmetric errors.static ErrorBarPointErrorBarPoint.withStdDev(double x, double mean, double stdDev, double sigmas) Factory method for creating error bar points with standard deviation.Methods in com.arbergashi.charts.model with parameters of type ErrorBarPointModifier and TypeMethodDescriptionvoidCircularChartModel.addWithError(ErrorBarPoint point) voidDefaultChartModel.addWithError(ErrorBarPoint point) Add error bar point data.