|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.awt.font | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.event | Provides interfaces and classes for dealing with different types of events fired by AWT components. |
java.awt.font | Provides classes and interface relating to fonts. |
java.awt.im | Provides classes and an interface for the input method framework. |
Classes in java.awt.font used by java.awtFontRenderContext
|
The FontRenderContext class is a container for the
information needed to correctly measure text.GlyphVector
|
A GlyphVector object is a collection of glyphs
containing geometric information for the placement of each glyph
in a transformed coordinate space which corresponds to the
device on which the GlyphVector is ultimately
displayed.LineMetrics
|
|
Classes in java.awt.font used by java.awt.eventTextHitInfo
|
The TextHitInfo class represents a character position in a
text model, and a bias, or "side," of the character. |
Classes in java.awt.font used by java.awt.fontFontRenderContext
|
The FontRenderContext class is a container for the
information needed to correctly measure text.GlyphJustificationInfo
|
The GlyphJustificationInfo class represents information
about the justification properties of a glyph.GlyphMetrics
|
The GlyphMetrics class represents infomation for a
single glyph.GlyphVector
|
A GlyphVector object is a collection of glyphs
containing geometric information for the placement of each glyph
in a transformed coordinate space which corresponds to the
device on which the GlyphVector is ultimately
displayed.GraphicAttribute
|
This class is used with the CHAR_REPLACEMENT attribute. ImageGraphicAttribute
|
The ImageGraphicAttribute class is an implementation of
GraphicAttribute which draws images in
a TextLayout .ShapeGraphicAttribute
|
The ShapeGraphicAttribute class is an implementation of
GraphicAttribute that draws shapes in a TextLayout .TextAttribute
|
The TextAttribute class defines attribute keys and
attribute values used for text rendering.TextHitInfo
|
The TextHitInfo class represents a character position in a
text model, and a bias, or "side," of the character.TextLayout
|
TextLayout is an immutable graphical representation of styled
character data.TextLayout.CaretPolicy
|
Defines a policy for determining the strong caret location. |
Classes in java.awt.font used by java.awt.imTextHitInfo
|
The TextHitInfo class represents a character position in a
text model, and a bias, or "side," of the character. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |