public final class MovieShape extends Picture
| Modifier and Type | Field and Description | 
|---|---|
static int | 
DEFAULT_MOVIE_THUMBNAIL  | 
static int | 
MOVIE_AVI  | 
static int | 
MOVIE_MPEG  | 
_clientData, _clientRecords, DEFAULT_LINE_WIDTH_escherContainer, _fill, _parent, _sheet, EMU_PER_CENTIMETER, EMU_PER_INCH, EMU_PER_POINT, logger, MASTER_DPI, PIXEL_DPI, POINT_DPI| Modifier | Constructor and Description | 
|---|---|
protected  | 
MovieShape(EscherContainerRecord escherRecord,
          Shape parent)
Create a  
Picture object | 
  | 
MovieShape(int movieIdx,
          int pictureIdx)
Create a new  
Picture | 
  | 
MovieShape(int movieIdx,
          int idx,
          Shape parent)
Create a new  
Picture | 
| Modifier and Type | Method and Description | 
|---|---|
protected EscherContainerRecord | 
createSpContainer(int idx,
                 boolean isChild)
Create a new Placeholder and initialize internal structures 
 | 
String | 
getPath()  | 
boolean | 
isAutoPlay()  | 
void | 
setAutoPlay(boolean flag)  | 
void | 
setMovieIndex(int idx)
Assign a movie to this shape 
 | 
afterInsert, draw, getEscherBSERecord, getPictureData, getPictureIndex, getPictureName, setDefaultSize, setPictureNamecreateSpContainer, getClientDataRecord, getClientRecords, getFillColor, getFlipHorizontal, getFlipVertical, getLineColor, getLineDashing, getLineStyle, getLineWidth, getLogicalAnchor2D, getRotation, setFillColor, setHyperlink, setLineColor, setLineDashing, setLineStyle, setLineWidth, setRotation, updateClientDatagetAnchor, getAnchor2D, getEscherChild, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getHyperlink, getOutline, getParent, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setShapeId, setShapeType, setSheetpublic static final int DEFAULT_MOVIE_THUMBNAIL
public static final int MOVIE_MPEG
public static final int MOVIE_AVI
public MovieShape(int movieIdx,
                  int pictureIdx)
PicturepictureIdx - the index of the picturepublic MovieShape(int movieIdx,
                  int idx,
                  Shape parent)
Pictureidx - 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 Slideparent - the parent shape of this pictureprotected EscherContainerRecord createSpContainer(int idx, boolean isChild)
createSpContainer in class Pictureidx - 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 String getPath()
Copyright © 2020. All rights reserved.