public class RevealTransition extends TransitionValueBase implements IRevealTransition
Reveal slide transition effect.
Modifier and Type | Method and Description |
---|---|
int |
getDirection()
Direction of transition.
|
boolean |
getThroughBlack()
Specifies whether the transition fades through black.
|
void |
setDirection(int value)
Direction of transition.
|
void |
setThroughBlack(boolean value)
Specifies whether the transition fades through black.
|
equals, hashCode
public final int getDirection()
Direction of transition.
Read/write TransitionLeftRightDirectionType
.
getDirection
in interface IRevealTransition
public final void setDirection(int value)
Direction of transition.
Read/write TransitionLeftRightDirectionType
.
setDirection
in interface IRevealTransition
public final boolean getThroughBlack()
Specifies whether the transition fades through black.
Read/write boolean
.
getThroughBlack
in interface IRevealTransition
public final void setThroughBlack(boolean value)
Specifies whether the transition fades through black.
Read/write boolean
.
setThroughBlack
in interface IRevealTransition