|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StiBorderSides | |
---|---|
com.stimulsoft.base.drawing | |
com.stimulsoft.base.drawing.enums | |
com.stimulsoft.report.styles |
Uses of StiBorderSides in com.stimulsoft.base.drawing |
---|
Fields in com.stimulsoft.base.drawing declared as StiBorderSides | |
---|---|
StiBorderSides |
StiBorderSide.side
|
Fields in com.stimulsoft.base.drawing with type parameters of type StiBorderSides | |
---|---|
StiEnumSet<StiBorderSides> |
StiBorder.side
|
Methods in com.stimulsoft.base.drawing that return types with arguments of type StiBorderSides | |
---|---|
StiEnumSet<StiBorderSides> |
StiBorder.getSide()
Gets or sets frame borders. |
StiEnumSet<StiBorderSides> |
StiAdvancedBorder.getSide()
Gets or sets frame borders. |
Methods in com.stimulsoft.base.drawing with parameters of type StiBorderSides | |
---|---|
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)
|
Method parameters in com.stimulsoft.base.drawing with type arguments of type StiBorderSides | |
---|---|
void |
StiBorder.setSide(StiEnumSet<StiBorderSides> value)
|
Constructors in com.stimulsoft.base.drawing with parameters of type StiBorderSides | |
---|---|
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 parameters in com.stimulsoft.base.drawing with type arguments of type StiBorderSides | |
---|---|
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)
|
Uses of StiBorderSides in com.stimulsoft.base.drawing.enums |
---|
Methods in com.stimulsoft.base.drawing.enums that return StiBorderSides | |
---|---|
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. |
Uses of StiBorderSides in com.stimulsoft.report.styles |
---|
Methods in com.stimulsoft.report.styles that return types with arguments of type StiBorderSides | |
---|---|
static StiEnumSet<StiBorderSides> |
StiStylesHelper.getBorderSidesFromLocation(StiComponent component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |