|
|||||||||
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 igradient
public void setbackcolor(java.awt.color value)
igradient
setbackcolor
in interface igradient
public ocolor getbackcolorobject()
igradient
getbackcolorobject
in interface igradient
public excelcolors getbackknowncolor()
igradient
getbackknowncolor
in interface igradient
public void setbackknowncolor(excelcolors backknowncolor)
igradient
setbackknowncolor
in interface igradient
public java.awt.color getforecolor()
igradient
getforecolor
in interface igradient
public void setforecolor(java.awt.color value)
igradient
setforecolor
in interface igradient
public excelcolors getforeknowncolor()
igradient
getforeknowncolor
in interface igradient
public void setforeknowncolor(excelcolors foreknowncolor)
igradient
setforeknowncolor
in interface igradient
public ocolor getforecolorobject()
igradient
getforecolorobject
in interface igradient
public gradientstyletype getgradientstyle()
igradient
getgradientstyle
in interface igradient
public void setgradientstyle(gradientstyletype gradientstyle)
igradient
setgradientstyle
in interface igradient
public gradientvariantstype getgradientvariant()
igradient
getgradientvariant
in interface igradient
public void setgradientvariant(gradientvariantstype gradientvariant)
igradient
setgradientvariant
in interface igradient
public int compareto(igradient gradient)
igradient
compareto
in interface igradient
gradient
- gradient to compare with.
public void twocolorgradient()
igradient
twocolorgradient
in interface igradient
public void twocolorgradient(gradientstyletype style, gradientvariantstype variant)
igradient
twocolorgradient
in interface igradient
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 |