TV-Browser 3.3.3 API

devplugin
Class ProgramInfoHelper

java.lang.Object
  extended by devplugin.ProgramInfoHelper

public class ProgramInfoHelper
extends java.lang.Object

Holds all Information needed to Display the additional Informations to a Program, like Black and White..

Author:
bodo

Field Summary
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 Summary
ProgramInfoHelper()
           
 
Method Summary
static boolean bitSet(int num, int pattern)
          Returns whether a bit (or combination of bits) is set in the specified number.
static int[] getInfoBits()
           
static java.lang.String[] getInfoIconFilenames()
           
static java.lang.String[] getInfoIconMessages()
           
static javax.swing.Icon[] getInfoIcons()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mInfoBitArr

@Deprecated
public static final int[] mInfoBitArr
Deprecated. since 3.0, use getInfoBits() instead
The Bit-Array with all possibilities


mInfoIconArr

@Deprecated
public static final javax.swing.Icon[] mInfoIconArr
Deprecated. since 3.0, use getInfoIcons() instead
The Icons for the Bits


mInfoIconFileName

@Deprecated
public static final java.lang.String[] mInfoIconFileName
Deprecated. since 3.0, use getInfoIconFilenames() instead
The Icons for the Bits


mInfoMsgArr

@Deprecated
public static final java.lang.String[] mInfoMsgArr
Deprecated. since 3.0, use getInfoIconMessages() instead
The String representation of the Bits

Constructor Detail

ProgramInfoHelper

public ProgramInfoHelper()
Method Detail

bitSet

public static boolean bitSet(int num,
                             int pattern)
Returns whether a bit (or combination of bits) is set in the specified number.

Parameters:
num -
pattern -
Returns:
true, if the bit is set

getInfoBits

public static final int[] getInfoBits()
Returns:
the info bit array
Since:
3.0

getInfoIcons

public static final javax.swing.Icon[] getInfoIcons()
Returns:
the info icon array
Since:
3.0

getInfoIconFilenames

public static final java.lang.String[] getInfoIconFilenames()
Returns:
the info icon file name array
Since:
3.0

getInfoIconMessages

public static final java.lang.String[] getInfoIconMessages()
Returns:
the info message array (localized)
Since:
3.0

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)