public class WaveViewLabelling
extends java.lang.Object
Constructor and Description |
---|
WaveViewLabelling() |
Modifier and Type | Method and Description |
---|---|
static double[] |
label(double min,
double max,
int ticks)
loose_label: demonstrate loose labeling of data range from min to max.
|
static double |
log10(double n)
returns the log to the base 10 of the number given to it.
|
static void |
main(java.lang.String[] args) |
public static double[] label(double min, double max, int ticks) throws java.lang.Exception
java.lang.Exception
public static double log10(double n) throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args)