|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextPainter | |
---|---|
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 | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.gvt.flow | |
org.apache.batik.gvt.renderer |
Uses of TextPainter in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as TextPainter | |
---|---|
protected TextPainter |
BridgeContext.textPainter
The text painter to use. |
Methods in org.apache.batik.bridge that return TextPainter | |
---|---|
TextPainter |
BridgeContext.getTextPainter()
Returns the text painter that will be used be text nodes. |
Methods in org.apache.batik.bridge with parameters of type TextPainter | |
---|---|
void |
BridgeContext.setTextPainter(TextPainter textPainter)
Sets the text painter that will be used by text nodes. |
Uses of TextPainter in org.apache.batik.extension.svg |
---|
Classes in org.apache.batik.extension.svg that implement TextPainter | |
---|---|
class |
FlowExtTextPainter
One line Class Desc Complete Class Desc |
Fields in org.apache.batik.extension.svg declared as TextPainter | |
---|---|
protected static TextPainter |
FlowExtTextPainter.singleton
A unique instance of this class. |
Methods in org.apache.batik.extension.svg that return TextPainter | |
---|---|
static TextPainter |
FlowExtTextPainter.getInstance()
Returns a unique instance of this class. |
Methods in org.apache.batik.extension.svg with parameters of type TextPainter | |
---|---|
void |
FlowExtTextNode.setTextPainter(TextPainter textPainter)
|
Uses of TextPainter in org.apache.batik.gvt |
---|
Fields in org.apache.batik.gvt declared as TextPainter | |
---|---|
protected TextPainter |
TextNode.textPainter
The text painter used to display the text of this text node. |
Methods in org.apache.batik.gvt that return TextPainter | |
---|---|
TextPainter |
TextNode.getTextPainter()
Returns the text painter of this text node. |
Methods in org.apache.batik.gvt with parameters of type TextPainter | |
---|---|
void |
TextNode.setTextPainter(TextPainter textPainter)
Sets the text painter of this text node. |
Uses of TextPainter in org.apache.batik.gvt.flow |
---|
Classes in org.apache.batik.gvt.flow that implement TextPainter | |
---|---|
class |
FlowTextPainter
One line Class Desc Complete Class Desc |
Fields in org.apache.batik.gvt.flow declared as TextPainter | |
---|---|
protected static TextPainter |
FlowTextPainter.singleton
A unique instance of this class. |
Methods in org.apache.batik.gvt.flow that return TextPainter | |
---|---|
static TextPainter |
FlowTextPainter.getInstance()
Returns a unique instance of this class. |
Methods in org.apache.batik.gvt.flow with parameters of type TextPainter | |
---|---|
void |
FlowTextNode.setTextPainter(TextPainter textPainter)
|
Uses of TextPainter in org.apache.batik.gvt.renderer |
---|
Classes in org.apache.batik.gvt.renderer that implement TextPainter | |
---|---|
class |
BasicTextPainter
Basic implementation of TextPainter which renders the attributed character iterator of a TextNode. |
class |
ConcreteTextPainter
Renders the attributed character iterator of a TextNode. |
class |
StrokingTextPainter
More sophisticated implementation of TextPainter which renders the attributed character iterator of a TextNode. |
Fields in org.apache.batik.gvt.renderer declared as TextPainter | |
---|---|
protected static TextPainter |
StrokingTextPainter.singleton
A unique instance of this class. |
Methods in org.apache.batik.gvt.renderer that return TextPainter | |
---|---|
static TextPainter |
StrokingTextPainter.getInstance()
Returns a unique instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |