viewtify.ui.helper
AnimateHelper
<Self
, N
>
Self
, N
>Self
AnimateHelper
Self
,N
The type of the implementing class, enabling method chaining.
N
Node
The type of the UI node.
AbstractChart
Self
,C
,D
AbstractComboBox
T
,Self
,W
AbstractPane
E
,P
,Self
UIButton
UICheckBox
UICheckSwitch
UIChoiceBox
T
UIColorPicker
UIComboBox
T
UIComboCheckBox
T
UIDatePicker
UIFlowView
E
UIFontPicker
UIGridView
E
UIHBox
UIImage
UILabel
UILineChart
X
,Y
UIListView
E
UIPane
UIPieChart
UIProgressBar
UIScrollPane
UISegmentedButton
UISelectPane
UISlidePane
UISlider
UISpinner
T
UISplitPane
UIStackPane
UITabPane
UITableView
RowV
UITextArea
UIText
V
UITileView
E
UIToggleButton
UIToolBar
UITreeTableView
RowV
UIVBox
UIWeb
UserInterface
Self
,W
An interface providing methods for animating UI elements and setting their locations on the x, y, and z axes.
animate
(AnimePattern
animatable
)
Self
AnimePattern
animatable
)AnimePattern animatable |
The |
Self |
The implementing class instance for method chaining. |
Animates this UI using the specified AnimePattern
.
animate
(AnimePattern
animatable
, kiss.WiseRunnable
finisher
)
Self
AnimePattern
animatable
, kiss.WiseRunnable
finisher
)AnimePattern animatable |
The |
kiss.WiseRunnable finisher |
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
(long
delayMilliseconds
, AnimePattern
animatable
)
Self
long
delayMilliseconds
, AnimePattern
animatable
)long delayMilliseconds |
The delay before starting the animation in milliseconds. |
AnimePattern animatable |
The |
Self |
The implementing class instance for method chaining. |
Animates this UI after a specified delay.
animateLater
(long
delayMilliseconds
, AnimePattern
animatable
, kiss.WiseRunnable
finisher
)
Self
long
delayMilliseconds
, AnimePattern
animatable
, kiss.WiseRunnable
finisher
)long delayMilliseconds |
The delay before starting the animation in milliseconds. |
AnimePattern animatable |
The |
kiss.WiseRunnable finisher |
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
(double
value
)
Self
double
value
)double value |
The x-axis value to set. |
Self |
The implementing class instance for method chaining. |
Sets the x-axis location of this UI element.
translateY
(double
value
)
Self
double
value
)double value |
The y-axis value to set. |
Self |
The implementing class instance for method chaining. |
Sets the y-axis location of this UI element.
translateZ
(double
value
)
Self
double
value
)double value |
The z-axis value to set. |
Self |
The implementing class instance for method chaining. |
Sets the z-axis location of this UI element.
scaleX
(double
scale
)
Self
double
scale
)double scale |
The x-axis scale to set. |
Self |
The implementing class instance for method chaining. |
Sets the x-axis scale of this UI element.
scaleY
(double
scale
)
Self
double
scale
)double scale |
The y-axis scale to set. |
Self |
The implementing class instance for method chaining. |
Sets the y-axis scale of this UI element.
scaleZ
(double
scale
)
Self
double
scale
)double scale |
The z-axis scale to set. |
Self |
The implementing class instance for method chaining. |
Sets the z-axis scale of this UI element.
scale
(double
scale
)
Self
double
scale
)double scale |
The all-axis scale to set. |
Self |
The implementing class instance for method chaining. |
Sets the all-axis scale of this UI element.