|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.gvt.renderer.BasicTextPainter | +--org.apache.batik.gvt.renderer.ConcreteTextPainter
Renders the attributed character iterator of a TextNode.
Inner classes inherited from class org.apache.batik.gvt.renderer.BasicTextPainter |
BasicTextPainter.BasicMark |
Fields inherited from class org.apache.batik.gvt.renderer.BasicTextPainter |
fontRenderContext |
Constructor Summary | |
ConcreteTextPainter()
|
Method Summary | |
void |
paint(java.text.AttributedCharacterIterator aci,
java.awt.geom.Point2D location,
TextNode.Anchor anchor,
java.awt.Graphics2D g2d)
Paints the specified attributed character iterator using the specified Graphics2D and context and font context. |
Methods inherited from class org.apache.batik.gvt.renderer.BasicTextPainter |
getGeometryBounds, getTextLayoutFactory, hitTest, selectAt, selectTo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.gvt.TextPainter |
getBounds2D, getHighlightShape, getMark, getOutline, getSelected, paint, selectFirst, selectLast |
Constructor Detail |
public ConcreteTextPainter()
Method Detail |
public void paint(java.text.AttributedCharacterIterator aci, java.awt.geom.Point2D location, TextNode.Anchor anchor, java.awt.Graphics2D g2d)
shape
- the shape to paintg2d
- the Graphics2D to usecontext
- rendering context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |