| Package | Description |
|---|---|
| org.jrebirth.af.presentation.ui.base |
Provides...
|
| org.jrebirth.presentation.model |
| Modifier and Type | Method and Description |
|---|---|
private javafx.animation.Animation |
AbstractSlideModel.buildAnimation(AnimationType animationType)
Build an animation.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnimationType |
Slide.hideAnimation |
protected AnimationType |
Slide.showAnimation |
| Modifier and Type | Method and Description |
|---|---|
static AnimationType |
AnimationType.fromValue(String v) |
AnimationType |
Slide.getHideAnimation()
Gets the value of the hideAnimation property.
|
AnimationType |
Slide.getShowAnimation()
Gets the value of the showAnimation property.
|
static AnimationType |
AnimationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnimationType[] |
AnimationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Slide.setHideAnimation(AnimationType value)
Sets the value of the hideAnimation property.
|
void |
Slide.setShowAnimation(AnimationType value)
Sets the value of the showAnimation property.
|
Copyright © 2011–2015 JRebirth OSS. All rights reserved.