Uses of Enum Class
com.stimulsoft.base.drawing.enums.StiBorderSides
Packages that use StiBorderSides
Package
Description
-
Uses of StiBorderSides in com.stimulsoft.base.drawing
Fields in com.stimulsoft.base.drawing declared as StiBorderSidesFields in com.stimulsoft.base.drawing with type parameters of type StiBorderSidesMethods in com.stimulsoft.base.drawing that return types with arguments of type StiBorderSidesModifier and TypeMethodDescriptionStiAdvancedBorder.getSide()Gets or sets frame borders.StiBorder.getSide()Gets or sets frame borders.Methods in com.stimulsoft.base.drawing with parameters of type StiBorderSidesModifier and TypeMethodDescriptionstatic booleanStiBorder.isDefault(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, boolean topmost) voidStiAdvancedBorder.setSide(StiBorderSides value) voidStiBorder.setSide(StiBorderSides value) Method parameters in com.stimulsoft.base.drawing with type arguments of type StiBorderSidesConstructors in com.stimulsoft.base.drawing with parameters of type StiBorderSidesModifierConstructorDescriptionStiBorder(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, boolean dropShadow, double shadowSize, StiBrush shadowBrush) StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, Boolean topmost) Creates a new instance of the StiBorder class.Constructor parameters in com.stimulsoft.base.drawing with type arguments of type StiBorderSidesModifierConstructorDescriptionStiBorder(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 StiBorderSidesModifier and TypeMethodDescriptionstatic StiBorderSidesStiBorderSides.forValue(int value) static StiBorderSidesReturns the enum constant of this class with the specified name.static StiBorderSides[]StiBorderSides.values()Returns an array containing the constants of this enum class, 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 StiBorderSidesModifier and TypeMethodDescriptionstatic StiEnumSet<StiBorderSides> StiStylesHelper.getBorderSidesFromLocation(StiComponent component)