|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.xls.colorscale
public class colorscale
the color scale condition in the conditional format
constructor summary | |
---|---|
colorscale(icolorscale colorscale)
|
method summary | |
---|---|
void |
addcriteria( item)
|
void |
addcriteria(conditionvaluetype type,
java.lang.object value,
java.awt.color color)
|
java.util.arraylist<> |
getcriteria()
indicates the type, value, and the color of threshold criteria used in the color scale conditional format. |
java.awt.color |
getmaxcolor()
get the max value object's corresponding color. |
iconditionvalue |
getmaxvalue()
get this colorscale's max value object. |
java.awt.color |
getmidcolor()
get the mid value object's corresponding color. |
iconditionvalue |
getmidvalue()
get this color scale's mid value object. |
java.awt.color |
getmincolor()
get min value object's corresponding color. |
iconditionvalue |
getminvalue()
get this color scale's min value object. |
void |
setconditioncount(int count)
sets number of objects in the collection. |
void |
setmaxcolor(java.awt.color maxcolor)
set the max value object's corresponding color. |
void |
setmidcolor(java.awt.color midcolor)
set the mid value object's corresponding color. |
void |
setmincolor(java.awt.color mincolor)
set the min value object's corresponding color. |
constructor detail |
---|
public colorscale(icolorscale colorscale)
method detail |
---|
public java.util.arraylist<> getcriteria()
public java.awt.color getmaxcolor()
public void setmaxcolor(java.awt.color maxcolor)
public java.awt.color getmidcolor()
public void setmidcolor(java.awt.color midcolor)
public java.awt.color getmincolor()
public void setmincolor(java.awt.color mincolor)
public iconditionvalue getmaxvalue()
public iconditionvalue getmidvalue()
public iconditionvalue getminvalue()
public void addcriteria( item)
public void addcriteria(conditionvaluetype type, java.lang.object value, java.awt.color color)
public void setconditioncount(int count)
count
-
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |