Extension SDK 10.1.2

Package 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.

See:
          Description

Interface Summary
UnderlinePainter The UnderlinePainter defines an interface for painting an underline.
 

Class Summary
DottedLinePainter The DottedLinePainter is an implementation of the UnderlinePainter which paints a straight, but dotted line of a given thickness.
SimpleLinePainter The SimpleLinePainter is an implementation of the UnderlinePainter which paints a straight underline of a given thickness.
UnderlinedFragment An UnderlinedFragment is used for associating a UnderlineStyle with a segment or line of text.
UnderlinedFragmentsList An UnderlinedFragmentsList is just a list of UnderlinedFragments that we can re-use without having to constantly reallocate arrays and UnderlinedFragment objects.
UnderlinedLine A UnderlinedLine object is typically used as a separator to separate sections of a buffer from each other.
UnderlinedText A UnderlinedText object represents a segment of text that has an UnderlineStyle applied to it.
UnderlineLayer An UnderlineLayer is a container for underlines added to an editor pane.
UnderlineRegistry A UnderlineRegistry is a registry of all known underline styles used for text underlining.
UnderlineStyle An UnderlineStyle describes how an underline will be painted.
ZigZagLinePainter The ZigZagLinePainter is an implementation of the UnderlinePainter which paints a zigzag underline of a given thickness..
 

Package oracle.javatools.editor.underline Description

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.


Extension SDK

 

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