GNU Classpath (0.20) | |
Frames | No Frames |
Constructors with parameter type java.text.AttributedCharacterIterator | |
Constructs a LineBreakMeasurer object.
| |
LineBreakMeasurer.LineBreakMeasurer(AttributedCharacterIterator text, BreakIterator breakIter, FontRenderContext frc) Constructs a LineBreakMeasurer object.
| |
Methods with parameter type java.text.AttributedCharacterIterator | |
void | |
void | |
void | |
void |
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. |
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 .
| |
Initializes a new instance of AttributedString
that will use the text and attribute information from the specified
subrange of the specified AttributedCharacterIterator .
| |
AttributedString.AttributedString(AttributedCharacterIterator aci, int begin, int end, AttributedCharacterIterator.Attribute[] attributes) 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. |
Methods with parameter type java.text.AttributedCharacterIterator | |
void | InputMethodContext.dispatchInputMethodEvent(int id, AttributedCharacterIterator text, int count, TextHitInfo caret, TextHitInfo visiblePosition) Create an input method event and dispatch it to the client.
|
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. |
Methods with parameter type java.text.AttributedCharacterIterator | |
void | |
void | |
void |
Methods with parameter type java.text.AttributedCharacterIterator | |
void | drawString
|
GNU Classpath (0.20) |