Static Public Member Functions

cern.gp.util.HtmlTagger Class Reference

List of all members.

Static Public Member Functions

static String setTags (String text, boolean italic, boolean bold)
static String setTags (String text, Color foreGround, Color backGround)
static String setTags (String text, boolean italic, boolean bold, Color foreGround, Color backGround)
static void main (String[] args)
static String getBgColor (String html)

Detailed Description

A class that was intended for setting colors and fonts using Html Rendering in JLabel Finally not used.

Author:
Vito Baggiolini
Version:
Revision:
1.2

,

Date:
2006/09/25 08:52:36

,

Author:
acaproni

Member Function Documentation

static String cern.gp.util.HtmlTagger.getBgColor ( String  html  )  [static]
Parameters:
displayName 
Returns:

Referenced by cern.gp.util.HtmlTagger.main().

static void cern.gp.util.HtmlTagger.main ( String[]  args  )  [static]
static String cern.gp.util.HtmlTagger.setTags ( String  text,
Color  foreGround,
Color  backGround 
) [static]
static String cern.gp.util.HtmlTagger.setTags ( String  text,
boolean  italic,
boolean  bold,
Color  foreGround,
Color  backGround 
) [static]
static String cern.gp.util.HtmlTagger.setTags ( String  text,
boolean  italic,
boolean  bold 
) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties