Uses of Enum Class
com.stimulsoft.base.drawing.enums.StiShadowSides
Packages that use StiShadowSides
Package
Description
-
Uses of StiShadowSides in com.stimulsoft.base.drawing
Method parameters in com.stimulsoft.base.drawing with type arguments of type StiShadowSidesModifier and TypeMethodDescriptionstatic voidStiShadow.drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides) static voidStiShadow.drawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple) -
Uses of StiShadowSides in com.stimulsoft.base.drawing.enums
Methods in com.stimulsoft.base.drawing.enums that return StiShadowSidesModifier and TypeMethodDescriptionstatic StiShadowSidesStiShadowSides.forValue(int value) static StiShadowSidesReturns the enum constant of this class with the specified name.static StiShadowSides[]StiShadowSides.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiShadowSides in com.stimulsoft.report.painters.context.chart
Method parameters in com.stimulsoft.report.painters.context.chart with type arguments of type StiShadowSidesModifier and TypeMethodDescriptionvoidStiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting) voidStiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting, StiRectangle clipRect) voidStiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting, StiRectangle clipRect, StiCornerRadius cornerRadius) -
Uses of StiShadowSides in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return types with arguments of type StiShadowSidesMethod parameters in com.stimulsoft.report.painters.context.chart.geoms with type arguments of type StiShadowSidesModifier and TypeMethodDescriptionvoidStiCachedShadowGeom.setSides(StiEnumSet<StiShadowSides> sides) Constructor parameters in com.stimulsoft.report.painters.context.chart.geoms with type arguments of type StiShadowSidesModifierConstructorDescriptionStiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting) StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect) StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting, StiRectangle clipRect, StiCornerRadius cornerRadius)