Uses of Class
com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement

Packages that use StiGaugeElement
com.stimulsoft.report.infographics.gauge.collections   
com.stimulsoft.report.infographics.gauge.indicators   
com.stimulsoft.report.infographics.gauge.primitives.base   
com.stimulsoft.report.infographics.gauge.primitives.indicators   
com.stimulsoft.report.infographics.gauge.primitives.range   
com.stimulsoft.report.infographics.gauge.primitives.tick   
com.stimulsoft.report.infographics.gauge.range   
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.label   
com.stimulsoft.report.infographics.gauge.tick.linear.mark   
com.stimulsoft.report.infographics.gauge.tick.radial.label   
com.stimulsoft.report.infographics.gauge.tick.radial.mark   
com.stimulsoft.report.options   
 

Uses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.collections
 

Methods in com.stimulsoft.report.infographics.gauge.collections that return StiGaugeElement
 StiGaugeElement StiGaugeElementCollection.set(int index, StiGaugeElement value)
           
 

Methods in com.stimulsoft.report.infographics.gauge.collections with parameters of type StiGaugeElement
 void StiGaugeElementCollection.add(int index, StiGaugeElement element)
           
 boolean StiGaugeElementCollection.add(StiGaugeElement element)
           
 void StiGaugeElementCollection.addAll(StiGaugeElement[] elements)
           
 boolean StiGaugeElementCollection.moveDown(StiGaugeElement element)
           
 boolean StiGaugeElementCollection.moveUp(StiGaugeElement element)
           
 boolean StiGaugeElementCollection.remove(StiGaugeElement element)
           
 StiGaugeElement StiGaugeElementCollection.set(int index, StiGaugeElement value)
           
 

Method parameters in com.stimulsoft.report.infographics.gauge.collections with type arguments of type StiGaugeElement
 boolean StiGaugeElementCollection.addAll(java.util.Collection<? extends StiGaugeElement> c)
           
 

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

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.indicators
 class StiLinearBar
          Copyright Stimulsoft
 class StiLinearMarker
          Copyright Stimulsoft
 class StiNeedle
          Copyright Stimulsoft
 class StiRadialBar
          Copyright Stimulsoft
 class StiRadialMarker
          Copyright Stimulsoft
 class StiStateIndicator
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.indicators that return StiGaugeElement
 StiGaugeElement StiStateIndicator.createNew()
           
 StiGaugeElement StiRadialMarker.createNew()
           
 StiGaugeElement StiRadialBar.createNew()
           
 StiGaugeElement StiNeedle.createNew()
           
 StiGaugeElement StiLinearMarker.createNew()
           
 StiGaugeElement StiLinearBar.createNew()
           
 

Uses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.primitives.base
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base that return StiGaugeElement
 StiGaugeElement StiGaugeElement.createNew()
           
 

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

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.primitives.indicators
 class StiBarBase
          Copyright Stimulsoft
 class StiIndicatorBase
          Copyright Stimulsoft
 class StiMarkerBase
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiGaugeElement
 void StiIndicatorBase.InvokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e)
          Raises the GetValue event.
 

Uses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.primitives.range
 

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.primitives.range
 class StiScaleRangeList
          Copyright Stimulsoft
 

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

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.primitives.tick
 class StiLinearTickLabelBase
          Copyright Stimulsoft
 class StiLinearTickMarkBase
          Copyright Stimulsoft
 class StiRadialTickLabelBase
          Copyright Stimulsoft
 class StiRadialTickMarkBase
          Copyright Stimulsoft
 class StiTickBase
          Copyright Stimulsoft
 class StiTickLabelBase
          Copyright Stimulsoft
 class StiTickMarkBase
          Copyright Stimulsoft
 

Uses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.range
 

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.range
 class StiLinearRangeList
          Copyright Stimulsoft
 class StiRadialRangeList
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.range that return StiGaugeElement
 StiGaugeElement StiRadialRangeList.createNew()
           
 StiGaugeElement StiLinearRangeList.createNew()
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.skins with parameters of type StiGaugeElement
 void StiGaugeElementSkin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect)
           
abstract  void StiGaugeElementSkin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.skins.markerindicator with parameters of type StiGaugeElement
 void StiMarker9Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker8Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker7Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker6Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker5Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker4Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker3Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker2Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker1Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker15Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker14Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker13Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker12Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker11Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMarker10Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.skins.needleindicator with parameters of type StiGaugeElement
 void StiNeedleIndicator4Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiNeedleIndicator3Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiNeedleIndicator2Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiNeedleIndicator1Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.skins.stateindicator with parameters of type StiGaugeElement
 void StiState3Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiState2Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiState1Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.skins.tickmark with parameters of type StiGaugeElement
 void StiMark7Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMark6Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMark5Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMark4Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMark3Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMark2Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 void StiMark1Skin.draw(StiGaugeContextPainter context, StiGaugeElement element, StiRectangle rect, java.lang.Double angle, StiPoint centerPoint)
           
 

Uses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.tick.linear.label
 

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.tick.linear.label
 class StiLinearTickLabelCustom
          Copyright Stimulsoft
 class StiLinearTickLabelMajor
          Copyright Stimulsoft
 class StiLinearTickLabelMinor
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label that return StiGaugeElement
 StiGaugeElement StiLinearTickLabelMinor.createNew()
           
 StiGaugeElement StiLinearTickLabelMajor.createNew()
           
 StiGaugeElement StiLinearTickLabelCustom.createNew()
           
 

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

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.tick.linear.mark
 class StiLinearTickMarkCustom
          Copyright Stimulsoft
 class StiLinearTickMarkMajor
          Copyright Stimulsoft
 class StiLinearTickMarkMinor
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark that return StiGaugeElement
 StiGaugeElement StiLinearTickMarkMinor.createNew()
           
 StiGaugeElement StiLinearTickMarkMajor.createNew()
           
 StiGaugeElement StiLinearTickMarkCustom.createNew()
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiGaugeElement
 void StiLinearTickMarkCustom.InvokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e)
           
 

Uses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.tick.radial.label
 

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.tick.radial.label
 class StiRadialTickLabelCustom
          Copyright Stimulsoft
 class StiRadialTickLabelMajor
          Copyright Stimulsoft
 class StiRadialTickLabelMinor
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label that return StiGaugeElement
 StiGaugeElement StiRadialTickLabelMinor.createNew()
           
 StiGaugeElement StiRadialTickLabelMajor.createNew()
           
 StiGaugeElement StiRadialTickLabelCustom.createNew()
           
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiGaugeElement
 void StiRadialTickLabelCustom.invokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e)
          Raises the GetValue event.
 

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

Subclasses of StiGaugeElement in com.stimulsoft.report.infographics.gauge.tick.radial.mark
 class StiRadialTickMarkCustom
          Copyright Stimulsoft
 class StiRadialTickMarkMajor
          Copyright Stimulsoft
 class StiRadialTickMarkMinor
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return StiGaugeElement
 StiGaugeElement StiRadialTickMarkMinor.createNew()
           
 StiGaugeElement StiRadialTickMarkMajor.createNew()
           
 StiGaugeElement StiRadialTickMarkCustom.createNew()
           
 

Uses of StiGaugeElement in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options that return types with arguments of type StiGaugeElement
static java.util.List<StiGaugeElement> ServicesOptions.getGaugeElements()