Uses of Interface
org.apache.batik.bridge.TextSpanLayout
Packages that use TextSpanLayout
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of TextSpanLayout in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement TextSpanLayoutModifier and TypeClassDescriptionclass
One line Class Desc Complete Class Descclass
Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.Fields in org.apache.batik.bridge declared as TextSpanLayoutMethods in org.apache.batik.bridge that return TextSpanLayoutModifier and TypeMethodDescriptionConcreteTextLayoutFactory.createTextLayout
(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc) Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.FlowTextLayoutFactory.createTextLayout
(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc) Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.TextLayoutFactory.createTextLayout
(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc) Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.StrokingTextPainter.TextRun.getLayout()
Constructors in org.apache.batik.bridge with parameters of type TextSpanLayoutModifierConstructorDescriptionTextRun
(TextSpanLayout layout, AttributedCharacterIterator aci, boolean firstRunInChunk) -
Uses of TextSpanLayout in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement TextSpanLayoutModifier and TypeClassDescriptionclass
A GlyphLayout class for SVG 1.2 flowing text.Methods in org.apache.batik.extension.svg that return TextSpanLayoutModifier and TypeMethodDescriptionFlowExtTextLayoutFactory.createTextLayout
(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc) Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.