|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextSpanLayout | |
---|---|
org.apache.batik.extension.svg | |
org.apache.batik.gvt.flow | |
org.apache.batik.gvt.renderer | |
org.apache.batik.gvt.text |
Uses of TextSpanLayout in org.apache.batik.extension.svg |
---|
Classes in org.apache.batik.extension.svg that implement TextSpanLayout | |
---|---|
class |
FlowExtGlyphLayout
A GlyphLayout class for SVG 1.2 flowing text. |
Methods in org.apache.batik.extension.svg that return TextSpanLayout | |
---|---|
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. |
Uses of TextSpanLayout in org.apache.batik.gvt.flow |
---|
Classes in org.apache.batik.gvt.flow that implement TextSpanLayout | |
---|---|
class |
FlowGlyphLayout
One line Class Desc Complete Class Desc |
Methods in org.apache.batik.gvt.flow that return TextSpanLayout | |
---|---|
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. |
Uses of TextSpanLayout in org.apache.batik.gvt.renderer |
---|
Fields in org.apache.batik.gvt.renderer declared as TextSpanLayout | |
---|---|
protected TextSpanLayout |
StrokingTextPainter.TextRun.layout
|
Methods in org.apache.batik.gvt.renderer that return TextSpanLayout | |
---|---|
TextSpanLayout |
StrokingTextPainter.TextRun.getLayout()
|
Constructors in org.apache.batik.gvt.renderer with parameters of type TextSpanLayout | |
---|---|
StrokingTextPainter.TextRun(TextSpanLayout layout,
java.text.AttributedCharacterIterator aci,
boolean firstRunInChunk)
|
Uses of TextSpanLayout in org.apache.batik.gvt.text |
---|
Classes in org.apache.batik.gvt.text that implement TextSpanLayout | |
---|---|
class |
GlyphLayout
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector. |
Methods in org.apache.batik.gvt.text that return TextSpanLayout | |
---|---|
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |