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

Packages that use StiTickMarkSkin
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.infographics.gauge.helpers   
com.stimulsoft.report.infographics.gauge.primitives.tick   
 

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

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

Uses of StiTickMarkSkin in com.stimulsoft.report.infographics.gauge.helpers
 

Methods in com.stimulsoft.report.infographics.gauge.helpers with parameters of type StiTickMarkSkin
static StiGaugeElementSkin StiGaugeSkinHelper.getTickMarkSkin(StiTickMarkSkin skin)
           
 

Uses of StiTickMarkSkin in com.stimulsoft.report.infographics.gauge.primitives.tick
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiTickMarkSkin
 StiTickMarkSkin StiTickMarkBase.getSkin()
          the skin of the component rendering.
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiTickMarkSkin
 void StiTickMarkBase.setSkin(StiTickMarkSkin skin)
          the skin of the component rendering.