|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnderlinePainter | |
oracle.javatools.editor.underline | The Underline package is a subset of the Editor package, and contains API's for creating, mainting, and applying underlines to regions of text in the editor pane. |
Uses of UnderlinePainter in oracle.javatools.editor.underline |
Classes in oracle.javatools.editor.underline that implement UnderlinePainter | |
class |
DottedLinePainter
The DottedLinePainter is an implementation of the
which paints a straight,
but dotted line of a given thickness. |
class |
SimpleLinePainter
The SimpleLinePainter is an implementation of the
which paints a straight
underline of a given thickness. |
class |
ZigZagLinePainter
The ZigZagLinePainter is an implementation of the
which paints a zigzag underline
of a given thickness.. |
Methods in oracle.javatools.editor.underline that return UnderlinePainter | |
UnderlinePainter |
UnderlineStyle.getPainter()
Fetches the painter to use for painting the underline. |
Methods in oracle.javatools.editor.underline with parameters of type UnderlinePainter | |
void |
UnderlineRegistry.modifyStyle(java.lang.String styleName,
boolean enabled,
int priority,
java.awt.Color color,
UnderlinePainter painter)
Modifies this style's attributes. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.