public class Test039
extends java.lang.Object
| Constructor and Description |
|---|
Test039() |
| Modifier and Type | Method and Description |
|---|---|
static void |
demoSpectrogram()
create a spectrogram with time axis and log y axis.
|
static void |
demoTicks()
demonstrate code to explicitly set tick locations and add tick location.
|
static void |
main(java.lang.String[] args)
run this in testing with no arguments and in headless mode.
|
public static void demoSpectrogram()
throws java.io.IOException
java.io.IOExceptionpublic static void demoTicks()
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - length zero or one string array which would contain "spectrogram"
or "ticks" etc.java.lang.Exception