|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.blip.BitmapPainter
public class BitmapPainter
Creates BufferedImage using javax.imageio.ImageIO and draws it in the specified graphics.
Field Summary | |
---|---|
protected POILogger |
logger
|
Constructor Summary | |
---|---|
BitmapPainter()
|
Method Summary | |
---|---|
void |
paint(java.awt.Graphics2D graphics,
PictureData pict,
Picture parent)
Paints the specified picture data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected POILogger logger
Constructor Detail |
---|
public BitmapPainter()
Method Detail |
---|
public void paint(java.awt.Graphics2D graphics, PictureData pict, Picture parent)
ImagePainter
paint
in interface ImagePainter
graphics
- the graphics to paintb intopict
- the data to paintparent
- the shapes that owns the picture data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |