Uses of Interface
de.gsi.dataset.AxisDescription
-
Packages that use AxisDescription Package Description de.gsi.dataset de.gsi.dataset.spi -
-
Uses of AxisDescription in de.gsi.dataset
Methods in de.gsi.dataset that return AxisDescription Modifier and Type Method Description default AxisDescriptionDataSet. getAxisDescription(int dim)Return the axis description of the i-th axis.Methods in de.gsi.dataset that return types with arguments of type AxisDescription Modifier and Type Method Description java.util.List<AxisDescription>DataSet. getAxisDescriptions()Methods in de.gsi.dataset with parameters of type AxisDescription Modifier and Type Method Description default booleanAxisDescription. set(AxisDescription range)Sets updates this AxisDescription with the specified other one. -
Uses of AxisDescription in de.gsi.dataset.spi
Classes in de.gsi.dataset.spi that implement AxisDescription Modifier and Type Class Description classDefaultAxisDescriptionSimple default implementation of the AxisDescription interfaceFields in de.gsi.dataset.spi with type parameters of type AxisDescription Modifier and Type Field Description protected java.util.Map<java.lang.Integer,AxisDescription>DataSetBuilder. axisDescriptionsMethods in de.gsi.dataset.spi that return AxisDescription Modifier and Type Method Description AxisDescriptionTransposedDataSet. getAxisDescription(int dimIndex)Methods in de.gsi.dataset.spi that return types with arguments of type AxisDescription Modifier and Type Method Description java.util.List<AxisDescription>AbstractDataSet. getAxisDescriptions()java.util.List<AxisDescription>TransposedDataSet. getAxisDescriptions()java.util.List<AxisDescription>WrappedDataSet. getAxisDescriptions()Constructors in de.gsi.dataset.spi with parameters of type AxisDescription Constructor Description DefaultAxisDescription(AxisDescription axisDesc)Copy constructor to generate axisDescriptions for datasets from existing Axis Descriptions
-