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

Packages that use StiMarkerSkin
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.infographics.gauge.helpers   
com.stimulsoft.report.infographics.gauge.primitives.indicators   
com.stimulsoft.report.infographics.gauge.styles.core   
 

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

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

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

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

Uses of StiMarkerSkin in com.stimulsoft.report.infographics.gauge.primitives.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiMarkerSkin
 StiMarkerSkin StiMarkerBase.getSkin()
          the skin of the component rendering.
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiMarkerSkin
 void StiMarkerBase.setSkin(StiMarkerSkin skin)
          the skin of the component rendering.
 

Uses of StiMarkerSkin in com.stimulsoft.report.infographics.gauge.styles.core
 

Methods in com.stimulsoft.report.infographics.gauge.styles.core that return StiMarkerSkin
 StiMarkerSkin StiGaugeStyleCoreXF.getMarkerSkin()