Package pl.droidsonroids.gif
Class GifDrawableBuilder
public class GifDrawableBuilder extends GifDrawableInit<GifDrawableBuilder>
Builder for
GifDrawable which can be used to construct new drawables
by reusing old ones.-
Constructor Summary
Constructors Constructor Description GifDrawableBuilder() -
Method Summary
Modifier and Type Method Description protected GifDrawableBuilderself()Used in accordance with `getThis()` pattern.Methods inherited from class pl.droidsonroids.gif.GifDrawableInit
build, from, from, from, from, from, from, from, from, from, from, getExecutor, getInputSource, getOldDrawable, getOptions, isRenderingTriggeredOnDraw, options, renderingTriggeredOnDraw, sampleSize, setRenderingTriggeredOnDraw, taskExecutor, threadPoolSize, with
-
Constructor Details
-
GifDrawableBuilder
public GifDrawableBuilder()
-
-
Method Details
-
self
Description copied from class:GifDrawableInitUsed in accordance with `getThis()` pattern.- Specified by:
selfin classGifDrawableInit<GifDrawableBuilder>- Returns:
- The builder type.
- See Also:
- link
-