Package org.esa.snap.rcp.statistics
Class StatisticsUtils
- java.lang.Object
-
- org.esa.snap.rcp.statistics.StatisticsUtils
-
public class StatisticsUtils extends Object
Utilities for the statistics dialog.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatisticsUtils.TransectProfile
-
Constructor Summary
Constructors Constructor Description StatisticsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetDiagramLabel(RasterDataNode raster)static doubleround(double x)static doubleround(double x, double v)static floatround(float x)static floatround(float x, float v)
-
-
-
Method Detail
-
round
public static float round(float x)
-
round
public static float round(float x, float v)
-
round
public static double round(double x)
-
round
public static double round(double x, double v)
-
getDiagramLabel
public static String getDiagramLabel(RasterDataNode raster)
-
-