Uses of Interface
org.apache.batik.bridge.TextSpanLayout
-
Packages that use TextSpanLayout 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 -
-
Uses of TextSpanLayout in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement TextSpanLayout Modifier and Type Class Description class
FlowGlyphLayout
One line Class Desc Complete Class Descclass
GlyphLayout
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.Fields in org.apache.batik.bridge declared as TextSpanLayout Modifier and Type Field Description protected TextSpanLayout
StrokingTextPainter.TextRun. layout
Methods in org.apache.batik.bridge that return TextSpanLayout 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()
Constructors in org.apache.batik.bridge with parameters of type TextSpanLayout Constructor Description TextRun(TextSpanLayout layout, java.text.AttributedCharacterIterator aci, boolean firstRunInChunk)
-
Uses of TextSpanLayout in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement TextSpanLayout Modifier and Type Class Description class
FlowExtGlyphLayout
A GlyphLayout class for SVG 1.2 flowing text.Methods in org.apache.batik.extension.svg that return TextSpanLayout 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.
-