|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PictureData | |
---|---|
org.apache.poi.hslf | |
org.apache.poi.hslf.blip | |
org.apache.poi.hslf.model | |
org.apache.poi.hslf.usermodel |
Uses of PictureData in org.apache.poi.hslf |
---|
Methods in org.apache.poi.hslf that return PictureData | |
---|---|
PictureData[] |
HSLFSlideShow.getPictures()
Return array of pictures contained in this presentation |
Methods in org.apache.poi.hslf with parameters of type PictureData | |
---|---|
void |
HSLFSlideShow.addPicture(PictureData img)
Add a new picture to this presentation. |
Uses of PictureData in org.apache.poi.hslf.blip |
---|
Subclasses of PictureData in org.apache.poi.hslf.blip | |
---|---|
class |
Bitmap
Represents a bitmap picture data: JPEG or PNG. |
class |
DIB
Represents a DIB picture data in a PPT file |
class |
EMF
Represents EMF (Windows Enhanced Metafile) picture data. |
class |
JPEG
Represents a JPEG picture data in a PPT file |
class |
Metafile
Represents a metafile picture which can be one of the following types: EMF, WMF, or PICT. |
class |
PICT
Represents Macintosh PICT picture data. |
class |
PNG
Represents a PNG picture data in a PPT file |
class |
WMF
Represents a WMF (Windows Metafile) picture data. |
Methods in org.apache.poi.hslf.blip with parameters of type PictureData | |
---|---|
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 PictureData in org.apache.poi.hslf.model |
---|
Methods in org.apache.poi.hslf.model that return PictureData | |
---|---|
PictureData |
Picture.getPictureData()
Returns the picture data for this picture. |
PictureData |
Fill.getPictureData()
PictureData object used in a texture, pattern of picture fill. |
Uses of PictureData in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return PictureData | |
---|---|
static PictureData |
PictureData.create(int type)
Create an instance of PictureData by type. |
PictureData[] |
SlideShow.getPictureData()
Returns the data of all the pictures attached to the SlideShow |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |