| Package | Description |
|---|---|
| com.stimulsoft.base.context.chart.geoms | |
| com.stimulsoft.base.system |
| Modifier and Type | Method and Description |
|---|---|
StiEnumSet<StiFontStyle> |
StiFontGeom.getFontStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiFontGeom.setFontStyle(StiEnumSet<StiFontStyle> fontStyle) |
| Constructor and Description |
|---|
StiFontGeom(java.lang.String fontName,
double fontSize,
StiEnumSet<StiFontStyle> style) |
| Modifier and Type | Method and Description |
|---|---|
static StiFontStyle |
StiFontStyle.forValue(int value) |
static StiFontStyle |
StiFontStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiFontStyle[] |
StiFontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static StiEnumSet<StiFontStyle> |
StiFontStyle.forValueSet(int value) |
| Modifier and Type | Method and Description |
|---|---|
void |
StiFont.setStyle(StiFontStyle style) |
| Constructor and Description |
|---|
StiFont(java.lang.String name,
double size,
StiFontStyle style) |
StiFont(java.lang.String name,
double size,
StiFontStyle style,
StiGraphicsUnit pixel) |
| Constructor and Description |
|---|
StiFont(java.lang.String name,
double size,
StiEnumSet<StiFontStyle> style) |
Copyright © 2020 Stimulsoft. All Rights Reserved.