|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ichartinterior
method summary | |
---|---|
java.awt.color |
getbackgroundcolor()
background color (rgb). |
excelcolors |
getbackgroundknowncolor()
background color index. |
java.awt.color |
getforegroundcolor()
foreground color (rgb). |
excelcolors |
getforegroundknowncolor()
index of foreground color. |
excelpatterntype |
getpattern()
area pattern. |
boolean |
getswapcolorsonnegative()
foreground and background are swapped when the data value is negative. |
boolean |
getusedefaultformat()
if true - use automatic format; otherwise custom. |
void |
setbackgroundcolor(java.awt.color value)
background color (rgb). |
void |
setbackgroundknowncolor(excelcolors value)
background color index. |
void |
setforegroundcolor(java.awt.color value)
foreground color (rgb). |
void |
setforegroundknowncolor(excelcolors value)
index of foreground color. |
void |
setpattern(excelpatterntype value)
area pattern. |
void |
setswapcolorsonnegative(boolean value)
foreground and background are swapped when the data value is negative. |
void |
setusedefaultformat(boolean value)
if true - use automatic format; otherwise custom. |
method detail |
---|
java.awt.color getforegroundcolor()
void setforegroundcolor(java.awt.color value)
java.awt.color getbackgroundcolor()
void setbackgroundcolor(java.awt.color value)
excelpatterntype getpattern()
void setpattern(excelpatterntype value)
excelcolors getforegroundknowncolor()
void setforegroundknowncolor(excelcolors value)
excelcolors getbackgroundknowncolor()
void setbackgroundknowncolor(excelcolors value)
boolean getusedefaultformat()
void setusedefaultformat(boolean value)
boolean getswapcolorsonnegative()
void setswapcolorsonnegative(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |