|
Extension SDK 10.1.2 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 which paints a straight, but dotted line of a given thickness. |
SimpleLinePainter | The SimpleLinePainter is an implementation of the 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 which paints a zigzag underline of a given thickness.. |
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 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.