Frames | No Frames |
Methods with parameter type java.text.CharacterIterator | |
int | 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) |
Methods with parameter type java.text.CharacterIterator | |
int | 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) Implementation of Font.getLineMetrics(CharacterIterator,int,int,FontRenderContext)
|
Rectangle2D | XFontPeer.getStringBounds(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext frc) Implementation of Font.getStringBounds(CharacterIterator,int,int,FontRenderContext)
|
Methods with parameter type java.text.CharacterIterator | |
int | 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 | OpenTypeFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc) Implementation of Font.getLineMetrics(CharacterIterator,int,int,FontRenderContext)
|
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 |
Methods with parameter type java.text.CharacterIterator | |
int | |
GlyphVector | |
LineMetrics | QtFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc) |
Methods with parameter type java.text.CharacterIterator | |
GlyphVector | Creates a GlyphVector by mapping each character in a
CharacterIterator to the corresponding glyph.
|
Methods with parameter type java.text.CharacterIterator | |
int | 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) Implementation of Font.getLineMetrics(CharacterIterator,int,int,FontRenderContext)
|
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 . |
Methods with parameter type java.text.CharacterIterator | |
int | Implementation of Font.canDisplay(String) ,
Font.canDisplay(char [], int, int) , and
Font.canDisplay(CharacterIterator, int, int) .
|
GlyphVector | |
LineMetrics | ClasspathFontPeer.getLineMetrics(Font font, CharacterIterator ci, int begin, int limit, FontRenderContext rc) Implementation of Font.getLineMetrics(CharacterIterator,int,int,FontRenderContext)
|
Classes implementing java.text.CharacterIterator | |
class | A text fragment represented by a sequence of characters stored in an array.
|
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 .
|