Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.font | Provides classes and interface relating to fonts. |
Uses of GlyphVector in java.awt |
---|
Modifier and Type | Method and Description |
---|---|
GlyphVector |
Font.createGlyphVector(FontRenderContext frc,
char[] chars)
Creates a GlyphVector by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
GlyphVector |
Font.createGlyphVector(FontRenderContext frc,
CharacterIterator ci)
Creates a GlyphVector by
mapping the specified characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
GlyphVector |
Font.createGlyphVector(FontRenderContext frc,
int[] glyphCodes)
Creates a GlyphVector by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
GlyphVector |
Font.createGlyphVector(FontRenderContext frc,
String str)
Creates a GlyphVector by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
GlyphVector |
Font.layoutGlyphVector(FontRenderContext frc,
char[] text,
int start,
int limit,
int flags)
Returns a new GlyphVector object, performing full
layout of the text if possible. |
Modifier and Type | Method and Description |
---|---|
abstract void |
Graphics2D.drawGlyphVector(GlyphVector g,
float x,
float y)
Renders the text of the specified GlyphVector using
the Graphics2D context's rendering attributes. |
Uses of GlyphVector in java.awt.font |
---|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
GlyphVector.equals(GlyphVector set)
Tests if the specified GlyphVector exactly
equals this GlyphVector . |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.