Uses of Class
org.apache.poi.xslf.usermodel.XSLFPictureData

Packages that use XSLFPictureData
org.apache.poi.xslf.usermodel   
 

Uses of XSLFPictureData in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFPictureData
 XSLFPictureData XSLFPictureShape.getPictureData()
           
 

Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFPictureData
 java.util.List<XSLFPictureData> XMLSlideShow.getAllPictures()
          Returns all Pictures, which are referenced from the document itself.
 

Methods in org.apache.poi.xslf.usermodel with parameters of type XSLFPictureData
 boolean XSLFImageRenderer.drawImage(java.awt.Graphics2D graphics, XSLFPictureData data, java.awt.geom.Rectangle2D anchor)
          Render picture data into the supplied graphics
 



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