Package | Description |
---|---|
org.apache.batik.extension.svg | |
org.apache.batik.gvt.flow | |
org.apache.batik.gvt.renderer | |
org.apache.batik.gvt.text |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowGlyphLayout
One line Class Desc
Complete Class Desc
|
Modifier and Type | Method and Description |
---|---|
TextSpanLayout |
FlowTextLayoutFactory.createTextLayout(AttributedCharacterIterator aci,
int[] charMap,
Point2D offset,
FontRenderContext frc)
Returns an instance of TextSpanLayout suitable for rendering the
AttributedCharacterIterator.
|
Modifier and Type | Field and Description |
---|---|
protected TextSpanLayout |
StrokingTextPainter.TextRun.layout |
Modifier and Type | Method and Description |
---|---|
TextSpanLayout |
StrokingTextPainter.TextRun.getLayout() |
Constructor and Description |
---|
StrokingTextPainter.TextRun(TextSpanLayout layout,
AttributedCharacterIterator aci,
boolean firstRunInChunk) |
Modifier and Type | Class and Description |
---|---|
class |
GlyphLayout
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.
|
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.
|
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.