com.aspose.slides
Class OrientationTransition

java.lang.Object
  extended by com.aspose.slides.TransitionValueBase
      extended by com.aspose.slides.OrientationTransition
All Implemented Interfaces:
IOrientationTransition, ITransitionValueBase

public class OrientationTransition
extends TransitionValueBase
implements IOrientationTransition

Orientation slide transition effect.


Constructor Summary
OrientationTransition(int type)
           Constructor for orientation slide transition effects.
 
Method Summary
 int getDirection()
           Direction of transition.
 void setDirection(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrientationTransition

public OrientationTransition(int type)

Constructor for orientation slide transition effects.

Parameters:
type - Type of a transition effect.
Method Detail

getDirection

public int getDirection()

Direction of transition.

Specified by:
getDirection in interface IOrientationTransition

setDirection

public void setDirection(int value)
Specified by:
setDirection in interface IOrientationTransition