Uses of Class
org.jrobin.graph.Gif89Frame
-
Packages that use Gif89Frame Package Description org.jrobin.graph JRobin graph capabilities. -
-
Uses of Gif89Frame in org.jrobin.graph
Subclasses of Gif89Frame in org.jrobin.graph Modifier and Type Class Description (package private) class
DirectGif89Frame
(package private) class
IndexGif89Frame
Methods in org.jrobin.graph that return Gif89Frame Modifier and Type Method Description (package private) Gif89Frame
GifEncoder. getFrameAt(int index)
Methods in org.jrobin.graph with parameters of type Gif89Frame Modifier and Type Method Description (package private) void
GifEncoder. addFrame(Gif89Frame gf)
(package private) void
GifEncoder. insertFrame(int index, Gif89Frame gf)
(package private) void
GifColorTable. processPixels(Gif89Frame gf)
-