|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ishapefill
method summary | |
---|---|
void |
custompicture(java.awt.image.bufferedimage im,
java.lang.string name)
sets user defined picture. |
void |
custompicture(java.lang.string path)
sets user defined picture. |
void |
customtexture(java.awt.image.bufferedimage im,
java.lang.string name)
sets user defined texture. |
void |
customtexture(java.lang.string path)
sets user defined texture. |
java.awt.color |
getbackcolor()
represents background color. |
excelcolors |
getbackknowncolor()
represents background color index. |
shapefilltype |
getfilltype()
represents shape xlsfill type. |
java.awt.color |
getforecolor()
represents foreground color. |
excelcolors |
getforeknowncolor()
represents foreground color index. |
gradientcolortype |
getgradientcolortype()
represents gradient style. |
double |
getgradientdegree()
returns the gradient degree of the specified one-color shaded xlsfill as a floating-point value from 0.0 (dark) through 1.0 (light) |
gradientstyletype |
getgradientstyle()
represents gradient shading style. |
gradientvariantstype |
getgradientvariant()
represents current shading variant. |
gradientpatterntype |
getpattern()
represents gradient pattern |
picstretch |
getpicstretch()
gets or sets pictrue format option. |
java.awt.image.bufferedimage |
getpicture()
represents user defined picture or textture. |
java.lang.string |
getpicturename()
returns user defined picture of texture name. |
gradientpresettype |
getpresetgradienttype()
represents presed gradient type. |
gradienttexturetype |
gettexture()
represents gradient texture |
boolean |
gettile()
represents whether picture is tiled or stretched. |
double |
gettransparency()
returns the transparency level of the specified solid color shaded xlsfill as a floating-point value from 0.0 (clear) through 1.0(opaque) |
double |
gettransparencyfrom()
returns or sets the degree of transparency of the specified xlsfill as a value from 0.0 (opaque) through 1.0 (clear). |
double |
gettransparencyto()
returns or sets the degree of transparency of the specified xlsfill as a value from 0.0 (opaque) through 1.0 (clear). |
boolean |
getvisible()
represents if xlsfill style visible. |
void |
onecolorgradient()
sets the specified xlsfill to a one-color gradient. |
void |
onecolorgradient(gradientstyletype style)
sets the specified xlsfill to a one-color gradient. |
void |
onecolorgradient(gradientstyletype style,
gradientvariantstype variant)
sets the specified xlsfill to a one-color gradient. |
void |
patterned(gradientpatterntype pattern)
sets the specified xlsfill to a pattern. |
void |
presetgradient(gradientpresettype grad)
sets the specified xlsfill to a preset gradient. |
void |
presetgradient(gradientpresettype grad,
gradientstyletype shadstyle)
sets the specified xlsfill to a preset gradient. |
void |
presetgradient(gradientpresettype grad,
gradientstyletype shadstyle,
gradientvariantstype shadvar)
sets the specified xlsfill to a preset gradient. |
void |
presettextured(gradienttexturetype texture)
sets the specified xlsfill format to a preset texture. |
void |
setbackcolor(java.awt.color value)
represents background color. |
void |
setfilltype(shapefilltype filltype)
sets shape xls fill type. |
void |
setforecolor(java.awt.color forecolor)
sets foreground color. |
void |
setforeknowncolor(excelcolors value)
represents foreground color index. |
void |
setgradientcolortype(gradientcolortype value)
represents gradient style. |
void |
setgradientdegree(double value)
returns the gradient degree of the specified one-color shaded xlsfill as a floating-point value from 0.0 (dark) through 1.0 (light) |
void |
setgradientstyle(gradientstyletype value)
represents gradient shading style. |
void |
setgradientvariant(gradientvariantstype value)
represents current shading variant. |
void |
setpattern(gradientpatterntype value)
represents gradient pattern |
void |
setpicstretch(picstretch value)
gets or sets pictrue format option. |
void |
setpresetgradienttype(gradientpresettype value)
represents presed gradient type. |
void |
settexture(gradienttexturetype value)
represents gradient texture |
void |
settile(boolean value)
represents whether picture is tiled or stretched. |
void |
settransparency(double transparency)
sets the transparency level of the specified solid color shaded xls fill as a floating-point value from 0.0 (clear) through 1.0(opaque) |
void |
settransparencyfrom(double value)
returns or sets the degree of transparency of the specified xlsfill as a value from 0.0 (opaque) through 1.0 (clear). |
void |
settransparencyto(double value)
returns or sets the degree of transparency of the specified xlsfill as a value from 0.0 (opaque) through 1.0 (clear). |
void |
setvisible(boolean visible)
sets whether the style of xls is visible. |
void |
solid()
sets the specified xlsfill to a uniform color. |
void |
twocolorgradient()
sets the specified xlsfill to a two-color gradient. |
void |
twocolorgradient(gradientstyletype style)
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 |
---|
shapefilltype getfilltype()
void setfilltype(shapefilltype filltype)
gradientstyletype getgradientstyle()
void setgradientstyle(gradientstyletype value)
gradientvariantstype getgradientvariant()
void setgradientvariant(gradientvariantstype value)
double gettransparencyto()
void settransparencyto(double value)
double gettransparencyfrom()
void settransparencyfrom(double value)
gradientcolortype getgradientcolortype()
void setgradientcolortype(gradientcolortype value)
gradientpatterntype getpattern()
void setpattern(gradientpatterntype value)
gradienttexturetype gettexture()
void settexture(gradienttexturetype value)
excelcolors getbackknowncolor()
excelcolors getforeknowncolor()
void setforeknowncolor(excelcolors value)
java.awt.color getbackcolor()
void setbackcolor(java.awt.color value)
java.awt.color getforecolor()
void setforecolor(java.awt.color forecolor)
gradientpresettype getpresetgradienttype()
void setpresetgradienttype(gradientpresettype value)
java.awt.image.bufferedimage getpicture()
java.lang.string getpicturename()
boolean getvisible()
void setvisible(boolean visible)
double getgradientdegree()
void setgradientdegree(double value)
double gettransparency()
void settransparency(double transparency)
picstretch getpicstretch()
void setpicstretch(picstretch value)
boolean gettile()
void settile(boolean value)
void custompicture(java.lang.string path)
path
- path to image.void custompicture(java.awt.image.bufferedimage im, java.lang.string name)
im
- represents user defined image.name
- represents name of user defined image.void customtexture(java.lang.string path)
path
- path to image.void customtexture(java.awt.image.bufferedimage im, java.lang.string name)
im
- represents user defined texture.name
- represents name of user defined texture.void patterned(gradientpatterntype pattern)
pattern
- pattern to set.void presetgradient(gradientpresettype grad)
grad
- represents preset gradient type.void presetgradient(gradientpresettype grad, gradientstyletype shadstyle)
grad
- represents preset gradient type.shadstyle
- represents gradient style, for preset gradient.void presetgradient(gradientpresettype grad, gradientstyletype shadstyle, gradientvariantstype shadvar)
grad
- represents preset gradient type.shadstyle
- represents gradient style, for preset gradient.shadvar
- represents gradient variant for preset gradient.void presettextured(gradienttexturetype texture)
texture
- represents texture to set.void twocolorgradient()
void twocolorgradient(gradientstyletype style)
style
- represents shading shading style.void twocolorgradient(gradientstyletype style, gradientvariantstype variant)
style
- represents shading shading style.variant
- represents shading variant.void onecolorgradient()
void onecolorgradient(gradientstyletype style)
style
- represents shading shading style.void onecolorgradient(gradientstyletype style, gradientvariantstype variant)
style
- represents shading shading style.variant
- represents shading variant.void solid()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |