|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.core.spreadsheet.shapes.xlsgradientstop
public class xlsgradientstop
constructor summary | |
---|---|
xlsgradientstop()
|
|
xlsgradientstop(ocolor color,
int position,
int transparency)
|
method summary | |
---|---|
ocolor |
getocolor()
gets / sets color of this gradient stop. |
int |
getposition()
gets / sets position of this gradient stop. |
int |
getshade()
gets / sets shade of the color for this gradient stop. |
int |
gettint()
gets / sets tint of the color for this gradient stop. |
int |
gettransparency()
gets / sets transparency of this gradient stop. |
void |
setshade(int value)
gets / sets shade of the color for this gradient stop. |
void |
settint(int value)
gets / sets tint of the color for this gradient stop. |
void |
settransparency(int value)
gets / sets transparency of this gradient stop. |
constructor detail |
---|
public xlsgradientstop()
public xlsgradientstop(ocolor color, int position, int transparency)
method detail |
---|
public ocolor getocolor()
public int getposition()
public int gettransparency()
public void settransparency(int value)
public int gettint()
public void settint(int value)
public int getshade()
public void setshade(int value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |