Package org.esa.snap.rcp.statistics
Class StatisticsUtils
java.lang.Object
org.esa.snap.rcp.statistics.StatisticsUtils
Utilities for the statistics dialog.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDiagramLabel(RasterDataNode raster) static doubleround(double x) static doubleround(double x, double v) static floatround(float x) static floatround(float x, float v)
-
Constructor Details
-
StatisticsUtils
public StatisticsUtils()
-
-
Method Details
-
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
-