Uses of Class
de.gsi.dataset.spi.DataRange
-
Packages that use DataRange Package Description de.gsi.dataset de.gsi.dataset.spi -
-
Uses of DataRange in de.gsi.dataset
Methods in de.gsi.dataset that return DataRange Modifier and Type Method Description DataRangeDataSet3D. getZRange()Returns data range of Z values. -
Uses of DataRange in de.gsi.dataset.spi
Fields in de.gsi.dataset.spi declared as DataRange Modifier and Type Field Description protected DataRangeAbstractDataSet. xRangeprotected DataRangeAbstractDataSet. yRangeprotected DataRangeAbstractDataSet3D. zRangeMethods in de.gsi.dataset.spi that return DataRange Modifier and Type Method Description DataRangeAbstractHistogram. getValueRange()DataRangeAbstractDataSet. getXRange()DataRangeAbstractDataSet. getYRange()DataRangeHistogram. getYRange()DataRangeAbstractDataSet3D. getZRange()DataRangeDataRange. substract(DataRange range)Substracts the specified data range from this range.Methods in de.gsi.dataset.spi with parameters of type DataRange Modifier and Type Method Description voidDataRange. add(DataRange range)Add the specified data range to this range.voidDataRange. set(DataRange range)Sets updates range to the specified one.DataRangeDataRange. substract(DataRange range)Substracts the specified data range from this range.Constructors in de.gsi.dataset.spi with parameters of type DataRange Constructor Description DataRange(DataRange range)Creates a copy of the specified data range.
-