Uses of Class
de.gsi.dataset.spi.utils.DoublePoint
-
Packages that use DoublePoint Package Description de.gsi.dataset.spi -
-
Uses of DoublePoint in de.gsi.dataset.spi
Fields in de.gsi.dataset.spi with type parameters of type DoublePoint Modifier and Type Field Description protected java.util.ArrayList<DoublePoint>LabelledMarkerDataSet. dataprotected java.util.ArrayList<DoublePoint>ListDataSet. dataDeprecated.Methods in de.gsi.dataset.spi that return types with arguments of type DoublePoint Modifier and Type Method Description java.util.List<DoublePoint>LabelledMarkerDataSet. getData()java.util.List<DoublePoint>ListDataSet. getData()Deprecated.Method parameters in de.gsi.dataset.spi with type arguments of type DoublePoint Modifier and Type Method Description ListDataSetListDataSet. set(java.util.List<DoublePoint> values)Deprecated.replaces values of all existing data pointsConstructor parameters in de.gsi.dataset.spi with type arguments of type DoublePoint Constructor Description ListDataSet(java.lang.String name, java.util.List<DoublePoint> values)Deprecated.Creates a new instance ofCustomDataSet.
-