Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Interface
oracle.javatools.editor.highlight.UnderlinePainter

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 DottedLinePainter
          The DottedLinePainter is an implementation of the UnderlinePainter which paints a straight, but dotted underline or separator of a given thickness.
 class SimpleLinePainter
          The SimpleLinePainter is an implementation of the UnderlinePainter which paints a straight underline or separator of a given thickness.
 class ZigZagLinePainter
          The ZigZagLinePainter is an implementation of the UnderlinePainter 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
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.