| Package | Description |
|---|---|
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.drawing.enums |
| Modifier and Type | Field and Description |
|---|---|
StiBorderSides |
StiBorderSide.side |
| Modifier and Type | Field and Description |
|---|---|
StiEnumSet<StiBorderSides> |
StiBorder.side |
| Modifier and Type | Method and Description |
|---|---|
StiEnumSet<StiBorderSides> |
StiBorder.getSide()
Gets or sets frame borders.
|
StiEnumSet<StiBorderSides> |
StiAdvancedBorder.getSide()
Gets or sets frame borders.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StiBorder.isDefault(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
boolean topmost) |
void |
StiBorder.setSide(StiBorderSides value) |
void |
StiAdvancedBorder.setSide(StiBorderSides value) |
| Modifier and Type | Method and Description |
|---|---|
void |
StiBorder.setSide(StiEnumSet<StiBorderSides> value) |
| Constructor and Description |
|---|
StiBorder(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style)
Creates a new instance of the StiBorder class.
|
StiBorder(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
java.lang.Boolean topmost)
Creates a new instance of the StiBorder class.
|
StiBorder(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush) |
| Constructor and Description |
|---|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style) |
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush)
Creates a new instance of the StiBorder class.
|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush,
boolean topmost)
Creates a new instance of the StiBorder class.
|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
int size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush) |
| Modifier and Type | Method and Description |
|---|---|
static StiBorderSides |
StiBorderSides.forValue(int value) |
static StiBorderSides |
StiBorderSides.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiBorderSides[] |
StiBorderSides.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Stimulsoft. All Rights Reserved.