|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.ms.system.collections.generic.list<xlsgradientstop>
com.spire.xls.core.spreadsheet.shapes.gradientstops
public class gradientstops
constructor summary | |
---|---|
gradientstops()
|
method summary | |
---|---|
xlsgradientstop |
add(java.awt.color color,
int position,
int transparency,
int tint,
int shade)
|
void |
doublegradientstops()
doubles gradient stops in the collection and updates their positions. |
int |
getangle()
gets / sets gradient angle. |
java.awt.rectangle |
getfilltorect()
this element defines the "focus" rectangle for the center shade, specified relative to the xlsfill tile rectangle. |
gradienttype |
getgradienttype()
gets / sets type of the gradient. |
void |
invertgradientstops()
inverts gradient stops order and updates their positions correctly. |
boolean |
isdoubled()
returns true if gradient stops are symmetric. |
void |
setangle(int value)
gets / sets gradient angle. |
void |
setfilltorect(java.awt.rectangle value)
this element defines the "focus" rectangle for the center shade, specified relative to the xlsfill tile rectangle. |
void |
setgradienttype(gradienttype value)
gets / sets type of the gradient. |
gradientstops |
shrinkgradientstops()
|
constructor detail |
---|
public gradientstops()
method detail |
---|
public int getangle()
public void setangle(int value)
public gradienttype getgradienttype()
public void setgradienttype(gradienttype value)
public java.awt.rectangle getfilltorect()
public void setfilltorect(java.awt.rectangle value)
public boolean isdoubled()
public void doublegradientstops()
public void invertgradientstops()
public gradientstops shrinkgradientstops()
public xlsgradientstop add(java.awt.color color, int position, int transparency, int tint, int shade)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |