public static class BlendImageAnimation.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BlendImageAnimation |
build()
Builds the result object.
|
BlendImageAnimation.Builder |
setBlendEnd(double blendEnd)
Sets end blending factor.
|
BlendImageAnimation.Builder |
setBlendStart(double blendStart)
Sets start blending factor.
|
BlendImageAnimation.Builder |
setBottom(ImageAnimation bottom)
Sets bottom animation.
|
BlendImageAnimation.Builder |
setTop(ImageAnimation top)
Sets top animation.
|
public BlendImageAnimation.Builder setBottom(ImageAnimation bottom)
bottom - bottom animationpublic BlendImageAnimation.Builder setTop(ImageAnimation top)
top - top animationpublic BlendImageAnimation.Builder setBlendStart(double blendStart)
blendStart - start blending factorpublic BlendImageAnimation.Builder setBlendEnd(double blendEnd)
blendEnd - end blending factorpublic BlendImageAnimation build()
Copyright © 2016. All rights reserved.