DirectGif89Frame
, IndexGif89Frame
abstract class Gif89Frame
extends java.lang.Object
修飾子とタイプ | フィールド | 説明 |
---|---|---|
(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 |
コンストラクタ | 説明 |
---|---|
Gif89Frame() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
(package private) void |
encode(java.io.OutputStream os,
boolean epluribus,
int color_depth,
int transparent_index) |
|
(package private) int |
getHeight() |
|
(package private) byte[] |
getPixelSink() |
|
(package private) abstract java.lang.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(java.awt.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(java.awt.Point p)
void setInterlaced(boolean b)
void setDelay(int interval)
void setDisposalMode(int code)
abstract java.lang.Object getPixelSource()
int getWidth()
int getHeight()
byte[] getPixelSink()
void encode(java.io.OutputStream os, boolean epluribus, int color_depth, int transparent_index) throws java.io.IOException
java.io.IOException