|
TV-Browser 3.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttvbrowser.core.icontheme.InfoIconTheme
public class InfoIconTheme
A class that stores the info icons for the program panels.
Field Summary | |
---|---|
static byte |
INFO_16_9
|
static byte |
INFO_4_3
|
static byte |
INFO_ARTS
|
static byte |
INFO_AUDIO_DESCRIPTION
|
static byte |
INFO_BLACK_AND_WHITE
|
static byte |
INFO_CHILDREN
|
static byte |
INFO_DOCU
|
static byte |
INFO_DOLBY_DIGITAL_5_1
|
static byte |
INFO_DOLBY_SOURROUND
|
static byte |
INFO_HAS_PICTURE
|
static byte |
INFO_HD
|
static byte |
INFO_INFOTAINMENT
|
static byte |
INFO_LIVE
|
static byte |
INFO_MONO
|
static byte |
INFO_MOVIE
|
static byte |
INFO_NEW
|
static byte |
INFO_NEWS
|
static byte |
INFO_ORIGINAL_WITH_SUBTITLE
|
static byte |
INFO_OTHERS
|
static byte |
INFO_SERIES
|
static byte |
INFO_SHOW
|
static byte |
INFO_SIGN_LANGUGAGE
|
static byte |
INFO_SPORTS
|
static byte |
INFO_STEREO
|
static byte |
INFO_SUBTITLE_FOR_AURALLY_HANDICAPPED
|
static byte |
INFO_TWO_CHANNEL_TONE
|
Constructor Summary | |
---|---|
InfoIconTheme(java.io.File dirOrZip)
Creates an instance of this class. |
Method Summary | |
---|---|
int |
compareTo(InfoIconTheme o)
|
java.lang.String |
getID()
Gets the ID of this info icon theme. |
javax.swing.ImageIcon |
getInfoIcon(byte type)
Gets the icon for the given type. |
javax.swing.Icon[] |
getInfoIcons()
|
java.lang.String[] |
getInfoIconURLs()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static byte INFO_16_9
public static byte INFO_ARTS
public static byte INFO_AUDIO_DESCRIPTION
public static byte INFO_BLACK_AND_WHITE
public static byte INFO_CHILDREN
public static byte INFO_DOCU
public static byte INFO_DOLBY_DIGITAL_5_1
public static byte INFO_DOLBY_SOURROUND
public static byte INFO_HAS_PICTURE
public static byte INFO_HD
public static byte INFO_INFOTAINMENT
public static byte INFO_LIVE
public static byte INFO_MONO
public static byte INFO_MOVIE
public static byte INFO_NEW
public static byte INFO_NEWS
public static byte INFO_ORIGINAL_WITH_SUBTITLE
public static byte INFO_SERIES
public static byte INFO_SHOW
public static byte INFO_SIGN_LANGUGAGE
public static byte INFO_SPORTS
public static byte INFO_STEREO
public static byte INFO_SUBTITLE_FOR_AURALLY_HANDICAPPED
public static byte INFO_TWO_CHANNEL_TONE
public static byte INFO_4_3
public static byte INFO_OTHERS
Constructor Detail |
---|
public InfoIconTheme(java.io.File dirOrZip)
dirOrZip
- The directory with the info icons or a zip file with them.Method Detail |
---|
public javax.swing.ImageIcon getInfoIcon(byte type)
type
- The type of the icon to get.
null
if no icon for given type available.public java.lang.String getID()
public java.lang.String toString()
toString
in class java.lang.Object
public javax.swing.Icon[] getInfoIcons()
public java.lang.String[] getInfoIconURLs()
public int compareTo(InfoIconTheme o)
compareTo
in interface java.lang.Comparable<InfoIconTheme>
|
TV-Browser 3.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |