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 class
BasicTextPainter
Basic implementation of TextPainter which renders the attributed character iterator of aTextNode
.class
ConcreteTextPainter
Renders the attributed character iterator of aTextNode
.class
FlowTextPainter
One line Class Desc Complete Class Descclass
StrokingTextPainter
More 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 TextPainter
FlowTextPainter. singleton
A unique instance of this class.protected static TextPainter
StrokingTextPainter. singleton
A unique instance of this class.protected TextPainter
BridgeContext. textPainter
The text painter to use.protected TextPainter
TextNode. textPainter
The 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 TextPainter
FlowTextPainter. getInstance()
Returns a unique instance of this class.static TextPainter
StrokingTextPainter. getInstance()
Returns a unique instance of this class.TextPainter
BridgeContext. getTextPainter()
Returns the text painter that will be used be text nodes.TextPainter
TextNode. 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 void
BridgeContext. setTextPainter(TextPainter textPainter)
Sets the text painter that will be used by text nodes.void
FlowTextNode. setTextPainter(TextPainter textPainter)
void
TextNode. 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 class
FlowExtTextPainter
One line Class Desc Complete Class DescFields in org.apache.batik.extension.svg declared as TextPainter Modifier and Type Field Description protected static TextPainter
FlowExtTextPainter. singleton
A unique instance of this class.Methods in org.apache.batik.extension.svg that return TextPainter Modifier and Type Method Description static TextPainter
FlowExtTextPainter. 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 void
FlowExtTextNode. setTextPainter(TextPainter textPainter)
-