Class Whole
java.lang.Object
com.independentsoft.office.diagrams.Whole
The Class Whole.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the effect dag.Gets the effect list.Gets the outline.voidsetEffectDag(EffectDag effectDag)Sets the effect dag.voidsetEffectList(EffectList effectList)Sets the effect list.voidsetOutline(Outline outline)Sets the outline.toString()
-
Constructor Details
-
Whole
public Whole()Instantiates a new whole.
-
-
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
-
getOutline
Gets the outline.- Returns:
- the outline
-
setOutline
Sets the outline.- Parameters:
outline- the new outline
-