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 classFlowGlyphLayoutOne line Class Desc Complete Class DescclassGlyphLayoutImplementation of TextSpanLayout which uses java.awt.font.GlyphVector.Fields in org.apache.batik.bridge declared as TextSpanLayout Modifier and Type Field Description protected TextSpanLayoutStrokingTextPainter.TextRun. layout(package private) TextSpanLayoutSVGTextElementBridge.CharacterInformation. layoutMethods in org.apache.batik.bridge that return TextSpanLayout Modifier and Type Method Description TextSpanLayoutConcreteTextLayoutFactory. 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.TextSpanLayoutFlowTextLayoutFactory. 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.TextSpanLayoutTextLayoutFactory. 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.TextSpanLayoutStrokingTextPainter.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 classFlowExtGlyphLayoutA GlyphLayout class for SVG 1.2 flowing text.Methods in org.apache.batik.extension.svg that return TextSpanLayout Modifier and Type Method Description TextSpanLayoutFlowExtTextLayoutFactory. 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.
-