public abstract class ConcreteTextPainter extends BasicTextPainter
TextNode.BasicTextPainter.BasicMarkaaOffFontRenderContext, fontRenderContext| Constructor and Description |
|---|
ConcreteTextPainter() |
| Modifier and Type | Method and Description |
|---|---|
void |
paint(AttributedCharacterIterator aci,
Point2D location,
TextNode.Anchor anchor,
Graphics2D g2d)
Paints the specified attributed character iterator using the
specified Graphics2D and context and font context.
|
getGeometryBounds, getTextLayoutFactory, hitTest, selectAt, selectToclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBounds2D, getHighlightShape, getMark, getOutline, getSelected, paint, selectFirst, selectLastpublic void paint(AttributedCharacterIterator aci, Point2D location, TextNode.Anchor anchor, Graphics2D g2d)
aci - the AttributedCharacterIterator containing the textlocation - the location to paint the textanchor - the text anchor positiong2d - the Graphics2D to useCopyright © 2000–2021 Apache Software Foundation. All rights reserved.