viewtify.ui.helper
AnimateHelper<Self, N>
Self, N>SelfAnimateHelperSelf,NThe type of the implementing class, enabling method chaining.
NNodeThe type of the UI node.
AbstractChartSelf,C,DAbstractComboBoxT,Self,WAbstractPaneE,P,SelfUIButtonUICheckBoxUICheckSwitchUIChoiceBoxTUIColorPickerUIComboBoxTUIComboCheckBoxTUIDatePickerUIFlowViewEUIFontPickerUIGridViewEUIHBoxUIImageUILabelUILineChartX,YUIListViewEUIPaneUIPieChartUIProgressBarUIScrollPaneUISegmentedButtonUISelectPaneUISlidePaneUISliderUISpinnerTUISplitPaneUIStackPaneUITabPaneUITableViewRowVUITextAreaUITextVUITileViewEUIToggleButtonUIToolBarUITreeTableViewRowVUIVBoxUIWebUserInterfaceSelf,W
An interface providing methods for animating UI elements and setting their locations on the x, y, and z axes.
animate(AnimePatternanimatable)Self
AnimePatternanimatable)AnimePatternanimatable |
The |
Self |
The implementing class instance for method chaining. |
Animates this UI using the specified AnimePattern.
animate(AnimePatternanimatable, kiss.WiseRunnablefinisher)Self
AnimePatternanimatable, kiss.WiseRunnablefinisher)AnimePatternanimatable |
The |
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, AnimePatternanimatable)longdelayMilliseconds |
The delay before starting the animation in milliseconds. |
AnimePatternanimatable |
The |
Self |
The implementing class instance for method chaining. |
Animates this UI after a specified delay.
animateLater(longdelayMilliseconds, AnimePatternanimatable, kiss.WiseRunnablefinisher)Self
longdelayMilliseconds, AnimePatternanimatable, kiss.WiseRunnablefinisher)longdelayMilliseconds |
The delay before starting the animation in milliseconds. |
AnimePatternanimatable |
The |
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)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)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)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)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)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)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)doublescale |
The all-axis scale to set. |
Self |
The implementing class instance for method chaining. |
Sets the all-axis scale of this UI element.