Uses of Class
com.stimulsoft.report.painters.StiGaugeContextPainter

Packages that use StiGaugeContextPainter
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.infographics.gauge.indicators   
com.stimulsoft.report.infographics.gauge.interfaces   
com.stimulsoft.report.infographics.gauge.primitives.base   
com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry   
com.stimulsoft.report.infographics.gauge.primitives.scales   
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.painters   
 

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

Fields in com.stimulsoft.report.infographics.gauge declared as StiGaugeContextPainter
 StiGaugeContextPainter StiGauge.painter
           
 

Methods in com.stimulsoft.report.infographics.gauge with parameters of type StiGaugeContextPainter
 void StiGauge.drawGauge(StiGaugeContextPainter context)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiGaugeContextPainter
 void StiStateIndicator.drawElement(StiGaugeContextPainter context)
           
 void StiRadialMarker.drawElement(StiGaugeContextPainter context)
           
 void StiRadialBar.drawElement(StiGaugeContextPainter context)
           
 void StiNeedle.drawElement(StiGaugeContextPainter context)
           
 void StiLinearMarker.drawElement(StiGaugeContextPainter context)
           
 void StiLinearBar.drawElement(StiGaugeContextPainter context)
           
 

Uses of StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.interfaces
 

Methods in com.stimulsoft.report.infographics.gauge.interfaces with parameters of type StiGaugeContextPainter
 StiGraphicsPathLinesGaugeGeom IStiScaleBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect)
           
 void IStiScaleBarGeometry.drawScaleGeometry(StiGaugeContextPainter context)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.base with parameters of type StiGaugeContextPainter
 void StiElementBase.drawElement(StiGaugeContextPainter context)
           
 

Uses of StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.scalebargeometry with parameters of type StiGaugeContextPainter
 StiGraphicsPathLinesGaugeGeom StiRadialBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect)
           
 StiGraphicsPathLinesGaugeGeom StiLinearBarGeometry.drawGeometry(StiGaugeContextPainter context, double StartValue, double EndValue, double StartWidth, double EndWidth, double Offset, StiPlacement Placement, StiRefObject<StiRectangle> rect, boolean returnOnlyRect)
           
 StiGraphicsPathLinesGaugeGeom StiLinearBarGeometry.drawPrimitiveGeometry(StiGaugeContextPainter context, StiRectangle rect, double minAscent, double maxAscent, double StartWidth, double EndWidth, StiPlacement Placement, double restOffset, boolean isStartGreaterEnd)
           
 void StiRadialBarGeometry.drawScaleGeometry(StiGaugeContextPainter context)
           
 void StiLinearBarGeometry.drawScaleGeometry(StiGaugeContextPainter context)
           
 

Uses of StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.primitives.scales
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.scales with parameters of type StiGaugeContextPainter
 void StiScaleBase.drawElement(StiGaugeContextPainter context)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiGaugeContextPainter
 void StiRadialTickMarkBase.drawElement(StiGaugeContextPainter context)
           
 void StiRadialTickLabelBase.drawElement(StiGaugeContextPainter context)
           
 void StiLinearTickMarkBase.drawElement(StiGaugeContextPainter context)
           
 void StiLinearTickLabelBase.drawElement(StiGaugeContextPainter context)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.range with parameters of type StiGaugeContextPainter
 void StiRadialRangeList.drawElement(StiGaugeContextPainter context)
           
 void StiLinearRangeList.drawElement(StiGaugeContextPainter context)
           
 void StiRadialRange.drawRange(StiGaugeContextPainter context, StiScaleBase scale)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.skins with parameters of type StiGaugeContextPainter
 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 StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.skins.markerindicator
 

Methods in com.stimulsoft.report.infographics.gauge.skins.markerindicator with parameters of type StiGaugeContextPainter
 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 StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.skins.needleindicator
 

Methods in com.stimulsoft.report.infographics.gauge.skins.needleindicator with parameters of type StiGaugeContextPainter
 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 StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.skins.stateindicator
 

Methods in com.stimulsoft.report.infographics.gauge.skins.stateindicator with parameters of type StiGaugeContextPainter
 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 StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.skins.tickmark
 

Methods in com.stimulsoft.report.infographics.gauge.skins.tickmark with parameters of type StiGaugeContextPainter
 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 StiGaugeContextPainter in com.stimulsoft.report.infographics.gauge.tick.linear.label
 

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.label with parameters of type StiGaugeContextPainter
 void StiLinearTickLabelCustom.drawElement(StiGaugeContextPainter context)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.linear.mark with parameters of type StiGaugeContextPainter
 void StiLinearTickMarkCustom.drawElement(StiGaugeContextPainter context)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.label with parameters of type StiGaugeContextPainter
 void StiRadialTickLabelCustom.drawElement(StiGaugeContextPainter context)
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiGaugeContextPainter
 void StiRadialTickMarkCustom.drawElement(StiGaugeContextPainter context)
           
 

Uses of StiGaugeContextPainter in com.stimulsoft.report.painters
 

Subclasses of StiGaugeContextPainter in com.stimulsoft.report.painters
 class StiGdiGaugeContextPainter
          Copyright Stimulsoft