com.aspose.slides
Class WheelTransition

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

public class WheelTransition
extends TransitionValueBase
implements IWheelTransition

Wheel slide transition effect.


Constructor Summary
WheelTransition(int type)
           Creates wheel
 
Method Summary
 long getSpokes()
           Number spokes of wheel transition.
 void setSpokes(long value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WheelTransition

public WheelTransition(int type)

Creates wheel

Parameters:
type -
Method Detail

getSpokes

public long getSpokes()

Number spokes of wheel transition.

Specified by:
getSpokes in interface IWheelTransition

setSpokes

public void setSpokes(long value)
Specified by:
setSpokes in interface IWheelTransition