com.aspose.slides
Class EightDirectionTransition

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

public class EightDirectionTransition
extends TransitionValueBase
implements IEightDirectionTransition

Eight direction slide transition effect.


Constructor Summary
EightDirectionTransition(int type)
           Constructor for eight direction 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

EightDirectionTransition

public EightDirectionTransition(int type)

Constructor for eight direction slide transition effects.

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

getDirection

public int getDirection()

Direction of transition.

Specified by:
getDirection in interface IEightDirectionTransition

setDirection

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