Class EffectStyle
java.lang.Object
com.independentsoft.office.themes.EffectStyle
The Class EffectStyle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the effect dag.Gets the effect list.Gets the scene3 d.Gets the shape3 d.voidsetEffectDag(EffectDag effectDag)Sets the effect dag.voidsetEffectList(EffectList effectList)Sets the effect list.voidsetScene3D(Scene3D scene3D)Sets the scene3 d.voidsetShape3D(Shape3D shape3D)Sets the shape3 d.toString()
-
Constructor Details
-
EffectStyle
public EffectStyle()Instantiates a new effect style.
-
-
Method Details
-
clone
-
toString
-
getEffectDag
Gets the effect dag.- Returns:
- the effect dag
-
setEffectDag
Sets the effect dag.- Parameters:
effectDag- the new effect dag
-
getEffectList
Gets the effect list.- Returns:
- the effect list
-
setEffectList
Sets the effect list.- Parameters:
effectList- the new effect list
-
getScene3D
Gets the scene3 d.- Returns:
- the scene3 d
-
setScene3D
Sets the scene3 d.- Parameters:
scene3D- the new scene3 d
-
getShape3D
Gets the shape3 d.- Returns:
- the shape3 d
-
setShape3D
Sets the shape3 d.- Parameters:
shape3D- the new shape3 d
-