|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.ExcelGradient
public class ExcelGradient
| Constructor Summary | |
|---|---|
ExcelGradient(IGradient gradient)
|
|
| Method Summary | |
|---|---|
int |
compareTo(IGradient gradient)
Compares with gradient. |
java.awt.Color |
getBackColor()
Represents background color. |
OColor |
getBackColorObject()
Represents background color. |
ExcelColors |
getBackKnownColor()
Represents background color index. |
java.awt.Color |
getForeColor()
Represents foreground color. |
OColor |
getForeColorObject()
Represents foreground color. |
ExcelColors |
getForeKnownColor()
Represents foreground color index. |
GradientStyleType |
getGradientStyle()
Represents gradient shading style. |
GradientVariantsType |
getGradientVariant()
Represents gradient shading variant. |
void |
setBackColor(java.awt.Color value)
Represents background color. |
void |
setBackKnownColor(ExcelColors backKnownColor)
Represents background color index. |
void |
setForeColor(java.awt.Color value)
Represents foreground color. |
void |
setForeKnownColor(ExcelColors foreKnownColor)
Represents foreground color index. |
void |
setGradientStyle(GradientStyleType gradientStyle)
Represents gradient shading style. |
void |
setGradientVariant(GradientVariantsType gradientVariant)
Represents gradient shading variant. |
void |
twoColorGradient()
Sets the specified XlsFill to a two-color gradient. |
void |
twoColorGradient(GradientStyleType style,
GradientVariantsType variant)
Sets the specified XlsFill to a two-color gradient. |
| Constructor Detail |
|---|
public ExcelGradient(IGradient gradient)
| Method Detail |
|---|
public java.awt.Color getBackColor()
IGradient
getBackColor in interface IGradientpublic void setBackColor(java.awt.Color value)
IGradient
setBackColor in interface IGradientpublic OColor getBackColorObject()
IGradient
getBackColorObject in interface IGradientpublic ExcelColors getBackKnownColor()
IGradient
getBackKnownColor in interface IGradientpublic void setBackKnownColor(ExcelColors backKnownColor)
IGradient
setBackKnownColor in interface IGradientpublic java.awt.Color getForeColor()
IGradient
getForeColor in interface IGradientpublic void setForeColor(java.awt.Color value)
IGradient
setForeColor in interface IGradientpublic ExcelColors getForeKnownColor()
IGradient
getForeKnownColor in interface IGradientpublic void setForeKnownColor(ExcelColors foreKnownColor)
IGradient
setForeKnownColor in interface IGradientpublic OColor getForeColorObject()
IGradient
getForeColorObject in interface IGradientpublic GradientStyleType getGradientStyle()
IGradient
getGradientStyle in interface IGradientpublic void setGradientStyle(GradientStyleType gradientStyle)
IGradient
setGradientStyle in interface IGradientpublic GradientVariantsType getGradientVariant()
IGradient
getGradientVariant in interface IGradientpublic void setGradientVariant(GradientVariantsType gradientVariant)
IGradient
setGradientVariant in interface IGradientpublic int compareTo(IGradient gradient)
IGradient
compareTo in interface IGradientgradient - Gradient to compare with.
public void twoColorGradient()
IGradient
twoColorGradient in interface IGradient
public void twoColorGradient(GradientStyleType style,
GradientVariantsType variant)
IGradient
twoColorGradient in interface IGradientstyle - Represents shading shading style.variant - Represents shading variant.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||