public interface HapiBins
getRanges()
and getCenters()
methods is supposed to return null.Modifier and Type | Method and Description |
---|---|
static HapiBins |
fromJson(org.json.JSONObject json)
Reads HapiBins from a HAPI bins json object.
|
double[] |
getCenters()
Returns an array giving the centers of each bin.
|
String |
getDescription()
Returns a description of what the bins represent.
|
String |
getLabel()
Returns a human-readable label for bins axis.
|
String |
getName()
Name for the dimension.
|
double[][] |
getRanges()
Returns an array of 2-element arrays giving (low,high) bounds of
each bin.
|
String |
getUnits()
Returns the units of bin centers or ranges.
|
String getName()
double[] getCenters()
double[][] getRanges()
String getUnits()
String getLabel()
String getDescription()
static HapiBins fromJson(org.json.JSONObject json)
json
- JSON objectCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.