Uses of Class
org.apache.poi.hslf.model.Picture

Packages that use Picture
org.apache.poi.hslf.blip   
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

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

Methods in org.apache.poi.hslf.blip with parameters of type Picture
 void ImagePainter.paint(java.awt.Graphics2D graphics, PictureData pict, Picture parent)
          Paints the specified picture data
 void BitmapPainter.paint(java.awt.Graphics2D graphics, PictureData pict, Picture parent)
           
 

Uses of Picture in org.apache.poi.hslf.model
 

Subclasses of Picture in org.apache.poi.hslf.model
 class OLEShape
          A shape representing embedded OLE obejct.
 

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

Methods in org.apache.poi.hslf.usermodel with parameters of type Picture
 void PictureData.draw(java.awt.Graphics2D graphics, Picture parent)
           
 



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