com.spire.presentation.drawing.transition
Class WheelSlideTransition

java.lang.Object
  extended by com.spire.presentation.PptObject
      extended by com.spire.presentation.drawing.transition.Transition
          extended by com.spire.presentation.drawing.transition.WheelSlideTransition

public class WheelSlideTransition
extends Transition

Wheel slide transition effect.


Constructor Summary
WheelSlideTransition(TransitionType type)
          Creates wheel
 
Method Summary
 int getSpokes()
          Number spokes of wheel transition.
 void setSpokes(int value)
           
 
Methods inherited from class com.spire.presentation.PptObject
checkDisposed, getParent
 

Constructor Detail

WheelSlideTransition

public WheelSlideTransition(TransitionType type)
Creates wheel

Parameters:
type -
Method Detail

getSpokes

public int getSpokes()
Number spokes of wheel transition.

Returns:

setSpokes

public void setSpokes(int value)