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 | |
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 |
Modifier and Type | Field and Description |
---|---|
protected TextPainter |
BridgeContext.textPainter
The text painter to use.
|
Modifier and Type | Method and Description |
---|---|
TextPainter |
BridgeContext.getTextPainter()
Returns the text painter that will be used be text nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
BridgeContext.setTextPainter(TextPainter textPainter)
Sets the text painter that will be used by text nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowExtTextPainter
One line Class Desc
Complete Class Desc
|
Modifier and Type | Field and Description |
---|---|
protected static TextPainter |
FlowExtTextPainter.singleton
A unique instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static TextPainter |
FlowExtTextPainter.getInstance()
Returns a unique instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowExtTextNode.setTextPainter(TextPainter textPainter) |
Modifier and Type | Field and Description |
---|---|
protected TextPainter |
TextNode.textPainter
The text painter used to display the text of this text node.
|
Modifier and Type | Method and Description |
---|---|
TextPainter |
TextNode.getTextPainter()
Returns the text painter of this text node.
|
Modifier and Type | Method and Description |
---|---|
void |
TextNode.setTextPainter(TextPainter textPainter)
Sets the text painter of this text node.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowTextPainter
One line Class Desc
Complete Class Desc
|
Modifier and Type | Field and Description |
---|---|
protected static TextPainter |
FlowTextPainter.singleton
A unique instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static TextPainter |
FlowTextPainter.getInstance()
Returns a unique instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowTextNode.setTextPainter(TextPainter textPainter) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected static TextPainter |
StrokingTextPainter.singleton
A unique instance of this class.
|
Modifier and Type | Method and Description |
---|---|
static TextPainter |
StrokingTextPainter.getInstance()
Returns a unique instance of this class.
|
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.