Uses of Class
com.stimulsoft.report.infographics.gauge.StiGauge
Packages that use StiGauge
Package
Description
-
Uses of StiGauge in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiGaugeModifier and TypeMethodDescriptionStiHtmlExportService.prepareGaugeData(StiHtmlTextWriter writer, StiGauge gauge, double width, double height) -
Uses of StiGauge in com.stimulsoft.report.infographics.gauge.collections
Methods in com.stimulsoft.report.infographics.gauge.collections with parameters of type StiGaugeConstructors in com.stimulsoft.report.infographics.gauge.collections with parameters of type StiGauge -
Uses of StiGauge in com.stimulsoft.report.infographics.gauge.helpers
Methods in com.stimulsoft.report.infographics.gauge.helpers with parameters of type StiGaugeModifier and TypeMethodDescriptionstatic voidStiGaugeHelper.bulletGraphsGreen(StiGauge gauge, StiReport report) static voidStiGaugeHelper.checkGaugeName(StiGauge gauge) static voidStiGaugeHelper.darkSpeedometer(StiGauge gauge, StiReport report) static voidStiGaugeHelper.defaultLinearGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.defaultRadialGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.halfDonutsGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.halfDonutsGauge2(StiGauge gauge, StiReport report) static voidStiGaugeHelper.horizontalThermometer(StiGauge gauge, StiReport report) static voidStiGaugeV2InitHelper.init(StiGauge gauge, StiGaugeType type, boolean addRange, boolean skipText) static booleanstatic voidStiGaugeHelper.lightSpeedometer(StiGauge gauge, StiReport report) static voidStiGaugeHelper.linearGaugeRangeList(StiGauge gauge, StiReport report) static voidstatic voidStiGaugeHelper.radialBarGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeHalfCircleN(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeHalfCircleS(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleNE(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleNW(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleSE(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleSW(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialTwoScalesGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.simpleRadialGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.simpleTwoBarGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.verticalThermometer(StiGauge gauge, StiReport report) -
Uses of StiGauge in com.stimulsoft.report.infographics.gauge.primitives.scales
Fields in com.stimulsoft.report.infographics.gauge.primitives.scales declared as StiGaugeMethods in com.stimulsoft.report.infographics.gauge.primitives.scales that return StiGaugeMethods in com.stimulsoft.report.infographics.gauge.primitives.scales with parameters of type StiGauge -
Uses of StiGauge in com.stimulsoft.report.infographics.gauge.styles.core
Methods in com.stimulsoft.report.infographics.gauge.styles.core that return StiGaugeMethods in com.stimulsoft.report.infographics.gauge.styles.core with parameters of type StiGauge -
Uses of StiGauge in com.stimulsoft.report.painters
Fields in com.stimulsoft.report.painters declared as StiGaugeConstructors in com.stimulsoft.report.painters with parameters of type StiGaugeModifierConstructorDescriptionStiGaugeContextPainter(StiGauge gauge, StiRectangle rect, double zoom, double pageZoom) StiGdiGaugeContextPainter(StiGraphics g, StiGauge gauge, StiRectangle rect, double zoom, double pageZoom) -
Uses of StiGauge in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiGaugeModifier and TypeMethodDescriptionvoidStiGaugePainter.drawGauge(StiGraphics g, StiGauge gauge, StiRectangle rect) voidStiGaugePainter.drawGauge(StiGauge gauge, StiGraphics g, StiRectangle rect, double zoom) -
Uses of StiGauge in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiGaugeModifier and TypeMethodDescriptionstatic voidStiGaugeHelper.executeJSCommand(StiGauge gauge, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) StiGaugeHelper.getGaugeProperties(StiGauge gauge) static StringStiGaugeHelper.getGaugeSampleImage(StiGauge gauge, int width, int height, float zoom)