viewtify

viewtify.ui.helper

AnimateHelper<Self, N>

An interface providing methods for animating UI elements and setting their locations on the x, y, and z axes.

animate(AnimePatternanimatable)Self

AnimePatternanimatable

The AnimePattern to use for animation.

Self

The implementing class instance for method chaining.

Animates this UI using the specified AnimePattern.

animate(AnimePatternanimatable, kiss.WiseRunnablefinisher)Self

AnimePatternanimatable

The AnimePattern to use for animation.

kiss.WiseRunnablefinisher

The finisher to execute when the animation completes.

Self

The implementing class instance for method chaining.

Animates this UI using the specified AnimePattern and executes the finisher when the animation completes.

animateLater(longdelayMilliseconds, AnimePatternanimatable)Self

longdelayMilliseconds

The delay before starting the animation in milliseconds.

AnimePatternanimatable

The AnimePattern to use for animation.

Self

The implementing class instance for method chaining.

Animates this UI after a specified delay.

animateLater(longdelayMilliseconds, AnimePatternanimatable, kiss.WiseRunnablefinisher)Self

longdelayMilliseconds

The delay before starting the animation in milliseconds.

AnimePatternanimatable

The AnimePattern to use for animation.

kiss.WiseRunnablefinisher

The finisher to execute when the animation completes.

Self

The implementing class instance for method chaining.

Animates this UI after a specified delay and executes the finisher when the animation completes.

translateX(doublevalue)Self

doublevalue

The x-axis value to set.

Self

The implementing class instance for method chaining.

Sets the x-axis location of this UI element.

translateY(doublevalue)Self

doublevalue

The y-axis value to set.

Self

The implementing class instance for method chaining.

Sets the y-axis location of this UI element.

translateZ(doublevalue)Self

doublevalue

The z-axis value to set.

Self

The implementing class instance for method chaining.

Sets the z-axis location of this UI element.

scaleX(doublescale)Self

doublescale

The x-axis scale to set.

Self

The implementing class instance for method chaining.

Sets the x-axis scale of this UI element.

scaleY(doublescale)Self

doublescale

The y-axis scale to set.

Self

The implementing class instance for method chaining.

Sets the y-axis scale of this UI element.

scaleZ(doublescale)Self

doublescale

The z-axis scale to set.

Self

The implementing class instance for method chaining.

Sets the z-axis scale of this UI element.

scale(doublescale)Self

doublescale

The all-axis scale to set.

Self

The implementing class instance for method chaining.

Sets the all-axis scale of this UI element.