new IconHighlighter(Application.getInstance().getContext()
.getResourceMap(HighlighterDemo.class).getIcon("greenOrb"))));
info.add(new HighlighterInfo("Aerith Gradient Painter",
new PainterHighlighter(new MattePainter(PaintUtils.AERITH, true))));
info.add(new HighlighterInfo("Star Shape Painter",
new PainterHighlighter(new ShapePainter(
ShapeUtils.generatePolygon(5, 10, 5, true), PaintUtils.NIGHT_GRAY_LIGHT))));
info.add(new HighlighterInfo("10pt. Bold Dialog Font",
new FontHighlighter(new Font("Dialog", Font.BOLD, 10))));
info.add(new HighlighterInfo("Italic Font",
new DerivedFontHighlighter(Font.ITALIC)));