chartshadow-ag凯发旗舰厅



com.spire.xls
class chartshadow

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.chartshadow
all implemented interfaces:
ishadow

public class chartshadow
extends xlsobject
implements ishadow

constructor summary
chartshadow(java.lang.object parent)
           
 
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.
 java.lang.object deepclone(java.lang.object parent)
          clone current record.
 int getangle()
          gets the angle of shadow.
 int getblur()
          gets the blur of shadow.
 java.awt.color getcolor()
          gets the color of the shadow.
 int getdistance()
          gets the distance of shadow.
 xlsxchartshadowinnertype getshadowinnertype()
          gets the shadow inner presets.
 xlsxchartshadowoutertype getshadowoutertype()
          gets the shadow outer presets.
 xlsxchartprespectivetype getshadowprespectivetype()
          gets the shadow prespective presets.
 int getsize()
          gets the size of shadow.
 int getsoftedge()
          gets or sets the radio of soft edge.
 int gettransparency()
          gets the transparency of shadow.
 boolean hascustomstyle()
          gets a value indicating whether this instance has custom shadow style.
 void hascustomstyle(boolean hascustomstyle)
          sets a value indicating whether this instance has custom shadow style.
 void setangle(int angle)
          sets the angle of shadow.
 void setblur(int blur)
          sets the blur of shadow.
 void setcolor(java.awt.color color)
          sets the color of the shadow.
 void setdistance(int distance)
          sets the distance of shadow.
 void setshadowinnertype(xlsxchartshadowinnertype type)
          sets the shadow inner presets.
 void setshadowoutertype(xlsxchartshadowoutertype type)
          sets the shadow outer presets.
 void setshadowprespectivetype(xlsxchartprespectivetype type)
          sets the shadow prespective presets.
 void setsize(int size)
          sets the size of shadow.
 void setsoftedge(int softedge)
          sets the radio of soft edge.
 void settransparency(int transparency)
          sets the transparency of shadow.
 
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject
dispose
 
constructor detail

chartshadow

public chartshadow(java.lang.object parent)
method detail

getshadowoutertype

public xlsxchartshadowoutertype getshadowoutertype()
gets the shadow outer presets.
specified by:
getshadowoutertype in interface ishadow
returns:
the shadow outer presets.

setshadowoutertype

public void setshadowoutertype(xlsxchartshadowoutertype type)
sets the shadow outer presets.
specified by:
setshadowoutertype in interface ishadow
parameters:
type - the shadow outer presets.

getshadowinnertype

public xlsxchartshadowinnertype getshadowinnertype()
gets the shadow inner presets.
specified by:
getshadowinnertype in interface ishadow
returns:
the shadow inner presets.

setshadowinnertype

public void setshadowinnertype(xlsxchartshadowinnertype type)
sets the shadow inner presets.
specified by:
setshadowinnertype in interface ishadow
parameters:
type - the shadow inner presets.

getshadowprespectivetype

public xlsxchartprespectivetype getshadowprespectivetype()
gets the shadow prespective presets.
specified by:
getshadowprespectivetype in interface ishadow
returns:
the shadow prespective presets.

setshadowprespectivetype

public void setshadowprespectivetype(xlsxchartprespectivetype type)
sets the shadow prespective presets.
specified by:
setshadowprespectivetype in interface ishadow
parameters:
type - the shadow prespective presets.

hascustomstyle

public boolean hascustomstyle()
gets a value indicating whether this instance has custom shadow style.
specified by:
hascustomstyle in interface ishadow

hascustomstyle

public void hascustomstyle(boolean hascustomstyle)
sets a value indicating whether this instance has custom shadow style.
specified by:
hascustomstyle in interface ishadow
parameters:
hascustomstyle - true if this instance has custom shadow style; otherwise, false.

gettransparency

public int gettransparency()
gets the transparency of shadow.
specified by:
gettransparency in interface ishadow
returns:
the transparency.

settransparency

public void settransparency(int transparency)
sets the transparency of shadow.
specified by:
settransparency in interface ishadow
parameters:
transparency - the transparency.

getsize

public int getsize()
gets the size of shadow.
specified by:
getsize in interface ishadow
returns:
the size.

setsize

public void setsize(int size)
sets the size of shadow.
specified by:
setsize in interface ishadow
parameters:
size - the size.

getblur

public int getblur()
gets the blur of shadow.
specified by:
getblur in interface ishadow
returns:
the blur.

setblur

public void setblur(int blur)
sets the blur of shadow.
specified by:
setblur in interface ishadow
parameters:
blur - the blur.

getangle

public int getangle()
gets the angle of shadow.
specified by:
getangle in interface ishadow
returns:
the angle.

setangle

public void setangle(int angle)
sets the angle of shadow.
specified by:
setangle in interface ishadow
parameters:
angle - the angle.

getdistance

public int getdistance()
gets the distance of shadow.
specified by:
getdistance in interface ishadow
returns:
the distance.

setdistance

public void setdistance(int distance)
sets the distance of shadow.
specified by:
setdistance in interface ishadow
parameters:
distance - the distance.

getcolor

public java.awt.color getcolor()
gets the color of the shadow.
specified by:
getcolor in interface ishadow

setcolor

public void setcolor(java.awt.color color)
sets the color of the shadow.
specified by:
setcolor in interface ishadow
parameters:
color - the color of the shadow.

getsoftedge

public int getsoftedge()
gets or sets the radio of soft edge.
specified by:
getsoftedge in interface ishadow

setsoftedge

public void setsoftedge(int softedge)
sets the radio of soft edge.

customshadowstyles

public void customshadowstyles(xlsxchartshadowoutertype iouter,
                               int itransparency,
                               int isize,
                               int iblur,
                               int iangle,
                               int idistance,
                               boolean icustomshadowstyle)
customs the outer shadow styles.
specified by:
customshadowstyles in interface ishadow
parameters:
iouter - the excel2007 chart presets outer 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 sets to true [custom shadow style].

customshadowstyles

public void customshadowstyles(xlsxchartshadowinnertype iinner,
                               int itransparency,
                               int iblur,
                               int iangle,
                               int idistance,
                               boolean icustomshadowstyle)
customs the inner shadow styles.
specified by:
customshadowstyles in interface ishadow
parameters:
iinner - the excel2007 chart presets inner 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 sets to true [custom shadow style].

customshadowstyles

public void customshadowstyles(xlsxchartprespectivetype iperspective,
                               int itransparency,
                               int isize,
                               int iblur,
                               int iangle,
                               int idistance,
                               boolean icustomshadowstyle)
customs the perspective shadow styles.
specified by:
customshadowstyles in interface ishadow
parameters:
iperspective - the excel2007 chart presets perspective 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 sets to true [i custom shadow style].

deepclone

public java.lang.object deepclone(java.lang.object parent)
clone current record.
parameters:
parent - parent object.
returns:
returns clone of current object.


网站地图