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 String
getDiagramLabel
(RasterDataNode raster) static double
round
(double x) static double
round
(double x, double v) static float
round
(float x) static float
round
(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
-