BackgroundColorStyleFactory |
Create a text style that colours the text background according to the value
of the first parameter.
|
BreakIteratorAdpater |
An abstract class that allows subclasses to easily create classes that filter
out undesired break points returned by a java.text.BreakIterator
instance.
|
FastBreakIterator |
A break iterator that caches the breakpoints of another iterator.
|
FontFamilyStyleFactory |
A parametric style that changes the font family.
|
FontSizeStyleFactory |
A parametric style that changes text point size.
|
ForegroundColorStyleFactory |
Create a text style that colours text according to the value of the
parameters.
|
GenderAwareMarkupRenderer |
This class overrides the handleUnknownTag method of
MarkupRenderer to allow arbitrary tags that vary with the gender of
some object.
|
GraphicStyleFactory |
A style factory that creates text styles that replace selections with images.
|
LayoutSegment |
A TextLayout together with the positional information needed to draw it in
the position it was placed by a markup renderer.
|
MarkupRenderer |
This class lays out paragraphs that use a specialized HTML-like markup
language.
|
MarkupToHTMLConverter |
Converts markup written for a MarkupRenderer into simple HTML.
|
PageShape |
Shapes the left and right margins of rendered text.
|
PageShape.CompoundShape |
A PageShape that switches between two PageShape s at a
specified Y-position.
|
PageShape.CupShape |
A PageShape that is optimized for the most common case: a
rectangle that becomes wider or narrower after a certain y-point is
reached, e.g.:
|
PageShape.GeometricShape |
A PageShape that takes its form from a drawing shape
(java.awt.Shape ).
|
PageShape.InsetShape |
A PageShape that returns constant inset values regardless of the
Y-position.
|
PageShape.MergedShape |
A shape that merges two source shapes into a single shape.
|
TextStyle |
A combination of TextAttribute s that represents a particular style of
text (a heading, for example).
|
TrackingStyleFactory |
A parametric style that changes text tracking (spacing between letters).
|
WeightStyleFactory |
Produce different text widths based on the parameter to the width tag.
|
WidthStyleFactory |
Produce different text widths based on the parameter to the width tag.
|