|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StiColorEnum | |
---|---|
com.stimulsoft.base | |
com.stimulsoft.base.drawing |
Uses of StiColorEnum in com.stimulsoft.base |
---|
Methods in com.stimulsoft.base with parameters of type StiColorEnum | |
---|---|
static java.lang.String |
StiJsonReportObjectHelper.Serialize.JColor(StiColor color,
StiColorEnum defColor)
|
Uses of StiColorEnum in com.stimulsoft.base.drawing |
---|
Methods in com.stimulsoft.base.drawing that return StiColorEnum | |
---|---|
static StiColorEnum |
StiColorEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiColorEnum[] |
StiColorEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.stimulsoft.base.drawing with parameters of type StiColorEnum | |
---|---|
static StiColor |
StiColor.by(StiColorEnum color)
|
static StiColor |
StiColor.create(StiColorEnum color)
|
static StiColor |
StiColorUtils.dark(StiColorEnum color,
int i)
|
static StiColor |
StiColor.Dark(StiColorEnum color,
int i)
|
boolean |
StiColor.equals(StiColorEnum color)
|
boolean |
StiColor.is(StiColorEnum color)
|
static StiColor |
StiColor.Light(StiColorEnum color,
int i)
|
Constructors in com.stimulsoft.base.drawing with parameters of type StiColorEnum | |
---|---|
StiColor(StiColorEnum color)
|
|
StiHatchBrush(StiHatchStyle style,
StiColorEnum foreColor,
StiColorEnum backColor)
|
|
StiSolidBrush(StiColorEnum color)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |