Uses of Class
com.actelion.research.util.AnimatedGIFWriter.GIFFrame
-
Packages that use AnimatedGIFWriter.GIFFrame Package Description com.actelion.research.util -
-
Uses of AnimatedGIFWriter.GIFFrame in com.actelion.research.util
Methods in com.actelion.research.util with parameters of type AnimatedGIFWriter.GIFFrame Modifier and Type Method Description void
AnimatedGIFWriter. writeAnimatedGIF(AnimatedGIFWriter.GIFFrame[] frames, java.io.OutputStream os)
Writes an array of GIFFrame as an animated GIFvoid
AnimatedGIFWriter. writeFrame(java.io.OutputStream os, AnimatedGIFWriter.GIFFrame frame)
Method parameters in com.actelion.research.util with type arguments of type AnimatedGIFWriter.GIFFrame Modifier and Type Method Description void
AnimatedGIFWriter. writeAnimatedGIF(java.util.List<AnimatedGIFWriter.GIFFrame> frames, java.io.OutputStream os)
Writes a list of GIFFrame as an animated GIF
-