Package | Description |
---|---|
sk.upjs.jpaz2 | |
sk.upjs.jpaz2.theater |
Modifier and Type | Method and Description |
---|---|
static TransitionEffect |
TransitionEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitionEffect[] |
TransitionEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JPAZWindow.rebindWithEffect(Pane pane,
boolean align,
TransitionEffect transitionEffect,
long duration)
Binds the content of this window to another pane with transition effect.
|
void |
JPAZPanel.rebindWithEffect(Pane pane,
boolean align,
TransitionEffect transitionEffect,
long duration)
Binds this panel to another pane with transition effect.
|
void |
JPAZWindow.rebindWithEffect(Pane pane,
TransitionEffect transitionEffect,
long duration)
Binds the content of this window to another pane with transition effect.
|
void |
JPAZPanel.rebindWithEffect(Pane pane,
TransitionEffect transitionEffect,
long duration)
Binds this panel to another pane with transition effect.
|
Modifier and Type | Method and Description |
---|---|
void |
Stage.changeScene(String name,
TransitionEffect effect,
long duration)
Changes the current scene with a transition effect.
|
Copyright © 2017. All rights reserved.