Uses of Interface java.text.CharacterIterator

Uses in package gnu.java.awt.peer.x

Methods with parameter type java.text.CharacterIterator

int
XFontPeer.canDisplayUpTo(Font font, CharacterIterator i, int start, int limit)
Implementation of Font.canDisplay(String), Font.canDisplay(char [], int, int), and Font.canDisplay(CharacterIterator, int, int).
GlyphVector
LineMetrics
XFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Returns the line metrics for this font and the specified string and font render context.
Rectangle2D
XFontPeer.getStringBounds(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext frc)

Uses in package gnu.awt.xlib

Methods with parameter type java.text.CharacterIterator

int
XFontPeer.canDisplayUpTo(Font font, CharacterIterator i, int start, int limit)
Implementation of Font.canDisplay(String), Font.canDisplay(char [], int, int), and Font.canDisplay(CharacterIterator, int, int).
GlyphVector
LineMetrics
XFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Rectangle2D
XFontPeer.getStringBounds(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext frc)

Uses in package gnu.java.awt.font

Methods with parameter type java.text.CharacterIterator

int
OpenTypeFontPeer.canDisplayUpTo(Font font, CharacterIterator i, int start, int limit)
Implementation of Font.canDisplay(String), Font.canDisplay(char [], int, int), and Font.canDisplay(CharacterIterator, int, int).
GlyphVector
Creates a GlyphVector by mapping each character in a CharacterIterator to the corresponding glyph.
GlyphVector
LineMetrics

Uses in package gnu.java.text

Classes implementing java.text.CharacterIterator

class
This class should not be put public and it is only intended to the classes of the java.text package.

Fields of type java.text.CharacterIterator

CharacterIterator

Methods with parameter type java.text.CharacterIterator

void

Methods with return type java.text.CharacterIterator

CharacterIterator

Uses in package gnu.java.awt.peer.qt

Methods with parameter type java.text.CharacterIterator

int
QtFontPeer.canDisplayUpTo(Font font, CharacterIterator i, int start, int limit)
GlyphVector
LineMetrics
QtFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)

Uses in package gnu.java.awt.font.opentype

Methods with parameter type java.text.CharacterIterator

GlyphVector
Creates a GlyphVector by mapping each character in a CharacterIterator to the corresponding glyph.

Uses in package gnu.java.awt.peer.gtk

Methods with parameter type java.text.CharacterIterator

int
GdkFontPeer.canDisplayUpTo(Font font, CharacterIterator i, int start, int limit)
Implementation of Font.canDisplay(String), Font.canDisplay(char [], int, int), and Font.canDisplay(CharacterIterator, int, int).
GlyphVector
LineMetrics
GdkFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc)

Uses in package java.awt

Methods with parameter type java.text.CharacterIterator

int
Font.canDisplayUpTo(CharacterIterator i, int start, int limit)
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
FontMetrics.getLineMetrics(CharacterIterator ci, int begin, int limit, Graphics g)
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
Font.getLineMetrics(CharacterIterator ci, int begin, int limit, FontRenderContext rc)
Returns a LineMetrics object constructed with the specified text and FontRenderContext.
Rectangle2D
FontMetrics.getStringBounds(CharacterIterator ci, int beginIndex, int limit, Graphics context)
Rectangle2D
Font.getStringBounds(CharacterIterator ci, int begin, int limit, FontRenderContext frc)
Returns the logical bounds of the specified string when rendered with this font in the specified FontRenderContext.

Uses in package gnu.java.awt.peer

Methods with parameter type java.text.CharacterIterator

int
ClasspathFontPeer.canDisplayUpTo(Font font, CharacterIterator i, int start, int limit)
Implementation of Font.canDisplay(String), Font.canDisplay(char [], int, int), and Font.canDisplay(CharacterIterator, int, int).
GlyphVector
LineMetrics

Uses in package javax.swing.text

Classes implementing java.text.CharacterIterator

class
A text fragment represented by a sequence of characters stored in an array.

Uses in package java.text

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.