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()
Returns true if the frame can be decoded over both the previous frame
or the subsequent frame.
|
addAudioCommand, cleanUpAudioCommands, getAudioCommands, getBits, getColorModel, getInterleave, getOperation, getRelTime, setAbsTime, setBits, setColorModel, setData, setHeight, setInterleave, setMask, setOperation, setRelTime, setWidth, setX, setY
public 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 ANIMFrame
public int getBottomBound(ANIMMovieTrack track)
getBottomBound
in class ANIMFrame
public int getLeftBound(ANIMMovieTrack track)
getLeftBound
in class ANIMFrame
public int getRightBound(ANIMMovieTrack track)
getRightBound
in class ANIMFrame
public boolean isBidirectional()
All key frames are bidirectional. Delta frames which use an XOR OP-mode are bidirectional as well.
isBidirectional
in class ANIMFrame