public class ShredTransition extends TransitionValueBase implements IShredTransition
Shred slide transition effect.
| Modifier and Type | Method and Description |
|---|---|
int |
getDirection()
Direction of transition.
|
int |
getPattern()
Specifies the shape of the visuals used during the transition.
|
void |
setDirection(int value)
Direction of transition.
|
void |
setPattern(int value)
Specifies the shape of the visuals used during the transition.
|
equals, hashCodepublic final int getDirection()
Direction of transition.
Read/write TransitionInOutDirectionType.
getDirection in interface IShredTransitionpublic final void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType.
setDirection in interface IShredTransitionpublic final int getPattern()
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern.
getPattern in interface IShredTransitionpublic final void setPattern(int value)
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern.
setPattern in interface IShredTransition