Uses of Class
com.stimulsoft.base.drawing.enums.StiShadowSides

Packages that use StiShadowSides
com.stimulsoft.base.context.chart   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.drawing   
com.stimulsoft.base.drawing.enums   
 

Uses of StiShadowSides in com.stimulsoft.base.context.chart
 

Method parameters in com.stimulsoft.base.context.chart with type arguments of type StiShadowSides
 void StiContext.drawCachedShadow(StiRectangle rect, StiEnumSet<StiShadowSides> sides, boolean isPrinting)
           
 

Uses of StiShadowSides in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return types with arguments of type StiShadowSides
 StiEnumSet<StiShadowSides> StiCachedShadowGeom.getSides()
           
 

Method parameters in com.stimulsoft.base.context.chart.geoms with type arguments of type StiShadowSides
 void StiCachedShadowGeom.setSides(StiEnumSet<StiShadowSides> sides)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiShadowSides
StiCachedShadowGeom(StiRectangle rect, StiShadowSides sidesEnum, boolean isPrinting)
           
 

Constructor parameters in com.stimulsoft.base.context.chart.geoms with type arguments of type StiShadowSides
StiCachedShadowGeom(StiRectangle rect, StiEnumSet<StiShadowSides> sidesSet, boolean isPrinting)
           
 

Uses of StiShadowSides in com.stimulsoft.base.drawing
 

Method parameters in com.stimulsoft.base.drawing with type arguments of type StiShadowSides
static void StiShadow.drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides)
           
static void StiShadow.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 StiShadowSides
static StiShadowSides StiShadowSides.forValue(int value)
           
static StiShadowSides StiShadowSides.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiShadowSides[] StiShadowSides.values()
          Returns an array containing the constants of this enum type, in the order they are declared.