|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface igradient
interface used to get gradient xlsfill effects.
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 value)
represents background color index. |
void |
setforecolor(java.awt.color value)
represents foreground color. |
void |
setforeknowncolor(excelcolors value)
represents foreground color index. |
void |
setgradientstyle(gradientstyletype value)
represents gradient shading style. |
void |
setgradientvariant(gradientvariantstype value)
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. |
method detail |
---|
ocolor getbackcolorobject()
ocolor getforecolorobject()
java.awt.color getbackcolor()
void setbackcolor(java.awt.color value)
excelcolors getbackknowncolor()
void setbackknowncolor(excelcolors value)
java.awt.color getforecolor()
void setforecolor(java.awt.color value)
excelcolors getforeknowncolor()
void setforeknowncolor(excelcolors value)
gradientstyletype getgradientstyle()
void setgradientstyle(gradientstyletype value)
gradientvariantstype getgradientvariant()
void setgradientvariant(gradientvariantstype value)
int compareto(igradient gradient)
gradient
- gradient to compare with.
void twocolorgradient()
void twocolorgradient(gradientstyletype style, gradientvariantstype variant)
style
- represents shading shading style.variant
- represents shading variant.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |