This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Class Summary |
FontRenderContext |
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
java.awt.font.GraphicAttribute which draws images in
a java.awt.font.TextLayout. |
LayoutPath |
LayoutPath provides a mapping between locations relative to the
baseline and points in user space. |
LineBreakMeasurer |
The LineBreakMeasurer class allows styled text to be
broken into lines (or segments) that fit within a particular visual
advance. |
LineMetrics |
The LineMetrics class allows access to the
metrics needed to layout characters along a line
and to layout of a set of lines. |
NumericShaper |
The NumericShaper class is used to convert Latin-1 (European)
digits to other Unicode decimal digits. |
ShapeGraphicAttribute |
The ShapeGraphicAttribute class is an implementation of
java.awt.font.GraphicAttribute that draws shapes in a java.awt.font.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. |
TextMeasurer |
The TextMeasurer class provides the primitive operations
needed for line break: measuring up to a given advance, determining the
advance of a range of characters, and generating a
TextLayout for a range of characters. |
TransformAttribute |
The TransformAttribute class provides an immutable
wrapper for a transform so that it is safe to use as an attribute. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.