Extension SDK 10.1.2

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

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 UnderlinePainter which paints a straight, but dotted line of a given thickness.
 class SimpleLinePainter
          The SimpleLinePainter is an implementation of the UnderlinePainter which paints a straight underline of a given thickness.
 class ZigZagLinePainter
          The ZigZagLinePainter is an implementation of the UnderlinePainter 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

 

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