Class StatisticsUtils

java.lang.Object
org.esa.snap.rcp.statistics.StatisticsUtils

public class StatisticsUtils extends Object
Utilities for the statistics dialog.
  • 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

      public static String getDiagramLabel(RasterDataNode raster)