|
|||||||||
| 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 | ||||||||