public class OptionalBlackTransition extends TransitionValueBase implements IOptionalBlackTransition
Optional black slide transition effect.
Modifier and Type | Method and Description |
---|---|
boolean |
getFromBlack()
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
|
void |
setFromBlack(boolean value)
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
|
equals, hashCode
public final boolean getFromBlack()
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
Read/write boolean
.
getFromBlack
in interface IOptionalBlackTransition
public final void setFromBlack(boolean value)
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
Read/write boolean
.
setFromBlack
in interface IOptionalBlackTransition