Uses of Class
com.stimulsoft.report.infographics.gauge.skins.StiGaugeElementSkin

Packages that use StiGaugeElementSkin
com.stimulsoft.report.infographics.gauge.helpers   
com.stimulsoft.report.infographics.gauge.indicators   
com.stimulsoft.report.infographics.gauge.primitives.indicators   
com.stimulsoft.report.infographics.gauge.primitives.tick   
com.stimulsoft.report.infographics.gauge.skins   
com.stimulsoft.report.infographics.gauge.skins.markerindicator   
com.stimulsoft.report.infographics.gauge.skins.needleindicator   
com.stimulsoft.report.infographics.gauge.skins.stateindicator   
com.stimulsoft.report.infographics.gauge.skins.tickmark   
com.stimulsoft.report.infographics.gauge.tick.linear.mark   
com.stimulsoft.report.infographics.gauge.tick.radial.mark   
 

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

Methods in com.stimulsoft.report.infographics.gauge.helpers that return StiGaugeElementSkin
static StiGaugeElementSkin StiGaugeSkinHelper.getMarkerSkin(StiMarkerSkin skin)
           
static StiGaugeElementSkin StiGaugeSkinHelper.getNeedleIndicatorSkin(StiNeedleSkin skin)
           
static StiGaugeElementSkin StiGaugeSkinHelper.getStateIndicatorSkin(StiStateSkin skin)
           
static StiGaugeElementSkin StiGaugeSkinHelper.getTickMarkSkin(StiTickMarkSkin skin)
           
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.indicators
 

Methods in com.stimulsoft.report.infographics.gauge.indicators that return StiGaugeElementSkin
 StiGaugeElementSkin StiStateIndicator.getCustomSkin()
           
 StiGaugeElementSkin StiNeedle.getCustomSkin()
           
 

Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiGaugeElementSkin
 void StiStateIndicator.setCustomSkin(StiGaugeElementSkin customSkin)
           
 void StiNeedle.setCustomSkin(StiGaugeElementSkin customSkin)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiGaugeElementSkin
 StiGaugeElementSkin StiMarkerBase.getCustomSkin()
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiGaugeElementSkin
 void StiMarkerBase.setCustomSkin(StiGaugeElementSkin customSkin)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiGaugeElementSkin
 StiGaugeElementSkin StiTickMarkBase.getCustomSkin()
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiGaugeElementSkin
 void StiTickMarkBase.setCustomSkin(StiGaugeElementSkin customSkin)
           
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins
 

Subclasses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins
 class StiMarkerBaseSkin
          Copyright Stimulsoft
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.markerindicator
 

Subclasses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.markerindicator
 class StiMarker10Skin
          Copyright Stimulsoft
 class StiMarker11Skin
          Copyright Stimulsoft
 class StiMarker12Skin
          Copyright Stimulsoft
 class StiMarker13Skin
          Copyright Stimulsoft
 class StiMarker14Skin
          Copyright Stimulsoft
 class StiMarker15Skin
          Copyright Stimulsoft
 class StiMarker1Skin
          Copyright Stimulsoft
 class StiMarker2Skin
          Copyright Stimulsoft
 class StiMarker3Skin
          Copyright Stimulsoft
 class StiMarker4Skin
          Copyright Stimulsoft
 class StiMarker5Skin
          Copyright Stimulsoft
 class StiMarker6Skin
          Copyright Stimulsoft
 class StiMarker7Skin
          Copyright Stimulsoft
 class StiMarker8Skin
          Copyright Stimulsoft
 class StiMarker9Skin
          Copyright Stimulsoft
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.needleindicator
 

Subclasses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.needleindicator
 class StiNeedleIndicator1Skin
          Copyright Stimulsoft
 class StiNeedleIndicator2Skin
          Copyright Stimulsoft
 class StiNeedleIndicator3Skin
          Copyright Stimulsoft
 class StiNeedleIndicator4Skin
          Copyright Stimulsoft
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.stateindicator
 

Subclasses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.stateindicator
 class StiState1Skin
          Copyright Stimulsoft
 class StiState2Skin
          Copyright Stimulsoft
 class StiState3Skin
          Copyright Stimulsoft
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.tickmark
 

Subclasses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.skins.tickmark
 class StiMark1Skin
          Copyright Stimulsoft
 class StiMark2Skin
          Copyright Stimulsoft
 class StiMark3Skin
          Copyright Stimulsoft
 class StiMark4Skin
          Copyright Stimulsoft
 class StiMark5Skin
          Copyright Stimulsoft
 class StiMark6Skin
          Copyright Stimulsoft
 class StiMark7Skin
          Copyright Stimulsoft
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.tick.linear.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that return StiGaugeElementSkin
 StiGaugeElementSkin StiLinearTickMarkCustomValue.getSkin()
          the skin of the component rendering.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiGaugeElementSkin
 void StiLinearTickMarkCustomValue.setSkin(StiGaugeElementSkin skin)
          the skin of the component rendering.
 

Constructors in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiGaugeElementSkin
StiLinearTickMarkCustomValue(double value, java.lang.Double offset, java.lang.Double relativeWidth, java.lang.Double relativeHeight, StiPlacement placement, StiGaugeElementSkin skin)
           
 

Uses of StiGaugeElementSkin in com.stimulsoft.report.infographics.gauge.tick.radial.mark
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return StiGaugeElementSkin
 StiGaugeElementSkin StiRadialTickMarkCustomValue.getSkin()
          the skin of the component rendering.
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiGaugeElementSkin
 void StiRadialTickMarkCustomValue.setSkin(StiGaugeElementSkin skin)
          the skin of the component rendering.
 

Constructors in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiGaugeElementSkin
StiRadialTickMarkCustomValue(double value, java.lang.Double offset, java.lang.Double relativeWidth, java.lang.Double relativeHeight, java.lang.Double offsetAngle, StiPlacement placement, StiBrush brush, StiBrush borderBrush, java.lang.Double borderWidth, StiGaugeElementSkin skin)
           
StiRadialTickMarkCustomValue(double value, java.lang.Double offset, java.lang.Double relativeWidth, java.lang.Double relativeHeight, java.lang.Double offsetAngle, StiPlacement placement, StiGaugeElementSkin skin)