Uses of Class
com.gif4j.MorphingFilter

Packages that use MorphingFilter
com.gif4j   
 

Uses of MorphingFilter in com.gif4j
 

Subclasses of MorphingFilter in com.gif4j
 class CellFilter
          An instance of CellFilter implements the gradual appearance animation in the form of 4 GifFrame(s) look like cells.
 class CurtainFilter
          An instance of CurtainFilter implements the gradual appearance animation in the form of tableau curtains consist of one or two segments.
 class MillFilter
          An instance of MillFilter implements the gradual appearance animation in the form of rotating mill.
 class MozaicFilter
          An instance of MillFilter implements the gradual appearance animation in the form of random mozaic.
 class RadarFilter
          An instance of RadarFilter implements the gradual appearance animation in the form of radar.
 class SnakeFilter
          An instance of SnakeFilter implements the gradual appearance animation in the form of serial chained tiles (looks as snake).
 class TunnelFilter
          An instance of TunnelFilter implements the gradual appearance animation in the form of tunnel.
 

Methods in com.gif4j with parameters of type MorphingFilter
 GifImage GifImage.addGifFrame(GifFrame frame, MorphingFilter filter)
          Add the specified frame to the end of the internal sequence and set the specified morphing filter which will be applied to adding frame before the encoding process starts.
 GifImage GifImage.addGifFrame(GifFrame frame, MorphingFilter filter, Watermark watermark)
          Add the specified frame to the end of the internal sequence, set the specified morphing filter and watermark which will be applied to adding frame before the encoding process starts.