Class GroupShapeProperties
java.lang.Object
com.independentsoft.office.drawing.GroupShapeProperties
The Class GroupShapeProperties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the black white mode.Gets the effect dag.Gets the effect list.Gets the gradient fill.Gets the group fill.Gets the no fill.Gets the pattern fill.Gets the picture fill.Gets the scene3 d.Gets the solid fill.Gets the transform group2 d.voidsetBlackWhiteMode(BlackWhiteMode blackWhiteMode)Sets the black white mode.voidsetEffectDag(EffectDag effectDag)Sets the effect dag.voidsetEffectList(EffectList effectList)Sets the effect list.voidsetGradientFill(GradientFill gradientFill)Sets the gradient fill.voidsetGroupFill(GroupFill groupFill)Sets the group fill.voidSets the no fill.voidsetPatternFill(PatternFill patternFill)Sets the pattern fill.voidsetPictureFill(PictureFill pictureFill)Sets the picture fill.voidsetScene3D(Scene3D scene3D)Sets the scene3 d.voidsetSolidFill(SolidFill solidFill)Sets the solid fill.voidsetTransformGroup2D(TransformGroup2D transformGroup2D)Sets the transform group2 d.toString()
-
Constructor Details
-
GroupShapeProperties
public GroupShapeProperties()Instantiates a new group shape properties.
-
-
Method Details
-
clone
-
toString
-
getBlackWhiteMode
Gets the black white mode.- Returns:
- the black white mode
-
setBlackWhiteMode
Sets the black white mode.- Parameters:
blackWhiteMode- the new black white mode
-
getPictureFill
Gets the picture fill.- Returns:
- the picture fill
-
setPictureFill
Sets the picture fill.- Parameters:
pictureFill- the new picture fill
-
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
-
getGradientFill
Gets the gradient fill.- Returns:
- the gradient fill
-
setGradientFill
Sets the gradient fill.- Parameters:
gradientFill- the new gradient fill
-
getGroupFill
Gets the group fill.- Returns:
- the group fill
-
setGroupFill
Sets the group fill.- Parameters:
groupFill- the new group fill
-
getNoFill
Gets the no fill.- Returns:
- the no fill
-
setNoFill
Sets the no fill.- Parameters:
noFill- the new no fill
-
getPatternFill
Gets the pattern fill.- Returns:
- the pattern fill
-
setPatternFill
Sets the pattern fill.- Parameters:
patternFill- the new pattern fill
-
getScene3D
Gets the scene3 d.- Returns:
- the scene3 d
-
setScene3D
Sets the scene3 d.- Parameters:
scene3D- the new scene3 d
-
getSolidFill
Gets the solid fill.- Returns:
- the solid fill
-
setSolidFill
Sets the solid fill.- Parameters:
solidFill- the new solid fill
-
getTransformGroup2D
Gets the transform group2 d.- Returns:
- the transform group2 d
-
setTransformGroup2D
Sets the transform group2 d.- Parameters:
transformGroup2D- the new transform group2 d
-