com.aspose.slides
Class RippleTransition

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

public class RippleTransition
extends TransitionValueBase
implements IRippleTransition

Ripple slide transition effect.


Method Summary
 int getDirection()
           Direction of transition.
 void setDirection(int value)
           Direction of transition.
 
Methods inherited from class com.aspose.slides.TransitionValueBase
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public int getDirection()

Direction of transition. Read/write TransitionCornerAndCenterDirectionType.

Specified by:
getDirection in interface IRippleTransition

setDirection

public void setDirection(int value)

Direction of transition. Read/write TransitionCornerAndCenterDirectionType.

Specified by:
setDirection in interface IRippleTransition


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.