| Package | Description |
|---|---|
| com.stimulsoft.base.drawing |
| Modifier and Type | Method and Description |
|---|---|
static StiHatchStyle |
StiHatchStyle.forValue(int value) |
StiHatchStyle |
StiHatchBrush.getStyle()
Gets the hatch style of this StiHatchBrush object.
|
static StiHatchStyle |
StiHatchStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiHatchStyle[] |
StiHatchStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiHatchBrush.setStyle(StiHatchStyle value) |
| Constructor and Description |
|---|
StiHatchBrush(StiHatchStyle style,
StiColorEnum foreColor,
StiColorEnum backColor) |
StiHatchBrush(StiHatchStyle style,
StiColor foreColor,
StiColor backColor)
Creates a new instance of the StiHatchBrush class.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.