public class ProgramInfoHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int[] |
mInfoBitArr
Deprecated.
since 3.0, use
getInfoBits() instead |
static javax.swing.Icon[] |
mInfoIconArr
Deprecated.
since 3.0, use
getInfoIcons() instead |
static java.lang.String[] |
mInfoIconFileName
Deprecated.
since 3.0, use
getInfoIconFilenames() instead |
static java.lang.String[] |
mInfoMsgArr
Deprecated.
since 3.0, use
getInfoIconMessages() instead |
Constructor and Description |
---|
ProgramInfoHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bitSet(int num,
int pattern)
Returns whether a bit (or combination of bits) is set in the specified
number.
|
static int |
getBitForIndex(int index) |
static int |
getIndexForBit(int bit) |
static int[] |
getInfoBits() |
static java.lang.String[] |
getInfoIconFilenames()
Deprecated.
since 3.3.4
|
static java.lang.String[] |
getInfoIconMessages() |
static javax.swing.Icon[] |
getInfoIcons() |
static java.lang.String[] |
getInfoIconURLs() |
static java.lang.String |
getMessageForBit(int bit) |
@Deprecated public static final int[] mInfoBitArr
getInfoBits()
instead@Deprecated public static final javax.swing.Icon[] mInfoIconArr
getInfoIcons()
instead@Deprecated public static final java.lang.String[] mInfoIconFileName
getInfoIconFilenames()
instead@Deprecated public static final java.lang.String[] mInfoMsgArr
getInfoIconMessages()
insteadpublic static boolean bitSet(int num, int pattern)
num
- pattern
- true
, if the bit is setpublic static final int[] getInfoBits()
public static final javax.swing.Icon[] getInfoIcons()
public static final java.lang.String[] getInfoIconFilenames()
public static final java.lang.String[] getInfoIconURLs()
public static final java.lang.String[] getInfoIconMessages()
public static java.lang.String getMessageForBit(int bit)
bit
- The bit to get message for.public static int getIndexForBit(int bit)
bit
- The bit to get the index for.public static int getBitForIndex(int index)
index
- The index to get the bit for.TV-Browser 3.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)