All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- delay.
Variable in class com.kcmultimedia.gifcanvas.GIFFrame
- The delay for this frame, in hundredths of a second.
- dispose.
Variable in class com.kcmultimedia.gifcanvas.GIFFrame
- The disposal method for this frame, per GIF 89A specification.
- finalize().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Used to free graphics resources, flush image frames and
try to be as well-behaved as possible.
- getBytes(DataInputStream).
Static method in class com.kcmultimedia.gifcanvas.GIFParser
- Get the GIF's bytes from a java.io.DataInputStream
- getBytes(File).
Static method in class com.kcmultimedia.gifcanvas.GIFParser
- Get the GIF's bytes from a java.awt.File object
- getBytes(URL).
Static method in class com.kcmultimedia.gifcanvas.GIFParser
- Get the GIF's bytes from a java.net.URL object
- getCurrentFrame().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Return an index to the currently displayed frame of the
GIF, primarily for use by subclasses to perform some kind
of special action depending on the frame that is visible.
- getIterations().
Method in class com.kcmultimedia.gifcanvas.GIFParser
- Get the number of times to repeat the animation.
- getLogicalScreenHeight().
Method in class com.kcmultimedia.gifcanvas.GIFParser
- Get the overall height of the GIF image.
- getLogicalScreenWidth().
Method in class com.kcmultimedia.gifcanvas.GIFParser
- Get the overall width of the GIF image.
- GIFCanvas().
Constructor for class com.kcmultimedia.gifcanvas.GIFCanvas
- This no-argument constructor creates an empty GIFCanvas, sized 0x0.
- GIFCanvas(byte[]).
Constructor for class com.kcmultimedia.gifcanvas.GIFCanvas
- Creates a GIFCanvas displaying the image represented by the byte[]
parameter.
- GIFCanvas(File).
Constructor for class com.kcmultimedia.gifcanvas.GIFCanvas
- Creates a GIFCanvas displaying the image specified with the File
parameter.
- GIFCanvas(URL).
Constructor for class com.kcmultimedia.gifcanvas.GIFCanvas
- Creates a GIFCanvas displaying the image specified with the URL
parameter.
- GIFFrame().
Constructor for class com.kcmultimedia.gifcanvas.GIFFrame
-
- GIFParser(Component).
Constructor for class com.kcmultimedia.gifcanvas.GIFParser
- Construct a GIFParser object
- image.
Variable in class com.kcmultimedia.gifcanvas.GIFFrame
- An individual image frame
- isStopped().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Used to determine if the current animation loop is running.
- minimumSize().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
-
- paint(Graphics).
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
-
- parse(byte[]).
Method in class com.kcmultimedia.gifcanvas.GIFParser
- Parse a GIF image, represented by an array of bytes returning a
Vector of GIFFrame objects.
- preferredSize().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
-
- run().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
-
- setCurrentFrame(int).
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Set the current frame index of the sequence, and repaint.
- setImage().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Sets the image to null, effectively clearing the GIFCanvas
- setImage(byte[]).
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Sets an image, represented by the byte array parameter of this method.
- setImage(File).
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Sets an image, represented by the File parameter of this method.
- setImage(URL).
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Sets an image, represented by the URL parameter of this method.
- start().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Once an image is set, either in the constructor o by using a
setImage method, calling start() starts the animation.
- stop().
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
- Calling this method stops the animation.
- update(Graphics).
Method in class com.kcmultimedia.gifcanvas.GIFCanvas
-
- xPos.
Variable in class com.kcmultimedia.gifcanvas.GIFFrame
- The image origin's x-coordinate
- yPos.
Variable in class com.kcmultimedia.gifcanvas.GIFFrame
- The image origin's y-coordinate