public class SEQDeltaFrame extends SEQFrame
References:
http://www.fileformat.info/format/atari/egff.htm
http://www.atari-forum.com/wiki/index.php/ST_Picture_Formats
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()
Returns true if the frame can be decoded over both the previous frame
or the subsequent frame.
|
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, setY
public 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 SEQFrame
public int getBottomBound(SEQMovieTrack track)
getBottomBound
in class SEQFrame
public int getLeftBound(SEQMovieTrack track)
getLeftBound
in class SEQFrame
public int getRightBound(SEQMovieTrack track)
getRightBound
in class SEQFrame
public boolean isBidirectional()
All key frames are bidirectional. Delta frames which use an XOR OP-mode are bidirectional as well.
isBidirectional
in class SEQFrame