cern::gp::util::HtmlTagger Class Reference

Collaboration diagram for cern::gp::util::HtmlTagger:
Collaboration graph
[legend]

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)

Static Private Attributes

static final String BGCOLOR_TAG = " bgcolor=\"#"
static final String COLOR_TAG = " color=\"#"

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  )  [inline, static]
Parameters:
displayName 
Returns:

References BGCOLOR_TAG.

Referenced by main().

static void cern::gp::util::HtmlTagger::main ( String[]  args  )  [inline, static]

References getBgColor(), and setTags().

static String cern::gp::util::HtmlTagger::setTags ( String  text,
boolean  italic,
boolean  bold,
Color  foreGround,
Color  backGround 
) [inline, static]

References BGCOLOR_TAG, and COLOR_TAG.

static String cern::gp::util::HtmlTagger::setTags ( String  text,
Color  foreGround,
Color  backGround 
) [inline, static]

References setTags().

static String cern::gp::util::HtmlTagger::setTags ( String  text,
boolean  italic,
boolean  bold 
) [inline, static]

Referenced by main(), and setTags().


Member Data Documentation

final String cern::gp::util::HtmlTagger::BGCOLOR_TAG = " bgcolor=\"#" [static, private]

Referenced by getBgColor(), and setTags().

final String cern::gp::util::HtmlTagger::COLOR_TAG = " color=\"#" [static, private]

Referenced by setTags().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2