| 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 | 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 | Description |
|---|---|---|
protected TextSpanLayout |
StrokingTextPainter.TextRun.layout |
| Modifier and Type | Method | Description |
|---|---|---|
TextSpanLayout |
ConcreteTextLayoutFactory.createTextLayout(java.text.AttributedCharacterIterator aci,
int[] charMap,
java.awt.geom.Point2D offset,
java.awt.font.FontRenderContext frc) |
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
TextSpanLayout |
FlowTextLayoutFactory.createTextLayout(java.text.AttributedCharacterIterator aci,
int[] charMap,
java.awt.geom.Point2D offset,
java.awt.font.FontRenderContext frc) |
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
TextSpanLayout |
TextLayoutFactory.createTextLayout(java.text.AttributedCharacterIterator aci,
int[] charMap,
java.awt.geom.Point2D offset,
java.awt.font.FontRenderContext frc) |
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
TextSpanLayout |
StrokingTextPainter.TextRun.getLayout() |
| Constructor | Description |
|---|---|
TextRun(TextSpanLayout layout,
java.text.AttributedCharacterIterator aci,
boolean firstRunInChunk) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FlowExtGlyphLayout |
A GlyphLayout class for SVG 1.2 flowing text.
|
| Modifier and Type | Method | Description |
|---|---|---|
TextSpanLayout |
FlowExtTextLayoutFactory.createTextLayout(java.text.AttributedCharacterIterator aci,
int[] charMap,
java.awt.geom.Point2D offset,
java.awt.font.FontRenderContext frc) |
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.