public class FlyThroughTransition extends TransitionValueBase implements IFlyThroughTransition
Fly-through slide transition effect.
Modifier and Type | Method and Description |
---|---|
int |
getDirection()
Direction of transition.
|
boolean |
hasBounce()
Specifies that the movement of the presentation slides during the transition includes a bounce.
|
void |
setBounce(boolean value)
Specifies that the movement of the presentation slides during the transition includes a bounce.
|
void |
setDirection(int value)
Direction of transition.
|
equals, hashCode
public final int getDirection()
Direction of transition.
Read/write TransitionInOutDirectionType
.
getDirection
in interface IFlyThroughTransition
public final void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType
.
setDirection
in interface IFlyThroughTransition
public final boolean hasBounce()
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean
.
hasBounce
in interface IFlyThroughTransition
public final void setBounce(boolean value)
Specifies that the movement of the presentation slides during the transition includes a bounce.
Read/write boolean
.
setBounce
in interface IFlyThroughTransition