public final class MovieShape extends Picture
Modifier and Type | Field | Description |
---|---|---|
static int |
DEFAULT_MOVIE_THUMBNAIL |
|
static int |
MOVIE_AVI |
|
static int |
MOVIE_MPEG |
_escherContainer, _fill, _parent, _sheet, EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, logger, MASTER_DPI, PIXEL_DPI, POINT_DPI
_clientData, _clientRecords, DEFAULT_LINE_WIDTH
Modifier | Constructor | Description |
---|---|---|
|
MovieShape(int movieIdx,
int pictureIdx) |
Create a new
Picture |
|
MovieShape(int movieIdx,
int idx,
Shape parent) |
Create a new
Picture |
protected |
MovieShape(EscherContainerRecord escherRecord,
Shape parent) |
Create a
Picture object |
Modifier and Type | Method | Description |
---|---|---|
protected EscherContainerRecord |
createSpContainer(int idx,
boolean isChild) |
Create a new Placeholder and initialize internal structures
|
java.lang.String |
getPath() |
|
boolean |
isAutoPlay() |
|
void |
setAutoPlay(boolean flag) |
|
void |
setMovieIndex(int idx) |
Assign a movie to this shape
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterInsert, draw, getBlipClip, getEscherBSERecord, getPictureData, getPictureIndex, getPictureName, setDefaultSize, setPictureName
getAnchor, getAnchor2D, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFlipHorizontal, getFlipVertical, getHyperlink, getOutline, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setRotation, setShapeId, setShapeType, setSheet
createSpContainer, getClientDataRecord, getClientRecords, getFillColor, getLineColor, getLineDashing, getLineStyle, getLineWidth, getLogicalAnchor2D, setFillColor, setHyperlink, setLineColor, setLineDashing, setLineStyle, setLineWidth, updateClientData
public static final int DEFAULT_MOVIE_THUMBNAIL
public static final int MOVIE_MPEG
public static final int MOVIE_AVI
public MovieShape(int movieIdx, int pictureIdx)
Picture
pictureIdx
- the index of the picturepublic MovieShape(int movieIdx, int idx, Shape parent)
Picture
idx
- the index of the pictureparent
- the parent shapeprotected MovieShape(EscherContainerRecord escherRecord, Shape parent)
Picture
objectescherRecord
- the EscherSpContainer
record which holds information about
this picture in the Slide
parent
- the parent shape of this pictureprotected EscherContainerRecord createSpContainer(int idx, boolean isChild)
createSpContainer
in class Picture
idx
- the index of the picture which refers to EscherBSE
container.EscherContainerRecord
which holds shape datapublic void setMovieIndex(int idx)
idx
- the index of the movieSlideShow.addMovie(String, int)
public void setAutoPlay(boolean flag)
public boolean isAutoPlay()
public java.lang.String getPath()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.