|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ishadow
method summary | |
---|---|
void |
customshadowstyles(xlsxchartprespectivetype iperspective,
int itransparency,
int isize,
int iblur,
int iangle,
int idistance,
boolean icustomshadowstyle)
customs the perspective shadow styles. |
void |
customshadowstyles(xlsxchartshadowinnertype iinner,
int itransparency,
int iblur,
int iangle,
int idistance,
boolean icustomshadowstyle)
customs the inner shadow styles. |
void |
customshadowstyles(xlsxchartshadowoutertype iouter,
int itransparency,
int isize,
int iblur,
int iangle,
int idistance,
boolean icustomshadowstyle)
customs the outer shadow styles. |
int |
getangle()
gets or sets the angle of shadow. |
int |
getblur()
gets or sets the blur of shadow. |
java.awt.color |
getcolor()
gets the color of the shadow. |
int |
getdistance()
gets or sets the distance of shadow. |
xlsxchartshadowinnertype |
getshadowinnertype()
gets or sets the shadow inner presets. |
xlsxchartshadowoutertype |
getshadowoutertype()
gets or sets the shadow outer presets. |
xlsxchartprespectivetype |
getshadowprespectivetype()
gets or sets the shadow prespective presets. |
int |
getsize()
gets or sets the size of shadow. |
int |
getsoftedge()
gets or sets the radio of soft edge. |
int |
gettransparency()
gets or sets the transparency of shadow. |
boolean |
hascustomstyle()
gets or sets a value indicating whether this instance has custom shadow style. |
void |
hascustomstyle(boolean value)
gets or sets a value indicating whether this instance has custom shadow style. |
void |
setangle(int value)
gets or sets the angle of shadow. |
void |
setblur(int value)
gets or sets the blur of shadow. |
void |
setcolor(java.awt.color color)
sets the color of the shadow. |
void |
setdistance(int value)
gets or sets the distance of shadow. |
void |
setshadowinnertype(xlsxchartshadowinnertype value)
gets or sets the shadow inner presets. |
void |
setshadowoutertype(xlsxchartshadowoutertype value)
gets or sets the shadow outer presets. |
void |
setshadowprespectivetype(xlsxchartprespectivetype value)
gets or sets the shadow prespective presets. |
void |
setsize(int value)
gets or sets the size of shadow. |
void |
settransparency(int value)
gets or sets the transparency of shadow. |
method detail |
---|
xlsxchartshadowoutertype getshadowoutertype()
void setshadowoutertype(xlsxchartshadowoutertype value)
xlsxchartshadowinnertype getshadowinnertype()
void setshadowinnertype(xlsxchartshadowinnertype value)
xlsxchartprespectivetype getshadowprespectivetype()
void setshadowprespectivetype(xlsxchartprespectivetype value)
boolean hascustomstyle()
void hascustomstyle(boolean value)
int gettransparency()
void settransparency(int value)
int getsize()
void setsize(int value)
int getblur()
void setblur(int value)
int getangle()
void setangle(int value)
int getdistance()
void setdistance(int value)
java.awt.color getcolor()
void setcolor(java.awt.color color)
color
- the color of the shadow.int getsoftedge()
void customshadowstyles(xlsxchartshadowoutertype iouter, int itransparency, int isize, int iblur, int iangle, int idistance, boolean icustomshadowstyle)
iouter
- the excel2007chartpresetsouter enumeration.itransparency
- transparency of the shadow accepts the values between(0-100).isize
- size of the shadow accepts the values between(0-200).iblur
- blur level of the shadow accepts the values between(0-100).iangle
- angle or direction of the shadow accepts the values between(0-359).idistance
- distance of the shadow accepts the values between(0-200).icustomshadowstyle
- if set to true [custom shadow style].void customshadowstyles(xlsxchartshadowinnertype iinner, int itransparency, int iblur, int iangle, int idistance, boolean icustomshadowstyle)
iinner
- the excel2007chartpresetsinner enumeration.itransparency
- transparency of the shadow accepts the values between(0-100).iblur
- blur level of the shadow accepts the values between(0-100).iangle
- angle or direction of the shadow accepts the values between(0-359).idistance
- distance of the shadow accepts the values between(0-200).icustomshadowstyle
- if set to true [custom shadow style].void customshadowstyles(xlsxchartprespectivetype iperspective, int itransparency, int isize, int iblur, int iangle, int idistance, boolean icustomshadowstyle)
iperspective
- the excel2007chartpresetsperspective enumeration.itransparency
- transparency of the shadow accepts the values between(0-100).isize
- size of the shadow accepts the values between(0-200).iblur
- blur level of the shadow accepts the values between(0-100).iangle
- angle or direction of the shadow accepts the values between(0-359).idistance
- distance of the shadow accepts the values between(0-200).icustomshadowstyle
- if set to true [i custom shadow style].
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |