Uses of Class
com.stimulsoft.report.infographics.gauge.StiRadialScaleSkin

Packages that use StiRadialScaleSkin
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.infographics.gauge.scales   
 

Uses of StiRadialScaleSkin in com.stimulsoft.report.infographics.gauge
 

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

Uses of StiRadialScaleSkin in com.stimulsoft.report.infographics.gauge.scales
 

Methods in com.stimulsoft.report.infographics.gauge.scales that return StiRadialScaleSkin
 StiRadialScaleSkin StiRadialScale.getSkin()
          the skin of the component rendering.
 

Methods in com.stimulsoft.report.infographics.gauge.scales with parameters of type StiRadialScaleSkin
 void StiRadialScale.setSkin(StiRadialScaleSkin skin)
          the skin of the component rendering.