public interface IGlitterTransition extends ITransitionValueBase
Glitter 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.
|
int getDirection()
Direction of transition.
Read/write TransitionSideDirectionType
.
void setDirection(int value)
Direction of transition.
Read/write TransitionSideDirectionType
.
int getPattern()
Specifies the shape of the visuals used during the transition.
Read/write TransitionPattern
.
void setPattern(int value)
Specifies the shape of the visuals used during the transition.
Read/write TransitionPattern
.