org.esa.beam.visat.toolviews.stat
Class StatisticsUtils

java.lang.Object
  extended by org.esa.beam.visat.toolviews.stat.StatisticsUtils

public class StatisticsUtils
extends Object

Utilities for the statistics dialog.

Author:
Marco Peters

Nested Class Summary
static class StatisticsUtils.TransectProfile
           
 
Constructor Summary
StatisticsUtils()
           
 
Method Summary
static 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsUtils

public StatisticsUtils()
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)


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.