|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnderlinePainter | |
|---|---|
| oracle.javatools.editor.highlight | The Highlights package is a subset of the Editor package, and contains API's for creating, maintaining, and applying background, foreground, font, and underline highlights to regions of text in an editor pane. |
| Uses of UnderlinePainter in oracle.javatools.editor.highlight |
|---|
| Classes in oracle.javatools.editor.highlight that implement UnderlinePainter | |
|---|---|
class |
DottedLinePainterThe DottedLinePainter is an implementation of the which paints a straight, but dotted underline or separator of a given thickness. |
class |
SimpleLinePainterThe SimpleLinePainter is an implementation of the which paints a straight underline or separator of a given thickness. |
class |
ZigZagLinePainterThe ZigZagLinePainter is an implementation of the which paints a zigzag underline or separator of a given thickness.. |
| Methods in oracle.javatools.editor.highlight that return UnderlinePainter | |
|---|---|
UnderlinePainter |
HighlightStyle.getUnderlinePainter()Fetches the painter to use for painting the underline. |
| Methods in oracle.javatools.editor.highlight with parameters of type UnderlinePainter | |
|---|---|
static int |
HighlightRegistry.lookupPredefinedPainter(UnderlinePainter painter)Utility routine to determine the predefined index number for a painter. |
void |
HighlightRegistry.modifyStyleUnderline(java.lang.String styleName, UnderlinePainter underlinePainter, java.awt.Color underlineColor)Modifies the style's underline attributes. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||