xlschartinterior-ag凯发旗舰厅



com.spire.xls.core.spreadsheet.charts
class xlschartinterior

java.lang.object
  extended by com.spire.xls.core.spreadsheet.xlsobject
      extended by com.spire.xls.core.spreadsheet.charts.xlschartinterior
all implemented interfaces:
ichartinterior
direct known subclasses:
chartinterior

public class xlschartinterior
extends xlsobject
implements ichartinterior

constructor summary
xlschartinterior(java.lang.object parent)
           
 
method summary
 xlschartinterior deepclone(java.lang.object parent, boolean isframeclone)
          clones current object.
 java.awt.color getbackgroundcolor()
          background color.
 ocolor getbackgroundcolorobject()
          background color (rgb).
 excelcolors getbackgroundknowncolor()
          background excel color.
 java.awt.color getforegroundcolor()
          foreground color.
 ocolor getforegroundcolorobject()
          foreground color (rgb).
 excelcolors getforegroundknowncolor()
          foreground excel color.
 boolean getswapcolorsonnegative()
          foreground and background are swapped when the data value is negative.
 boolean getusedefaultformat()
          indicates whether use default format.
 void initforframeformat(boolean bisautosize, boolean bis3dchart, boolean bisinteriorgray, boolean bisgray50)
          initialize interior for frame format.
 void setbackgroundcolor(java.awt.color value)
          background color.
 void setbackgroundknowncolor(excelcolors value)
          background excel color.
 void setforegroundcolor(java.awt.color value)
          foreground color.
 void setforegroundknowncolor(excelcolors value)
          foreground excel color.
 void setswapcolorsonnegative(boolean value)
          foreground and background are swapped when the data value is negative.
 void setusedefaultformat(boolean value)
          indicates whether use default format.
 
methods inherited from class com.spire.xls.core.spreadsheet.xlsobject
dispose
 
methods inherited from interface com.spire.xls.core.ichartinterior
getpattern, setpattern
 
constructor detail

xlschartinterior

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

getforegroundcolorobject

public ocolor getforegroundcolorobject()
foreground color (rgb).

getbackgroundcolorobject

public ocolor getbackgroundcolorobject()
background color (rgb).

getforegroundcolor

public java.awt.color getforegroundcolor()
foreground color.
specified by:
getforegroundcolor in interface ichartinterior

setforegroundcolor

public void setforegroundcolor(java.awt.color value)
foreground color.
specified by:
setforegroundcolor in interface ichartinterior

getbackgroundcolor

public java.awt.color getbackgroundcolor()
background color.
specified by:
getbackgroundcolor in interface ichartinterior

setbackgroundcolor

public void setbackgroundcolor(java.awt.color value)
background color.
specified by:
setbackgroundcolor in interface ichartinterior

getforegroundknowncolor

public excelcolors getforegroundknowncolor()
foreground excel color.
specified by:
getforegroundknowncolor in interface ichartinterior

setforegroundknowncolor

public void setforegroundknowncolor(excelcolors value)
foreground excel color.
specified by:
setforegroundknowncolor in interface ichartinterior

getbackgroundknowncolor

public excelcolors getbackgroundknowncolor()
background excel color.
specified by:
getbackgroundknowncolor in interface ichartinterior

setbackgroundknowncolor

public void setbackgroundknowncolor(excelcolors value)
background excel color.
specified by:
setbackgroundknowncolor in interface ichartinterior

getusedefaultformat

public boolean getusedefaultformat()
indicates whether use default format.
specified by:
getusedefaultformat in interface ichartinterior

setusedefaultformat

public void setusedefaultformat(boolean value)
indicates whether use default format.
specified by:
setusedefaultformat in interface ichartinterior

getswapcolorsonnegative

public boolean getswapcolorsonnegative()
foreground and background are swapped when the data value is negative.
specified by:
getswapcolorsonnegative in interface ichartinterior

setswapcolorsonnegative

public void setswapcolorsonnegative(boolean value)
foreground and background are swapped when the data value is negative.
specified by:
setswapcolorsonnegative in interface ichartinterior

deepclone

public xlschartinterior deepclone(java.lang.object parent,
                                  boolean isframeclone)
clones current object.
parameters:
parent - represents parent object.
returns:
returns cloned object.

initforframeformat

public void initforframeformat(boolean bisautosize,
                               boolean bis3dchart,
                               boolean bisinteriorgray,
                               boolean bisgray50)
initialize interior for frame format.
parameters:
bis3dchart - represents is 3d chart.
bisautosize - indicate is autosize interior.
bisinteriorgray - indicates is interior is gray.
bisgray50 - indicates is default color is gray_50.


网站地图