|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TransitionValueBase
com.aspose.slides.GlitterTransition
public class GlitterTransition
Glitter slide transition effect.
Method Summary | |
---|---|
int |
getDirection()
Direction of transition. |
int |
getPattern()
Specifies the shape of the visuals used during the transition. |
void |
setDirection(int value)
Direction of transition. |
void |
setPattern(int value)
Specifies the shape of the visuals used during the 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 |
---|
public int getDirection()
Direction of transition.
Read/write TransitionSideDirectionType
.
getDirection
in interface IGlitterTransition
public void setDirection(int value)
Direction of transition.
Read/write TransitionSideDirectionType
.
setDirection
in interface IGlitterTransition
public int getPattern()
Specifies the shape of the visuals used during the transition.
Read/write TransitionPattern
.
getPattern
in interface IGlitterTransition
public void setPattern(int value)
Specifies the shape of the visuals used during the transition.
Read/write TransitionPattern
.
setPattern
in interface IGlitterTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |