Uses of Interface java.text.AttributedCharacterIterator

Uses in package java.awt.font

Constructors with parameter type java.text.AttributedCharacterIterator

Constructs a LineBreakMeasurer object.
Constructs a LineBreakMeasurer object.

Methods with parameter type java.text.AttributedCharacterIterator

void
void
TextMeasurer.deleteChar(AttributedCharacterIterator newParagraph, int deletePos)
void
void
TextMeasurer.insertChar(AttributedCharacterIterator newParagraph, int insertPos)

Uses in package java.awt.event

Constructors with parameter type java.text.AttributedCharacterIterator

InputMethodEvent.InputMethodEvent(Component source, int id, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition)
Initializes a new instance of InputMethodEvent with the specified source, id, text, char count, caret, and visible position.
InputMethodEvent.InputMethodEvent(Component source, int id, long when, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition)
Initializes a new instance of InputMethodEvent with the specified source, id, timestamp, text, char count, caret, and visible position.

Methods with return type java.text.AttributedCharacterIterator

AttributedCharacterIterator
This method returns the input method text.

Uses in package java.text

Constructors with parameter type java.text.AttributedCharacterIterator

Initializes a new instance of AttributedString that will use the text and attribute information from the specified AttributedCharacterIterator.
AttributedString.AttributedString(AttributedCharacterIterator aci, int begin_index, int end_index)
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.
Initializes a new instance of AttributedString that will use the text and attribute information from the specified subrange of the specified AttributedCharacterIterator.

Methods with return type java.text.AttributedCharacterIterator

AttributedCharacterIterator
AttributedCharacterIterator
AttributedCharacterIterator
A convinience method to format patterns.
AttributedCharacterIterator
AttributedCharacterIterator
Returns an AttributedCharacterIterator that will iterate over the entire string.
AttributedCharacterIterator
Returns an AttributedCharacterIterator that will iterate over the entire string.
AttributedCharacterIterator
AttributedString.getIterator(AttributedCharacterIterator.Attribute[] attributes, int begin_index, int end_index)
Returns an AttributedCharacterIterator that will iterate over the specified subrange.

Uses in package java.awt.im.spi

Methods with parameter type java.text.AttributedCharacterIterator

void
Create an input method event and dispatch it to the client.

Uses in package java.awt.im

Methods with return type java.text.AttributedCharacterIterator

AttributedCharacterIterator
Gets the latest committed text, and removes it from the component's text body.
AttributedCharacterIterator
InputMethodRequests.getCommittedText(int beginIndex, int endIndex, AttributedCharacterIterator.Attribute[] attributes)
Gets an interator which provides access to the text and its attributes, except for the uncommitted text.
AttributedCharacterIterator
Gets the currently selected text.

Uses in package java.awt

Methods with parameter type java.text.AttributedCharacterIterator

void
Graphics2D.drawString(AttributedCharacterIterator iterator, float x, float y)
void
void

Uses in package javax.swing

Methods with parameter type java.text.AttributedCharacterIterator

void
drawString