abstract class Gif89Frame extends Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
ciPixels |
(package private) static int |
DM_BGCOLOR |
(package private) static int |
DM_LEAVE |
(package private) static int |
DM_REVERT |
(package private) static int |
DM_UNDEFINED |
(package private) int |
theHeight |
(package private) int |
theWidth |
Constructor and Description |
---|
Gif89Frame() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
encode(OutputStream os,
boolean epluribus,
int color_depth,
int transparent_index) |
(package private) int |
getHeight() |
(package private) byte[] |
getPixelSink() |
(package private) abstract Object |
getPixelSource() |
(package private) int |
getWidth() |
(package private) void |
setDelay(int interval) |
(package private) void |
setDisposalMode(int code) |
(package private) void |
setInterlaced(boolean b) |
(package private) void |
setPosition(Point p) |
static final int DM_UNDEFINED
static final int DM_LEAVE
static final int DM_BGCOLOR
static final int DM_REVERT
int theWidth
int theHeight
byte[] ciPixels
void setPosition(Point p)
void setInterlaced(boolean b)
void setDelay(int interval)
void setDisposalMode(int code)
abstract Object getPixelSource()
int getWidth()
int getHeight()
byte[] getPixelSink()
void encode(OutputStream os, boolean epluribus, int color_depth, int transparent_index) throws IOException
IOException