GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.text.CharacterIterator | |
class | This class iterates over a range of characters in a String .
|
Methods with parameter type java.text.CharacterIterator | |
CollationElementIterator | This method returns an instance of CollationElementIterator
for the String represented by the specified
CharacterIterator .
|
void | This method sets the text to iterate over from the specified
CharacterIterator .
|
void | This method sets the String that it is iterating over
to the String represented by the specified
CharacterIterator .
|
Methods with return type java.text.CharacterIterator | |
CharacterIterator | This method returns the text this object is iterating over as a
CharacterIterator .
|
Methods with parameter type java.text.CharacterIterator | |
int | Checks how much of a given sequence of text can be mapped to glyphs in
this font.
|
GlyphVector | Maps characters to glyphs in a one-to-one relationship, returning a new
GlyphVector with a mapped glyph for each input character. |
LineMetrics | Returns a LineMetrics object constructed with the
specified text and the FontRenderContext of the Graphics
object when it is an instance of Graphics2D or a generic
FontRenderContext with a null transform, not anti-aliased and not
using fractional metrics.
|
LineMetrics | Returns a LineMetrics object constructed with the specified
text and FontRenderContext .
|
Rectangle2D | |
Rectangle2D | Returns the logical bounds of the specified string when rendered with this
font in the specified FontRenderContext . |
Classes implementing java.text.CharacterIterator | |
class | A text fragment represented by a sequence of characters stored in an array.
|
GNU Classpath (0.95) |