|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ishapelineformat
method summary | |
---|---|
java.awt.color |
getbackcolor()
represents background color. |
excelcolors |
getbackknowncolor()
represents background color index. |
shapearrowlengthtype |
getbeginarrowheadlength()
represents begin arrow head length. |
shapearrowstyletype |
getbeginarrowheadstyle()
represents begin arrow head style. |
shapearrowwidthtype |
getbeginarrowheadwidth()
represents begin arrow head width. |
shapedashlinestyletype |
getdashstyle()
represents the dash style for the specified line. |
shapearrowlengthtype |
getendarrowheadlength()
represents end arrow head length. |
shapearrowstyletype |
getendarrowheadstyle()
represents end arrow head style. |
shapearrowwidthtype |
getendarrowheadwidth()
represents end arrow head width. |
java.awt.color |
getforecolor()
represents foreground color. |
excelcolors |
getforeknowncolor()
represents foreground color index. |
gradientpatterntype |
getpattern()
represents line pattern. |
shapelinestyletype |
getstyle()
represents line style. |
double |
gettransparency()
represents line transparency. |
boolean |
getvisible()
represents if line format is visible. |
double |
getweight()
represents weight of the line. |
boolean |
haspattern()
indicates if current line format contain pattern. |
void |
haspattern(boolean value)
indicates if current line format contain pattern. |
void |
setbackcolor(java.awt.color value)
represents background color. |
void |
setbackknowncolor(excelcolors value)
represents background color index. |
void |
setbeginarrowheadlength(shapearrowlengthtype value)
represents begin arrow head length. |
void |
setbeginarrowheadstyle(shapearrowstyletype value)
represents begin arrow head style. |
void |
setbeginarrowheadwidth(shapearrowwidthtype value)
represents begin arrow head width. |
void |
setdashstyle(shapedashlinestyletype value)
represents the dash style for the specified line. |
void |
setendarrowheadlength(shapearrowlengthtype value)
represents end arrow head length. |
void |
setendarrowheadstyle(shapearrowstyletype value)
represents end arrow head style. |
void |
setendarrowheadwidth(shapearrowwidthtype value)
represents end arrow head width. |
void |
setforecolor(java.awt.color value)
represents foreground color. |
void |
setforeknowncolor(excelcolors value)
represents foreground color index. |
void |
setpattern(gradientpatterntype value)
represents line pattern. |
void |
setstyle(shapelinestyletype value)
represents line style. |
void |
settransparency(double value)
represents line transparency. |
void |
setvisible(boolean value)
represents if line format is visible. |
void |
setweight(double value)
represents weight of the line. |
method detail |
---|
double getweight()
void setweight(double value)
java.awt.color getforecolor()
void setforecolor(java.awt.color value)
java.awt.color getbackcolor()
void setbackcolor(java.awt.color value)
excelcolors getforeknowncolor()
void setforeknowncolor(excelcolors value)
excelcolors getbackknowncolor()
void setbackknowncolor(excelcolors value)
shapearrowstyletype getbeginarrowheadstyle()
void setbeginarrowheadstyle(shapearrowstyletype value)
shapearrowstyletype getendarrowheadstyle()
void setendarrowheadstyle(shapearrowstyletype value)
shapearrowlengthtype getbeginarrowheadlength()
void setbeginarrowheadlength(shapearrowlengthtype value)
shapearrowlengthtype getendarrowheadlength()
void setendarrowheadlength(shapearrowlengthtype value)
shapearrowwidthtype getbeginarrowheadwidth()
void setbeginarrowheadwidth(shapearrowwidthtype value)
shapearrowwidthtype getendarrowheadwidth()
void setendarrowheadwidth(shapearrowwidthtype value)
shapedashlinestyletype getdashstyle()
void setdashstyle(shapedashlinestyletype value)
shapelinestyletype getstyle()
void setstyle(shapelinestyletype value)
double gettransparency()
void settransparency(double value)
boolean getvisible()
void setvisible(boolean value)
gradientpatterntype getpattern()
void setpattern(gradientpatterntype value)
boolean haspattern()
void haspattern(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |