Uses of Interface
org.apache.batik.bridge.TextLayoutFactory
-
Packages that use TextLayoutFactory 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 TextLayoutFactory in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement TextLayoutFactory Modifier and Type Class Description class
ConcreteTextLayoutFactory
Factory instance that returns TextSpanLayouts appropriate to AttributedCharacterIterator instances.class
FlowTextLayoutFactory
Factory instance that returns TextSpanLayouts appropriate to FlowRoot instances.Methods in org.apache.batik.bridge that return TextLayoutFactory Modifier and Type Method Description protected TextLayoutFactory
BasicTextPainter. getTextLayoutFactory()
-
Uses of TextLayoutFactory in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement TextLayoutFactory Modifier and Type Class Description class
FlowExtTextLayoutFactory
Factory instance that returns TextSpanLayouts appropriate to FlowRoot instances.
-