|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.api.highlights.RectangleHighlightPainter
@API(type=EXTENDABLE, src=PUBLIC) public class RectangleHighlightPainter
Fill a rectangle for the given highlight.
Field Summary | |
---|---|
protected Color |
fillColor
The fill color. |
Constructor Summary | |
---|---|
RectangleHighlightPainter(Color fillColor)
Constructor. |
Method Summary | |
---|---|
void |
paint(HighlightPainterInfo pi)
Renders the highlight. |
void |
setFillColor(Color fillColor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Color fillColor
Constructor Detail |
---|
public RectangleHighlightPainter(Color fillColor)
fillColor
- The fill color.Method Detail |
---|
public void paint(HighlightPainterInfo pi)
HighlightPainter
paint
in interface HighlightPainter
pi
- Information used by highlightHighlightPainter.paint(ro.sync.ecss.extensions.api.highlights.HighlightPainterInfo)
public void setFillColor(Color fillColor)
fillColor
- The fill color to set.
|
Oxygen XML Editor 14.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |