Class ColorTransformStyleLabel
java.lang.Object
com.independentsoft.office.diagrams.ColorTransformStyleLabel
The Class ColorTransformStyleLabel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the effect color list.Gets the fill color list.Gets the line color list.getName()Gets the name.Gets the text effect color list.Gets the text fill color list.Gets the text line color list.voidsetEffectColorList(EffectColorList effectColorList)Sets the effect color list.voidsetFillColorList(FillColorList fillColorList)Sets the fill color list.voidsetLineColorList(LineColorList lineColorList)Sets the line color list.voidSets the name.voidsetTextEffectColorList(TextEffectColorList textEffectColorList)Sets the text effect color list.voidsetTextFillColorList(TextFillColorList textFillColorList)Sets the text fill color list.voidsetTextLineColorList(TextLineColorList textLineColorList)Sets the text line color list.toString()
-
Constructor Details
-
ColorTransformStyleLabel
public ColorTransformStyleLabel()Instantiates a new color transform style label.
-
-
Method Details
-
clone
-
toString
-
getEffectColorList
Gets the effect color list.- Returns:
- the effect color list
-
setEffectColorList
Sets the effect color list.- Parameters:
effectColorList- the new effect color list
-
getFillColorList
Gets the fill color list.- Returns:
- the fill color list
-
setFillColorList
Sets the fill color list.- Parameters:
fillColorList- the new fill color list
-
getLineColorList
Gets the line color list.- Returns:
- the line color list
-
setLineColorList
Sets the line color list.- Parameters:
lineColorList- the new line color list
-
getTextEffectColorList
Gets the text effect color list.- Returns:
- the text effect color list
-
setTextEffectColorList
Sets the text effect color list.- Parameters:
textEffectColorList- the new text effect color list
-
getTextFillColorList
Gets the text fill color list.- Returns:
- the text fill color list
-
setTextFillColorList
Sets the text fill color list.- Parameters:
textFillColorList- the new text fill color list
-
getTextLineColorList
Gets the text line color list.- Returns:
- the text line color list
-
setTextLineColorList
Sets the text line color list.- Parameters:
textLineColorList- the new text line color list
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-