|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.TextPainter
public class TextPainter
Paint text into java.awt.Graphics2D
Field Summary | |
---|---|
protected TextShape |
_shape
|
protected POILogger |
logger
|
Constructor Summary | |
---|---|
TextPainter(TextShape shape)
|
Method Summary | |
---|---|
java.text.AttributedString |
getAttributedString(TextRun txrun)
Convert the underlying set of rich text runs into java.text.AttributedString |
void |
paint(java.awt.Graphics2D graphics)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected POILogger logger
protected TextShape _shape
Constructor Detail |
---|
public TextPainter(TextShape shape)
Method Detail |
---|
public java.text.AttributedString getAttributedString(TextRun txrun)
public void paint(java.awt.Graphics2D graphics)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |