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, hashCode
public final int getDirection()
Direction of transition.
Read/write TransitionInOutDirectionType
.
getDirection
in interface IShredTransition
public final void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType
.
setDirection
in interface IShredTransition
public final int getPattern()
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern
.
getPattern
in interface IShredTransition
public final void setPattern(int value)
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern
.
setPattern
in interface IShredTransition