public class ANIMDeltaFrame extends ANIMFrame
| Modifier and Type | Field and Description |
|---|---|
static int |
OP_ByteVertical |
static int |
OP_Direct |
static int |
OP_GeneralDelta |
static int |
OP_J |
static int |
OP_LongDelta |
static int |
OP_ShortDelta |
static int |
OP_StereoDelta |
static int |
OP_Vertical7 |
static int |
OP_Vertical8 |
static int |
OP_XOR |
BadBitsOP_ByteVertical, BadBitsOP_GeneralDelta, BIT_LongData, BIT_LongInfoOffsets, BIT_OneInfoListForAllPlanes, BIT_RLC, BIT_Vertical, BIT_XOR, colorModel, data| Constructor and Description |
|---|
ANIMDeltaFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(BitmapImage bitmap,
ANIMMovieTrack track) |
int |
getBottomBound(ANIMMovieTrack track) |
int |
getLeftBound(ANIMMovieTrack track) |
int |
getRightBound(ANIMMovieTrack track) |
int |
getTopBound(ANIMMovieTrack track) |
boolean |
isBidirectional() |
addAudioCommand, cleanUpAudioCommands, getAudioCommands, getBits, getColorModel, getInterleave, getOperation, getRelTime, setAbsTime, setBits, setColorModel, setData, setHeight, setInterleave, setMask, setOperation, setRelTime, setWidth, setX, setYpublic static final int OP_Direct
public static final int OP_XOR
public static final int OP_LongDelta
public static final int OP_ShortDelta
public static final int OP_GeneralDelta
public static final int OP_ByteVertical
public static final int OP_StereoDelta
public static final int OP_Vertical7
public static final int OP_Vertical8
public static final int OP_J
public void decode(BitmapImage bitmap, ANIMMovieTrack track)
public int getTopBound(ANIMMovieTrack track)
getTopBound in class ANIMFramepublic int getBottomBound(ANIMMovieTrack track)
getBottomBound in class ANIMFramepublic int getLeftBound(ANIMMovieTrack track)
getLeftBound in class ANIMFramepublic int getRightBound(ANIMMovieTrack track)
getRightBound in class ANIMFramepublic boolean isBidirectional()
isBidirectional in class ANIMFrameCopyright © 2022. All Rights Reserved.