public abstract class AbstractFOPTextPainter extends Object implements org.apache.batik.bridge.TextPainter
TextNode
.
This class draws the text directly into the Graphics2D so that
the text is not drawn using shapes.
If the text is simple enough to draw then it sets the font and calls
drawString. If the text is complex or the cannot be translated
into a simple drawString the StrokingTextPainter is used instead.Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log
the logger for this class
|
Constructor and Description |
---|
AbstractFOPTextPainter(FOPTextHandler nativeTextHandler,
org.apache.batik.bridge.TextPainter proxyTextPainter)
Create a new PS text painter with the given font information.
|
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
getBounds2D(org.apache.batik.bridge.TextNode node)
Get the bounds.
|
Rectangle2D |
getGeometryBounds(org.apache.batik.bridge.TextNode node)
Get the geometry bounds.
|
Shape |
getHighlightShape(org.apache.batik.bridge.Mark beginMark,
org.apache.batik.bridge.Mark endMark)
Get the highlighted shape.
|
org.apache.batik.bridge.Mark |
getMark(org.apache.batik.bridge.TextNode node,
int pos,
boolean all)
Get the mark.
|
Shape |
getOutline(org.apache.batik.bridge.TextNode node)
Get the outline shape of the text characters.
|
int[] |
getSelected(org.apache.batik.bridge.Mark start,
org.apache.batik.bridge.Mark finish)
Get selected.
|
protected String |
getText(AttributedCharacterIterator aci)
Extract the raw text from an ACI.
|
protected abstract boolean |
isSupportedGraphics2D(Graphics2D g2d)
Checks whether the Graphics2D is compatible with this text painter.
|
void |
paint(org.apache.batik.bridge.TextNode node,
Graphics2D g2d)
Paints the specified attributed character iterator using the
specified Graphics2D and context and font context.
|
org.apache.batik.bridge.Mark |
selectAt(double x,
double y,
org.apache.batik.bridge.TextNode node)
Select at.
|
org.apache.batik.bridge.Mark |
selectFirst(org.apache.batik.bridge.TextNode node)
Selec first.
|
org.apache.batik.bridge.Mark |
selectLast(org.apache.batik.bridge.TextNode node)
Select last.
|
org.apache.batik.bridge.Mark |
selectTo(double x,
double y,
org.apache.batik.bridge.Mark beginMark)
Select to.
|
public AbstractFOPTextPainter(FOPTextHandler nativeTextHandler, org.apache.batik.bridge.TextPainter proxyTextPainter)
nativeTextHandler
- the NativeTextHandler instance used for text paintingpublic void paint(org.apache.batik.bridge.TextNode node, Graphics2D g2d)
paint
in interface org.apache.batik.bridge.TextPainter
node
- the TextNode to paintg2d
- the Graphics2D to useprotected abstract boolean isSupportedGraphics2D(Graphics2D g2d)
g2d
- the Graphics2D instance to checkprotected String getText(AttributedCharacterIterator aci)
aci
- ACI to inspectpublic Shape getOutline(org.apache.batik.bridge.TextNode node)
getOutline
in interface org.apache.batik.bridge.TextPainter
node
- the text nodepublic Rectangle2D getBounds2D(org.apache.batik.bridge.TextNode node)
getBounds2D
in interface org.apache.batik.bridge.TextPainter
node
- the text nodepublic Rectangle2D getGeometryBounds(org.apache.batik.bridge.TextNode node)
getGeometryBounds
in interface org.apache.batik.bridge.TextPainter
node
- the text nodepublic org.apache.batik.bridge.Mark getMark(org.apache.batik.bridge.TextNode node, int pos, boolean all)
getMark
in interface org.apache.batik.bridge.TextPainter
node
- the text nodepos
- the positionall
- select allpublic org.apache.batik.bridge.Mark selectAt(double x, double y, org.apache.batik.bridge.TextNode node)
selectAt
in interface org.apache.batik.bridge.TextPainter
x
- the x positiony
- the y positionnode
- the text nodepublic org.apache.batik.bridge.Mark selectTo(double x, double y, org.apache.batik.bridge.Mark beginMark)
selectTo
in interface org.apache.batik.bridge.TextPainter
x
- the x positiony
- the y positionbeginMark
- the start markpublic org.apache.batik.bridge.Mark selectFirst(org.apache.batik.bridge.TextNode node)
selectFirst
in interface org.apache.batik.bridge.TextPainter
node
- the text nodepublic org.apache.batik.bridge.Mark selectLast(org.apache.batik.bridge.TextNode node)
selectLast
in interface org.apache.batik.bridge.TextPainter
node
- the text nodepublic int[] getSelected(org.apache.batik.bridge.Mark start, org.apache.batik.bridge.Mark finish)
getSelected
in interface org.apache.batik.bridge.TextPainter
start
- the start markfinish
- the finish markpublic Shape getHighlightShape(org.apache.batik.bridge.Mark beginMark, org.apache.batik.bridge.Mark endMark)
getHighlightShape
in interface org.apache.batik.bridge.TextPainter
beginMark
- the start markendMark
- the end markCopyright © 2025 Apache Software Foundation. All rights reserved.