Uses of Class
org.smallmind.claxon.registry.PercentileInView
-
Packages that use PercentileInView Package Description org.smallmind.claxon.registry org.smallmind.claxon.registry.json -
-
Uses of PercentileInView in org.smallmind.claxon.registry
Methods in org.smallmind.claxon.registry that return PercentileInView Modifier and Type Method Description static PercentileInViewPercentileInView. instance(Percentile percentile)PercentileInViewPercentileInView. setName(String name)PercentileInViewPercentileInView. setValue(double value) -
Uses of PercentileInView in org.smallmind.claxon.registry.json
Methods in org.smallmind.claxon.registry.json that return PercentileInView Modifier and Type Method Description PercentileInView[]HistogramPropertiesInView. getPercentiles()Methods in org.smallmind.claxon.registry.json with parameters of type PercentileInView Modifier and Type Method Description HistogramPropertiesInViewHistogramPropertiesInView. setPercentiles(PercentileInView[] percentiles)
-