Uses of Interface
org.apache.batik.bridge.TextPainter
-
Packages that use TextPainter 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 TextPainter in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement TextPainter Modifier and Type Class Description classBasicTextPainterBasic implementation of TextPainter which renders the attributed character iterator of aTextNode.classConcreteTextPainterRenders the attributed character iterator of aTextNode.classFlowTextPainterOne line Class Desc Complete Class DescclassStrokingTextPainterMore sophisticated implementation of TextPainter which renders the attributed character iterator of aTextNode.Fields in org.apache.batik.bridge declared as TextPainter Modifier and Type Field Description protected static TextPainterFlowTextPainter. singletonA unique instance of this class.protected static TextPainterStrokingTextPainter. singletonA unique instance of this class.protected TextPainterBridgeContext. textPainterThe text painter to use.protected TextPainterTextNode. textPainterThe text painter used to display the text of this text node.Methods in org.apache.batik.bridge that return TextPainter Modifier and Type Method Description static TextPainterFlowTextPainter. getInstance()Returns a unique instance of this class.static TextPainterStrokingTextPainter. getInstance()Returns a unique instance of this class.TextPainterBridgeContext. getTextPainter()Returns the text painter that will be used be text nodes.TextPainterTextNode. getTextPainter()Returns the text painter of this text node.Methods in org.apache.batik.bridge with parameters of type TextPainter Modifier and Type Method Description voidBridgeContext. setTextPainter(TextPainter textPainter)Sets the text painter that will be used by text nodes.voidFlowTextNode. setTextPainter(TextPainter textPainter)voidTextNode. setTextPainter(TextPainter textPainter)Sets the text painter of this text node. -
Uses of TextPainter in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement TextPainter Modifier and Type Class Description classFlowExtTextPainterOne line Class Desc Complete Class DescFields in org.apache.batik.extension.svg declared as TextPainter Modifier and Type Field Description protected static TextPainterFlowExtTextPainter. singletonA unique instance of this class.Methods in org.apache.batik.extension.svg that return TextPainter Modifier and Type Method Description static TextPainterFlowExtTextPainter. getInstance()Returns a unique instance of this class.Methods in org.apache.batik.extension.svg with parameters of type TextPainter Modifier and Type Method Description voidFlowExtTextNode. setTextPainter(TextPainter textPainter)
-