| 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  CollationElementIteratorfor theStringrepresented by the specifiedCharacterIterator. | 
| void |  This method sets the text to iterate over from the specified
  CharacterIterator. | 
| void |  This method sets the  Stringthat it is iterating over
 to theStringrepresented by the specifiedCharacterIterator. | 
| 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
 GlyphVectorwith a mapped glyph for each input character. | 
| LineMetrics |  Returns a  LineMetricsobject constructed with the
 specified text and theFontRenderContextof 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  LineMetricsobject constructed with the specified
 text andFontRenderContext. | 
| 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) |