Uses of Class
com.steema.teechart.Shadow

Packages that use Shadow
com.steema.teechart   
com.steema.teechart.drawing   
com.steema.teechart.styles   
 

Uses of Shadow in com.steema.teechart
 

Fields in com.steema.teechart declared as Shadow
protected  Shadow Shape.shadow
           
 

Methods in com.steema.teechart that return Shadow
 Shadow Shape.getShadow()
          Defines the shape's Shadow characteristics.
 

Methods in com.steema.teechart with parameters of type Shadow
 void Shadow.assign(Shadow value)
          Assigns characteristics of Shadow 'value'.
 

Uses of Shadow in com.steema.teechart.drawing
 

Methods in com.steema.teechart.drawing that return Shadow
 Shadow ChartFont.getShadow()
          Accesses the shadow properties of the font.
 

Uses of Shadow in com.steema.teechart.styles
 

Subclasses of Shadow in com.steema.teechart.styles
 class Pie.PieShadow
          Title: PieShadow class Description: Pie series uses this class in its Pie.Shadow.
 

Methods in com.steema.teechart.styles that return Shadow
 Shadow GaugeSeriesPointer.getShadow()
           
 

Methods in com.steema.teechart.styles with parameters of type Shadow
 void GaugeSeriesPointer.setShadow(Shadow value)