Uses of Class
com.stimulsoft.report.enums.StiStyleElements

Packages that use StiStyleElements
com.stimulsoft.report.enums   
com.stimulsoft.report.infographics.gauge.styles.view   
com.stimulsoft.report.styles   
 

Uses of StiStyleElements in com.stimulsoft.report.enums
 

Methods in com.stimulsoft.report.enums that return StiStyleElements
static StiStyleElements StiStyleElements.forValue(int value)
           
static StiStyleElements StiStyleElements.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiStyleElements[] StiStyleElements.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiStyleElements in com.stimulsoft.report.infographics.gauge.styles.view
 

Methods in com.stimulsoft.report.infographics.gauge.styles.view with parameters of type StiStyleElements
 void StiGaugeStyleXF.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
          Gets a style from the component.
 

Uses of StiStyleElements in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles with parameters of type StiStyleElements
static StiBaseStyle StiBaseStyle.getStyle(StiComponent component, StiStyleElements styleElements)
           
static StiBaseStyle StiBaseStyle.getStyle(StiComponent component, StiStyleElements styleElements, StiBaseStyle componentStyle)
           
 void StiTableStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
           
 void StiStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
          Gets a style from the component.
 void StiMapStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
           
 void StiGaugeStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
          Gets a style from the component.
 void StiEmptyStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
           
 void StiDialogStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
           
 void StiCrossTabStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
           
 void StiChartStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
           
abstract  void StiBaseStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements)
          Gets a style from the component.
 void StiStyle.GetStyleFromComponent(StiComponent component, StiStyleElements styleElements, StiBaseStyle componentStyle)
          Gets a style from the component.
 void StiBaseStyle.GetStyleFromComponents(StiComponentsCollection comps, StiStyleElements styleElements)
          Gets a style from the components.