|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.model.Shape
org.apache.poi.hslf.model.SimpleShape
org.apache.poi.hslf.model.Picture
public class Picture
Represents a picture in a PowerPoint document.
Field Summary | |
---|---|
static byte |
DIB
Windows DIB (BMP) |
static int |
EMF
Windows Enhanced Metafile (EMF) |
static int |
JPEG
JPEG |
static int |
PICT
Macintosh PICT |
static int |
PNG
PNG |
static int |
WMF
Windows Metafile (WMF) |
Fields inherited from class org.apache.poi.hslf.model.SimpleShape |
---|
DEFAULT_LINE_WIDTH |
Fields inherited from class org.apache.poi.hslf.model.Shape |
---|
EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, MASTER_DPI, PIXEL_DPI, POINT_DPI |
Constructor Summary | |
---|---|
Picture(int idx)
Create a new Picture |
|
Picture(int idx,
Shape parent)
Create a new Picture |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D graphics)
|
PictureData |
getPictureData()
Returns the picture data for this picture. |
int |
getPictureIndex()
Returns index associated with this picture. |
java.lang.String |
getPictureName()
Name of this picture. |
void |
setDefaultSize()
Resize this picture to the default size. |
void |
setPictureName(java.lang.String name)
Name of this picture. |
Methods inherited from class org.apache.poi.hslf.model.SimpleShape |
---|
getFillColor, getFlipHorizontal, getFlipVertical, getLineColor, getLineDashing, getLineStyle, getLineWidth, getLogicalAnchor2D, getRotation, setFillColor, setHyperlink, setLineColor, setLineDashing, setLineStyle, setLineWidth, setRotation |
Methods inherited from class org.apache.poi.hslf.model.Shape |
---|
getAnchor, getAnchor2D, getEscherChild, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getHyperlink, getOutline, getParent, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setShapeId, setShapeType, setSheet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EMF
public static final int WMF
public static final int PICT
public static final int JPEG
public static final int PNG
public static final byte DIB
Constructor Detail |
---|
public Picture(int idx)
Picture
idx
- the index of the picturepublic Picture(int idx, Shape parent)
Picture
idx
- the index of the pictureparent
- the parent shapeMethod Detail |
---|
public int getPictureIndex()
public void setDefaultSize()
public PictureData getPictureData()
public java.lang.String getPictureName()
public void setPictureName(java.lang.String name)
name
- of this picturepublic void draw(java.awt.Graphics2D graphics)
draw
in class SimpleShape
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |