@API(type=EXTENDABLE,
     src=PUBLIC)
public class RectangleHighlightPainter
extends java.lang.Object
implements HighlightPainter
| Modifier and Type | Field and Description | 
|---|---|
protected Color | 
fillColor
The fill color. 
 | 
| Constructor and Description | 
|---|
RectangleHighlightPainter(Color fillColor)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
paint(HighlightPainterInfo pi)
Renders the highlight. 
 | 
void | 
setFillColor(Color fillColor)  | 
protected Color fillColor
public RectangleHighlightPainter(Color fillColor)
fillColor - The fill color.public void paint(HighlightPainterInfo pi)
HighlightPainterpaint in interface HighlightPainterpi - Information used by highlightHighlightPainter.paint(ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo)public void setFillColor(Color fillColor)
fillColor - The fill color to set.© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.