
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=\"#" |
A class that was intended for setting colors and fonts using Html Rendering in JLabel Finally not used.
,
,
| static String cern::gp::util::HtmlTagger::getBgColor | ( | String | html | ) | [inline, static] |
| 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] |
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().
1.6.2