public interface ISplitTransition extends ITransitionValueBase
Split slide transition effect.
Modifier and Type | Method and Description |
---|---|
int |
getDirection()
Direction of transition split.
|
byte |
getOrientation()
Orientation of transition split.
|
void |
setDirection(int value)
Direction of transition split.
|
void |
setOrientation(byte value)
Orientation of transition split.
|
int getDirection()
Direction of transition split.
Read/write TransitionInOutDirectionType
.
void setDirection(int value)
Direction of transition split.
Read/write TransitionInOutDirectionType
.
byte getOrientation()
Orientation of transition split.
Read/write Orientation
.
void setOrientation(byte value)
Orientation of transition split.
Read/write Orientation
.