ishadow-ag凯发旗舰厅



com.spire.xls.core.interfacess
interface ishadow

all known implementing classes:
chartshadow

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

getshadowoutertype

xlsxchartshadowoutertype getshadowoutertype()
gets or sets the shadow outer presets.

setshadowoutertype

void setshadowoutertype(xlsxchartshadowoutertype value)
gets or sets the shadow outer presets.

getshadowinnertype

xlsxchartshadowinnertype getshadowinnertype()
gets or sets the shadow inner presets.

setshadowinnertype

void setshadowinnertype(xlsxchartshadowinnertype value)
gets or sets the shadow inner presets.

getshadowprespectivetype

xlsxchartprespectivetype getshadowprespectivetype()
gets or sets the shadow prespective presets.

setshadowprespectivetype

void setshadowprespectivetype(xlsxchartprespectivetype value)
gets or sets the shadow prespective presets.

hascustomstyle

boolean hascustomstyle()
gets or sets a value indicating whether this instance has custom shadow style.

hascustomstyle

void hascustomstyle(boolean value)
gets or sets a value indicating whether this instance has custom shadow style.

gettransparency

int gettransparency()
gets or sets the transparency of shadow.

settransparency

void settransparency(int value)
gets or sets the transparency of shadow.

getsize

int getsize()
gets or sets the size of shadow.

setsize

void setsize(int value)
gets or sets the size of shadow.

getblur

int getblur()
gets or sets the blur of shadow.

setblur

void setblur(int value)
gets or sets the blur of shadow.

getangle

int getangle()
gets or sets the angle of shadow.

setangle

void setangle(int value)
gets or sets the angle of shadow.

getdistance

int getdistance()
gets or sets the distance of shadow.

setdistance

void setdistance(int value)
gets or sets the distance of shadow.

getcolor

java.awt.color getcolor()
gets the color of the shadow.

setcolor

void setcolor(java.awt.color color)
sets the color of the shadow.
parameters:
color - the color of the shadow.

getsoftedge

int getsoftedge()
gets or sets the radio of soft edge.

customshadowstyles

void customshadowstyles(xlsxchartshadowoutertype iouter,
                        int itransparency,
                        int isize,
                        int iblur,
                        int iangle,
                        int idistance,
                        boolean icustomshadowstyle)
customs the outer shadow styles.
parameters:
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].

customshadowstyles

void customshadowstyles(xlsxchartshadowinnertype iinner,
                        int itransparency,
                        int iblur,
                        int iangle,
                        int idistance,
                        boolean icustomshadowstyle)
customs the inner shadow styles.
parameters:
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].

customshadowstyles

void customshadowstyles(xlsxchartprespectivetype iperspective,
                        int itransparency,
                        int isize,
                        int iblur,
                        int iangle,
                        int idistance,
                        boolean icustomshadowstyle)
customs the perspective shadow styles.
parameters:
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].


网站地图