public class ProgramTextCreator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TVBROWSER_URL_PROTOCOL
The used link protocol for actor links
|
Constructor and Description |
---|
ProgramTextCreator() |
Modifier and Type | Method and Description |
---|---|
static String |
createInfoText(Program prog,
ExtendedHTMLDocument doc,
Object[] fieldArr,
Font tFont,
Font bFont,
boolean showImage,
boolean showHelpLinks) |
static String |
createInfoText(Program prog,
ExtendedHTMLDocument doc,
Object[] fieldArr,
Font tFont,
Font bFont,
PluginPictureSettings settings,
boolean showHelpLinks,
int zoom) |
static String |
createInfoText(Program prog,
ExtendedHTMLDocument doc,
Object[] fieldArr,
Font tFont,
Font bFont,
ProgramPanelSettings settings,
boolean showHelpLinks,
int zoom) |
static String |
createInfoText(Program prog,
ExtendedHTMLDocument doc,
Object[] fieldArr,
Font tFont,
Font bFont,
ProgramPanelSettings settings,
boolean showHelpLinks,
int zoom,
boolean showPluginIcons) |
static Object[] |
getDefaultOrder() |
static String |
getDurationTypeString() |
public static final String TVBROWSER_URL_PROTOCOL
public static String createInfoText(Program prog, ExtendedHTMLDocument doc, Object[] fieldArr, Font tFont, Font bFont, boolean showImage, boolean showHelpLinks)
prog
- The Program to showdoc
- The HTMLDocument.fieldArr
- The object array with the field types.tFont
- The title Font.bFont
- The body Font.showImage
- If the image should be shown if it is available.showHelpLinks
- Show the Help-Links (Quality of Data, custom information)public static String createInfoText(Program prog, ExtendedHTMLDocument doc, Object[] fieldArr, Font tFont, Font bFont, ProgramPanelSettings settings, boolean showHelpLinks, int zoom)
prog
- The Program to showdoc
- The HTMLDocument.fieldArr
- The object array with the field types.tFont
- The title Font.bFont
- The body Font.settings
- Settings of the ProgramPanelshowHelpLinks
- Show the Help-Links (Quality of Data, custom information)zoom
- The zoom value for the picture.public static String createInfoText(Program prog, ExtendedHTMLDocument doc, Object[] fieldArr, Font tFont, Font bFont, PluginPictureSettings settings, boolean showHelpLinks, int zoom)
prog
- The Program to showdoc
- The HTMLDocument.fieldArr
- The object array with the field types.tFont
- The title Font.bFont
- The body Font.settings
- Settings of the ProgramPanelshowHelpLinks
- Show the Help-Links (Quality of Data, custom information)zoom
- The zoom value for the picture.public static String createInfoText(Program prog, ExtendedHTMLDocument doc, Object[] fieldArr, Font tFont, Font bFont, ProgramPanelSettings settings, boolean showHelpLinks, int zoom, boolean showPluginIcons)
prog
- The Program to showdoc
- The HTMLDocument.fieldArr
- The object array with the field types.tFont
- The title Font.bFont
- The body Font.settings
- Settings of the ProgramPanelshowHelpLinks
- Show the Help-Links (Quality of Data, custom information)zoom
- The zoom value for the picture.showPluginIcons
- If the plugin icons should be shown.public static Object[] getDefaultOrder()
public static String getDurationTypeString()
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)