Interface JavaSwingAnimation.Builder
- All Superinterfaces:
GenericBuilder<JavaSwingAnimation>
- Enclosing interface:
JavaSwingAnimation
Builder for the swing animation component.
- Since:
- 2.9.3
-
Method Details
-
duration
Sets the duration of the swing animation, in ticks.- Parameters:
duration- the duration of the swing animation, in ticks- Returns:
- this builder
- Since:
- 2.9.3
- See Also:
-
build
JavaSwingAnimation build()Creates the swing animation component.- Specified by:
buildin interfaceGenericBuilder<JavaSwingAnimation>- Returns:
- the new component
- Since:
- 2.9.3
-