public final class NullsoftID3GenreTable extends Object
| Constructor and Description |
|---|
NullsoftID3GenreTable() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getGenre(int i)
Return the corresponding String for the integer coded provided.
|
static int |
getGenre(String str)
Tries to find the string provided in the table and returns the
corresponding int code if successful.
|
static String[] |
getGenres()
Returns an array of all the genres which can be used to put into an
OptionPane or some other component for easy display.
|
public static String getGenre(int i)
i - the genre codepublic static int getGenre(String str)
str - the genre to search forpublic static String[] getGenres()
Copyright © 2014. All rights reserved.