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

Packages that use StiGlobalGuiStyle
com.stimulsoft.report.chart.core.area.radar   
com.stimulsoft.report.chart.core.area.stackedColumn   
com.stimulsoft.report.enums   
com.stimulsoft.report.options   
 

Uses of StiGlobalGuiStyle in com.stimulsoft.report.chart.core.area.radar
 

Methods in com.stimulsoft.report.chart.core.area.radar with parameters of type StiGlobalGuiStyle
 void StiRadarPointAreaCoreXF.ApplyStyle(StiGlobalGuiStyle style)
           
 void StiRadarLineAreaCoreXF.ApplyStyle(StiGlobalGuiStyle style)
           
 

Uses of StiGlobalGuiStyle in com.stimulsoft.report.chart.core.area.stackedColumn
 

Methods in com.stimulsoft.report.chart.core.area.stackedColumn with parameters of type StiGlobalGuiStyle
 void StiStackedColumnAreaCoreXF.ApplyStyle(StiGlobalGuiStyle style)
           
 

Uses of StiGlobalGuiStyle in com.stimulsoft.report.enums
 

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

Uses of StiGlobalGuiStyle in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options that return StiGlobalGuiStyle
static StiGlobalGuiStyle WindowsOptions.getGlobalGuiStyle()
          Gets or sets current theme of Stimulsoft Reports application.
 

Methods in com.stimulsoft.report.options with parameters of type StiGlobalGuiStyle
static void WindowsOptions.setGlobalGuiStyle(StiGlobalGuiStyle value)