Uses of Interface
org.apache.poi.hslf.blip.ImagePainter

Packages that use ImagePainter
org.apache.poi.hslf.blip   
org.apache.poi.hslf.usermodel   
 

Uses of ImagePainter in org.apache.poi.hslf.blip
 

Classes in org.apache.poi.hslf.blip that implement ImagePainter
 class BitmapPainter
          Creates BufferedImage using javax.imageio.ImageIO and draws it in the specified graphics.
 

Uses of ImagePainter in org.apache.poi.hslf.usermodel
 

Fields in org.apache.poi.hslf.usermodel declared as ImagePainter
protected static ImagePainter[] PictureData.painters
           
 

Methods in org.apache.poi.hslf.usermodel that return ImagePainter
static ImagePainter PictureData.getImagePainter(int type)
          Return ImagePainter for the specified image type
 

Methods in org.apache.poi.hslf.usermodel with parameters of type ImagePainter
static void PictureData.setImagePainter(int type, ImagePainter painter)
          Register ImagePainter for the specified image type
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.