public static class FileListImageAnimation.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FileListImageAnimation.Builder |
addFramePath(String framePath)
Adds pat to the frame image.
|
FileListImageAnimation |
build()
Builds the result object.
|
FileListImageAnimation.Builder |
setFrameDuration(Integer frameDuration)
Sets frame duration in milliseconds.
|
FileListImageAnimation.Builder |
setFrameHeight(Integer frameHeight)
Sets frame height.
|
FileListImageAnimation.Builder |
setFramePaths(List<String> framePaths)
Sets frame image paths.
|
FileListImageAnimation.Builder |
setFrameWidth(Integer frameWidth)
Sets frame width.
|
public FileListImageAnimation.Builder setFrameWidth(Integer frameWidth)
frameWidth - frame widthpublic FileListImageAnimation.Builder setFrameHeight(Integer frameHeight)
frameHeight - frame heightpublic FileListImageAnimation.Builder setFrameDuration(Integer frameDuration)
frameDuration - frame duration in millisecondspublic FileListImageAnimation.Builder setFramePaths(List<String> framePaths)
framePaths - frame image pathspublic FileListImageAnimation.Builder addFramePath(String framePath)
framePath - frame image pathpublic FileListImageAnimation build()
Copyright © 2016. All rights reserved.