public class SEQDeltaFrame extends SEQFrame
| Modifier and Type | Field and Description |
|---|---|
static int |
OP_Copy |
static int |
OP_XOR |
static int |
SM_COMPRESSED |
static int |
SM_UNCOMPRESSED |
BadBitsOP_ByteVertical, BadBitsOP_GeneralDelta, BIT_LongData, BIT_LongInfoOffsets, BIT_OneInfoListForAllPlanes, BIT_RLC, BIT_Vertical, BIT_XOR, colorModel, data| Constructor and Description |
|---|
SEQDeltaFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(BitmapImage bitmap,
SEQMovieTrack track) |
int |
getBottomBound(SEQMovieTrack track) |
int |
getLeftBound(SEQMovieTrack track) |
int |
getRightBound(SEQMovieTrack track) |
int |
getTopBound(SEQMovieTrack track) |
boolean |
isBidirectional() |
void |
setBounds(int x,
int y,
int w,
int h) |
addAudioCommand, cleanUpAudioCommands, getAudioCommands, getBits, getColorModel, getInterleave, getOperation, getRelTime, getStorageMethod, setAbsTime, setBits, setColorModel, setData, setHeight, setInterleave, setOperation, setRelTime, setStorageMethod, setWidth, setX, setYpublic static final int OP_Copy
public static final int OP_XOR
public static final int SM_UNCOMPRESSED
public static final int SM_COMPRESSED
public void decode(BitmapImage bitmap, SEQMovieTrack track)
public void setBounds(int x,
int y,
int w,
int h)
public int getTopBound(SEQMovieTrack track)
getTopBound in class SEQFramepublic int getBottomBound(SEQMovieTrack track)
getBottomBound in class SEQFramepublic int getLeftBound(SEQMovieTrack track)
getLeftBound in class SEQFramepublic int getRightBound(SEQMovieTrack track)
getRightBound in class SEQFramepublic boolean isBidirectional()
isBidirectional in class SEQFrameCopyright © 2022. All Rights Reserved.