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 classConcreteTextLayoutFactoryFactory instance that returns TextSpanLayouts appropriate to AttributedCharacterIterator instances.classFlowTextLayoutFactoryFactory instance that returns TextSpanLayouts appropriate to FlowRoot instances.Fields in org.apache.batik.bridge declared as TextLayoutFactory Modifier and Type Field Description private static TextLayoutFactoryBasicTextPainter. textLayoutFactoryMethods in org.apache.batik.bridge that return TextLayoutFactory Modifier and Type Method Description protected TextLayoutFactoryBasicTextPainter. 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 classFlowExtTextLayoutFactoryFactory instance that returns TextSpanLayouts appropriate to FlowRoot instances.
-