public final class Tarsos
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.awt.Color[] |
COLORS
Colors used by ptplot.
|
Modifier and Type | Method and Description |
---|---|
static void |
configureDirectories(java.util.logging.Logger log)
Checks the configured directories and creates them if they are not present.
|
static boolean |
isMac() |
static boolean |
isWindows() |
static void |
main(java.lang.String... args)
Starts Tarsos.
|
static void |
println(java.lang.String info)
Prints info to a stream (console).
|
static void |
printSeparator() |
static void |
printTarsosAsciiArt() |
public static void configureDirectories(java.util.logging.Logger log)
log
- The logger to report to.public static boolean isMac()
public static boolean isWindows()
public static void printTarsosAsciiArt()
public static void printSeparator()
public static void main(java.lang.String... args)
args
- The arguments consist of a subcommand and options for the
subcommand. E.g.
java -jar annotate --in blaat.wav java -jar annotate -bufferCount blaat.wav
public static void println(java.lang.String info)
info
- The information to print.