| Package | Description |
|---|---|
| org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
| org.apache.batik.extension.svg |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowGlyphLayout
One line Class Desc
Complete Class Desc
|
class |
GlyphLayout
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.
|
| Modifier and Type | Field and Description |
|---|---|
protected TextSpanLayout |
StrokingTextPainter.TextRun.layout |
| Modifier and Type | Method and Description |
|---|---|
TextSpanLayout |
TextLayoutFactory.createTextLayout(AttributedCharacterIterator aci,
int[] charMap,
Point2D offset,
FontRenderContext frc)
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
TextSpanLayout |
ConcreteTextLayoutFactory.createTextLayout(AttributedCharacterIterator aci,
int[] charMap,
Point2D offset,
FontRenderContext frc)
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
TextSpanLayout |
FlowTextLayoutFactory.createTextLayout(AttributedCharacterIterator aci,
int[] charMap,
Point2D offset,
FontRenderContext frc)
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
TextSpanLayout |
StrokingTextPainter.TextRun.getLayout() |
| Constructor and Description |
|---|
TextRun(TextSpanLayout layout,
AttributedCharacterIterator aci,
boolean firstRunInChunk) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowExtGlyphLayout
A GlyphLayout class for SVG 1.2 flowing text.
|
| Modifier and Type | Method and Description |
|---|---|
TextSpanLayout |
FlowExtTextLayoutFactory.createTextLayout(AttributedCharacterIterator aci,
int[] charMap,
Point2D offset,
FontRenderContext frc)
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.