Uses of Class
com.stimulsoft.base.drawing.StiBrush
Packages that use StiBrush
Package
Description
-
Uses of StiBrush in com.stimulsoft.base
Methods in com.stimulsoft.base that return StiBrushMethods in com.stimulsoft.base with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.base.drawing
Subclasses of StiBrush in com.stimulsoft.base.drawingModifier and TypeClassDescriptionclassClass describes Empty Brush.classClass describes a glare gradient brush.classClass describes GlassBrush.classClass describes a gradient brush.classClass describes the HatchBrush.classCopyright StimulsoftclassClass describes SolidBrush.Methods in com.stimulsoft.base.drawing that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiGlassBrush.getBottomBrush()static StiBrushStiBrush.getBrush(StiBrush brush, StiRectangle rect1) Returns the gdi brush from the report brush.StiPen.getBrush()StiBorder.getShadowBrush()Gets or sets the border shadow brush.final StiBrushStiGlassBrush.getTopBrush()static StiBrushstatic StiBrushStiBrush.LoadFromJson(JSONObject jObject) Methods in com.stimulsoft.base.drawing with parameters of type StiBrushModifier and TypeMethodDescriptionStiGraphics.beginFill(StiBrush brush, StiPen pen, StiRectangle rect, Double zoom) Set fill formatvoidStiGraphics.drawEllise(StiRectangle rect, StiPen pen, StiBrush brush, Double zoom, Double pageZoom) Draw ellipsevoidStiGraphics.drawElliseBegin(StiRectangle rect, StiPen pen, StiBrush brush, Double zoom) Begin draw ellipsevoidStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, double zoom, double pageZoom) Draw path sotred in ListStiPathCommandStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, Boolean transformCoord, double zoom, double pageZoom) Draw path sotred in ListStiPathCommandStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, Boolean transformCoord, double zoom, double pageZoom, boolean draw) Draw path sotred in ListStiPathCommandvoidStiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, Double zoom, Double pageZoom) Draw rectanglevoidStiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, Double cornerRadius, Double zoom, Double pageZoom) Draw rounded rectanglestatic voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, float lineSpacing, int maximalWidth, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, double zoom) static voidStiRotatedTextDrawing.drawString(StiGraphics g, String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, float lineSpacing, boolean antialiasing, int maximalWidth, double zoom) voidStiGraphics.drawText(String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, float lineSpacing, Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions) Draw textvoidStiGraphics.fillPolygon(StiBrush brush, List<StiPoint> points, double zoom, double pageZoom) static StiBrushStiBrush.getBrush(StiBrush brush, StiRectangle rect1) Returns the gdi brush from the report brush.static StiBrushvoidvoidStiBorder.setShadowBrush(StiBrush value) static StiColorTransform a brush into a color.Constructors in com.stimulsoft.base.drawing with parameters of type StiBrushModifierConstructorDescriptionStiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush) Creates a new instance of the StiAdvancedBorder class.StiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost) Creates a new instance of the StiAdvancedBorder class.StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush) Creates a new instance of the StiAdvancedBorder class.StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost) Creates a new instance of the StiAdvancedBorder class.StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) Creates a new instance of the StiBorder class.StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost) Creates a new instance of the StiBorder class.StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, int size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) -
Uses of StiBrush in com.stimulsoft.base.json
Methods in com.stimulsoft.base.json with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.base.serializing.utils
Methods in com.stimulsoft.base.serializing.utils that return StiBrushModifier and TypeMethodDescriptionstatic StiBrushStiSerializTypeConverter.deserializeStringToBrush(String strValue) static StiBrushStiSerializTypeConverter.getInstanceBrushBySerializString(String value) -
Uses of StiBrush in com.stimulsoft.report.barCodes
Fields in com.stimulsoft.report.barCodes declared as StiBrushModifier and TypeFieldDescriptionStiQRCodeBarCodeType.bodyBrushStiQRCodeBarCodeType.eyeBallBrushStiQRCodeBarCodeType.eyeFrameBrushMethods in com.stimulsoft.report.barCodes that return StiBrushModifier and TypeMethodDescriptionStiQRCodeBarCodeType.getBodyBrush()StiQRCodeBarCodeType.getEyeBallBrush()StiQRCodeBarCodeType.getEyeFrameBrush()Methods in com.stimulsoft.report.barCodes with parameters of type StiBrushModifier and TypeMethodDescriptionprotected voidStiBarCodeTypeService.baseDrawString(StiGraphics context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) protected voidStiBarCodeTypeService.baseFillEllipse(StiGraphics context, StiBrush brush, double x, double y, double width, double height, Double zoom, Double pageZoom) protected voidStiBarCodeTypeService.baseFillPolygon(StiGraphics context, StiBrush brush, StiPoint[] points, Double zoom, Double pageZoom) protected voidStiQRCodeBarCodeType.baseFillPolygons(StiGraphics context, StiBrush brush, List<List<StiPoint>> points, double zoom) protected voidStiBarCodeTypeService.baseFillRectangle(StiGraphics context, StiBrush brush, double x, double y, double width, double height, Double zoom, Double pageZoom) protected voidStiBarCodeTypeService.baseFillRectangle2D(StiGraphics context, StiBrush brush, double x, double y, double width, double height, Double zoom, Double pageZoom) protected final voidStiBarCodeTypeService.drawBars(StiGraphics context, String sym, StiBrush foreBrush, Double zoom, Double pageZoom) Draws content of bar code.voidStiQRCodeBarCodeType.setBodyBrush(StiBrush bodyBrush) voidStiQRCodeBarCodeType.setEyeBallBrush(StiBrush eyeBallBrush) voidStiQRCodeBarCodeType.setEyeFrameBrush(StiBrush eyeFrameBrush) Constructors in com.stimulsoft.report.barCodes with parameters of type StiBrushModifierConstructorDescriptionStiGS1QRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image, double imageMultipleFactor, StiQRCodeBodyShapeType bodyShape, StiQRCodeEyeFrameShapeType eyeFrameShape, StiQRCodeEyeBallShapeType eyeBallShape, StiBrush bodyBrush, StiBrush eyeFrameBrush, StiBrush eyeBallBrush, boolean processTilde) StiQRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image, double imageMultipleFactor, StiQRCodeBodyShapeType bodyShape, StiQRCodeEyeFrameShapeType eyeFrameShape, StiQRCodeEyeBallShapeType eyeBallShape, StiBrush bodyBrush, StiBrush eyeFrameBrush, StiBrush eyeBallBrush) StiQRCodeBarCodeType(float module, StiQRCodeErrorCorrectionLevel errorCorrectionLevel, StiQRCodeSize matrixSize, String image, double imageMultipleFactor, StiQRCodeBodyShapeType bodyShape, StiQRCodeEyeFrameShapeType eyeFrameShape, StiQRCodeEyeBallShapeType eyeBallShape, StiBrush bodyBrush, StiBrush eyeFrameBrush, StiBrush eyeBallBrush, boolean processTilde) -
Uses of StiBrush in com.stimulsoft.report.chart
Methods in com.stimulsoft.report.chart that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiChart.getBrush()Gets or sets a brush to fill a component.Methods in com.stimulsoft.report.chart with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.core.marker
Methods in com.stimulsoft.report.chart.core.marker with parameters of type StiBrushModifier and TypeMethodDescriptionfinal voidStiMarkerCoreXF.DrawLine(StiContext context, float x1, float y1, float x2, float y2, float scale, StiBrush brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle) final voidStiMarkerCoreXF.DrawLines(StiContext context, StiPoint[] points, double scale, StiBrush brushMarker, StiPenGeom penMarker, StiMarkerType markerType, double markerStep, double markerSize, double angle) final voidStiMarkerCoreXF.DrawPoint(StiContext context, double x, double y, double scale, StiBrush brush, StiPenGeom pen, StiMarkerType markerType, StiFontIcons icon, double markerSize, double angle, boolean isMouseOver, boolean isAnimation, String toolTip, Object tag, StiInteractionDataGeom interaction) -
Uses of StiBrush in com.stimulsoft.report.chart.core.series
Methods in com.stimulsoft.report.chart.core.series that return StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.core.series.clusteredColumn
Methods in com.stimulsoft.report.chart.core.series.clusteredColumn that return StiBrushModifier and TypeMethodDescriptionStiAreaSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) StiBaseLineSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) StiClusteredColumnSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) StiSplineAreaSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) StiSteppedAreaSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) -
Uses of StiBrush in com.stimulsoft.report.chart.core.series.pie
Methods in com.stimulsoft.report.chart.core.series.pie that return StiBrushModifier and TypeMethodDescriptionStiPieSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) -
Uses of StiBrush in com.stimulsoft.report.chart.core.series.radar
Methods in com.stimulsoft.report.chart.core.series.radar that return StiBrushModifier and TypeMethodDescriptionStiRadarSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) -
Uses of StiBrush in com.stimulsoft.report.chart.core.series.stackedBar
Methods in com.stimulsoft.report.chart.core.series.stackedBar that return StiBrushModifier and TypeMethodDescriptionStiStackedBarSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) -
Uses of StiBrush in com.stimulsoft.report.chart.core.series.stackedColumn
Methods in com.stimulsoft.report.chart.core.series.stackedColumn that return StiBrushModifier and TypeMethodDescriptionStiStackedAreaSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) StiStackedBaseLineSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) StiStackedColumnSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) StiStackedSplineAreaSeriesCoreXF.GetSeriesBrush(int colorIndex, int colorCount) -
Uses of StiBrush in com.stimulsoft.report.chart.core.seriesLabels
Methods in com.stimulsoft.report.chart.core.seriesLabels that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiSeriesLabelsCoreXF.ProcessSeriesColors(int pointIndex, StiBrush brush, IStiSeries series) Methods in com.stimulsoft.report.chart.core.seriesLabels with parameters of type StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiSeriesLabelsCoreXF.ProcessSeriesColors(int pointIndex, StiBrush brush, IStiSeries series) -
Uses of StiBrush in com.stimulsoft.report.chart.core.styles
Methods in com.stimulsoft.report.chart.core.styles that return StiBrushModifier and TypeMethodDescriptionStiStyleCoreXF.GetAreaBrush(StiColor color) StiCustomStyleCoreXF.getChartAreaBrush()StiStyleCoreXF.getChartAreaBrush()StiStyleCoreXF19.getChartAreaBrush()StiStyleCoreXF21.getChartAreaBrush()StiStyleCoreXF22.getChartAreaBrush()StiStyleCoreXF26.getChartAreaBrush()StiStyleCoreXF27.getChartAreaBrush()StiStyleCoreXF28.getChartAreaBrush()StiStyleCoreXF30.getChartAreaBrush()StiStyleCoreXF31.getChartAreaBrush()StiStyleCoreXF32.getChartAreaBrush()StiStyleCoreXF33.getChartAreaBrush()StiStyleCoreXF34.getChartAreaBrush()StiStyleCoreXF.getChartBrush()StiStyleCoreXF19.getChartBrush()StiStyleCoreXF21.getChartBrush()StiStyleCoreXF22.getChartBrush()StiStyleCoreXF27.getChartBrush()StiStyleCoreXF28.getChartBrush()StiStyleCoreXF30.getChartBrush()StiStyleCoreXF31.getChartBrush()StiStyleCoreXF32.getChartBrush()StiStyleCoreXF33.getChartBrush()StiStyleCoreXF34.getChartBrush()StiCustomStyleCoreXF.GetColumnBrush(StiColor color) StiStyleCoreXF.GetColumnBrush(StiColor color) StiStyleCoreXF01.GetColumnBrush(StiColor color) StiStyleCoreXF02.GetColumnBrush(StiColor color) StiStyleCoreXF03.GetColumnBrush(StiColor color) StiStyleCoreXF06.GetColumnBrush(StiColor color) StiStyleCoreXF07.GetColumnBrush(StiColor color) StiStyleCoreXF08.GetColumnBrush(StiColor color) StiStyleCoreXF18.GetColumnBrush(StiColor color) StiStyleCoreXF19.GetColumnBrush(StiColor color) StiStyleCoreXF20.GetColumnBrush(StiColor color) StiStyleCoreXF21.GetColumnBrush(StiColor color) StiStyleCoreXF22.GetColumnBrush(StiColor color) StiStyleCoreXF32.GetColumnBrush(StiColor color) StiStyleCoreXF33.GetColumnBrush(StiColor color) StiCustomStyleCoreXF.getInterlacingHorBrush()StiStyleCoreXF.getInterlacingHorBrush()StiStyleCoreXF19.getInterlacingHorBrush()StiCustomStyleCoreXF.getInterlacingVertBrush()StiStyleCoreXF.getInterlacingVertBrush()StiStyleCoreXF19.getInterlacingVertBrush()StiCustomStyleCoreXF.getLegendBrush()StiStyleCoreXF.getLegendBrush()StiStyleCoreXF21.getLegendBrush()StiStyleCoreXF22.getLegendBrush()StiStyleCoreXF27.getLegendBrush()StiStyleCoreXF28.getLegendBrush()StiStyleCoreXF30.getLegendBrush()StiStyleCoreXF31.getLegendBrush()StiStyleCoreXF32.getLegendBrush()StiStyleCoreXF33.getLegendBrush()StiStyleCoreXF34.getLegendBrush()StiCustomStyleCoreXF.getSeriesLabelsBrush()StiStyleCoreXF.getSeriesLabelsBrush()StiStyleCoreXF21.getSeriesLabelsBrush()StiStyleCoreXF22.getSeriesLabelsBrush()StiStyleCoreXF24.getSeriesLabelsBrush()StiStyleCoreXF25.getSeriesLabelsBrush()StiStyleCoreXF26.getSeriesLabelsBrush()StiStyleCoreXF27.getSeriesLabelsBrush()StiStyleCoreXF29.getSeriesLabelsBrush()StiStyleCoreXF30.getSeriesLabelsBrush()StiStyleCoreXF31.getSeriesLabelsBrush()StiStyleCoreXF32.getSeriesLabelsBrush()StiStyleCoreXF33.getSeriesLabelsBrush()StiStyleCoreXF34.getSeriesLabelsBrush()Methods in com.stimulsoft.report.chart.core.styles with parameters of type StiBrushModifier and TypeMethodDescriptionstatic voidStiStyleCoreXF.FillColumn(StiContext context, StiRectangle rect, StiCornerRadius cornerRadius, StiBrush brush, StiInteractionDataGeom interaction, String tooltip) static voidStiStyleCoreXF.FillColumn(StiContext context, StiRectangle rect, StiCornerRadius cornerRadius, StiBrush brush, StiInteractionDataGeom interaction, String tooltip, int elementIndex) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.radarAxis
Methods in com.stimulsoft.report.chart.geoms.radarAxis that return StiBrushConstructors in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiBrushModifierConstructorDescriptionStiXRadarAxisLabelGeom(IStiXRadarAxis axis, String text, StiBrush labelBrush, StiColor borderColor, float angle, StiRectangle clientRectangle, StiRectangle labelRect, StiPoint point) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series
Fields in com.stimulsoft.report.chart.geoms.series declared as StiBrushMethods in com.stimulsoft.report.chart.geoms.series that return StiBrushConstructors in com.stimulsoft.report.chart.geoms.series with parameters of type StiBrushModifierConstructorDescriptionStiSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle, StiBrush brush) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.bubble
Constructors in com.stimulsoft.report.chart.geoms.series.bubble with parameters of type StiBrushModifierConstructorDescriptionStiBubbleSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, StiTimeSpan beginTime) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.clusteredBar
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredBar with parameters of type StiBrushModifierConstructorDescriptionStiClusteredBarSeriesElementGeom(StiAreaGeom areaGeom, double valueStart, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle columnRectStart, StiRectangle columnRect) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.clusteredColumn
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type StiBrushModifierConstructorDescriptionStiClusteredColumnSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle columnRect, StiRectangle columnRectStart) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.doughnut
Methods in com.stimulsoft.report.chart.geoms.series.doughnut that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiDoughnutSeriesElementGeom.getBrush()final StiBrushStiDoughnutSeriesElementGeom.getBrushDark()final StiBrushStiDoughnutSeriesElementGeom.getBrushLight()Constructors in com.stimulsoft.report.chart.geoms.series.doughnut with parameters of type StiBrushModifierConstructorDescriptionStiDoughnutSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiDoughnutSeries series, StiRectangle clientRectangle, StiRectangle clientRectangleDt, ArrayList<StiSegmentGeom> path, ArrayList<StiSegmentGeom> pathLight, ArrayList<StiSegmentGeom> pathDark, StiColor borderColor, StiBrush brush, StiBrush brushLight, StiBrush brushDark, double startAngle, double endAngle, double radiusFrom, double radiusTo, StiTimeSpan beginTime) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.financial
Methods in com.stimulsoft.report.chart.geoms.series.financial that return StiBrushConstructors in com.stimulsoft.report.chart.geoms.series.financial with parameters of type StiBrushModifierConstructorDescriptionStiCandlestickSeriesElementGeom(StiAreaGeom areaGeom, IStiSeries series, StiRectangle clientRectangle, double bodyStart, double bodyEnd, double high, double low, double positionX, int index, StiBrush brush, StiColor borderColor, StiTimeSpan beginTime) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.funnel
Methods in com.stimulsoft.report.chart.geoms.series.funnel that return StiBrushConstructors in com.stimulsoft.report.chart.geoms.series.funnel with parameters of type StiBrushModifierConstructorDescriptionStiFunnelSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle, StiBrush brush, StiColor borderColor, ArrayList<StiSegmentGeom> path, StiTimeSpan beginTime) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.gantt
Constructors in com.stimulsoft.report.chart.geoms.series.gantt with parameters of type StiBrushModifierConstructorDescriptionStiGanttSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiRectangle clientRectangle, StiRectangle rectFrom, StiBrush brush) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.pie
Methods in com.stimulsoft.report.chart.geoms.series.pie that return StiBrushModifier and TypeMethodDescriptionprotected StiBrushStiPie3dSidesSeriesElementGeom.createBrushForPeriphery(StiColor color) protected StiBrushStiPie3dSidesSeriesElementGeom.createBrushForSide(StiColor color, double angle) StiPieSeriesFullElementGeom.getBrush()Methods in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiBrushModifier and TypeMethodDescriptionprotected final voidStiPie3dSidesSeriesElementGeom.drawCylinderSurfaceSection(StiContext context, StiPenGeom pen, StiBrush brush, StiPie3dPeripherySurfaceBounds peripherySurfaceBounds) Constructors in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiBrushModifierConstructorDescriptionStiPie3dMainSideSeriesElementGeom(StiPie3dSlice pie3DSlice, StiAreaGeom areaGeom, double value, int index, int count, IStiSeries series, StiRectangle clientRectangle, StiColor borderColor, StiBrush brush, float startAngle, float sweepAngle) StiPie3dSidesSeriesElementGeom(StiPie3dSlice pie3DSlice, StiAreaGeom areaGeom, double value, int index, int count, IStiPie3dSeries series, StiRectangle clientRectangle, StiColor borderColor, StiBrush brush, float startAngle, float sweepAngle, float pieHeight, boolean startSideExists, boolean endSideExists) StiPieSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, List<StiSegmentGeom> path, List<StiSegmentGeom> pathLight, StiColor borderColor, StiBrush brush, double startAngle, double endAngle, double radius) StiPieSeriesFullElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, StiBrush brush, StiColor borderColor) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.radar
Constructors in com.stimulsoft.report.chart.geoms.series.radar with parameters of type StiBrushModifierConstructorDescriptionStiPolarColumnGeom(StiAreaGeom areaGeom, IStiSeries series, double value, int index, StiBrush brush, StiPoint center, double startAngle, double sweepAngle, double radius, double innerRadius) StiRadarPointSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush brush, IStiRadarSeries series, StiPoint point, double zoom) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.range
Constructors in com.stimulsoft.report.chart.geoms.series.range with parameters of type StiBrushModifierConstructorDescriptionStiRangeBarElementGeom(StiAreaGeom areaGeom, double value, int index, IStiSeries series, StiBrush brush, StiRectangle clientRectangle, StiRectangle rectFrom) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.stackedBar
Constructors in com.stimulsoft.report.chart.geoms.series.stackedBar with parameters of type StiBrushModifierConstructorDescriptionStiStackedBarSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, StiRectangle columnRectStart) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.stackedColumn
Constructors in com.stimulsoft.report.chart.geoms.series.stackedColumn with parameters of type StiBrushModifierConstructorDescriptionStiStackedColumnSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, StiRectangle columnRectStart) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.seriesLabels
Methods in com.stimulsoft.report.chart.geoms.seriesLabels with parameters of type StiBrushModifier and TypeMethodDescriptionprotected voidStiSeriesLabelsGeom.DrawMarker(StiContext context, StiRectangle itemRect, Object markerColor, StiBrush markerBrush) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.seriesLabels.axis
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.axis that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiCenterAxisLabelsGeom.getSeriesBrush()final StiBrushStiOutsideAxisLabelsGeom.getSeriesBrush()final StiBrushStiCenterAxisLabelsGeom.getSeriesLabelsBrush()Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiBrushModifierConstructorDescriptionStiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiBrush seriesLabelsBrush, StiColor seriesBorderColor, StiFontGeom font, StiAnimation animation) StiOutsideAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiColor labelColor, StiColor labelBorderColor, StiColor labelLineColor, StiBrush seriesBrush, StiColor seriesBorderColor, StiFontGeom font, StiPoint startPoint, StiPoint endPoint, StiAnimation animation) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.seriesLabels.funnel
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.funnel that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiCenterFunnelLabelsGeom.getLabelBrush()final StiBrushStiCenterFunnelLabelsGeom.getSeriesBrush()Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.funnel with parameters of type StiBrushModifierConstructorDescriptionStiCenterFunnelLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect) StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiPoint startPointLine, StiPoint endPointLine) -
Uses of StiBrush in com.stimulsoft.report.chart.geoms.seriesLabels.pie
Fields in com.stimulsoft.report.chart.geoms.seriesLabels.pie declared as StiBrushModifier and TypeFieldDescriptionStiCenterPieLabelsGeom.labelBrushStiTwoColumnsPieLabelsGeom.labelBrushStiCenterPieLabelsGeom.seriesBrushStiTwoColumnsPieLabelsGeom.seriesBrushStiCenterPieLabelsGeom.seriesLabelsBrushStiTwoColumnsPieLabelsGeom.seriesLabelsBrushMethods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiBrushModifier and TypeMethodDescriptionStiCenterPieLabelsGeom.getLabelBrush()StiTwoColumnsPieLabelsGeom.getLabelBrush()StiCenterPieLabelsGeom.getSeriesBrush()StiTwoColumnsPieLabelsGeom.getSeriesBrush()StiCenterPieLabelsGeom.getSeriesLabelsBrush()StiTwoColumnsPieLabelsGeom.getSeriesLabelsBrush()Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiBrushModifier and TypeMethodDescriptionprotected voidStiTwoColumnsPieLabelsGeom.DrawMarker(StiContext context, StiRectangle itemRect, StiColor markerColor, StiBrush markerBrush) voidStiCenterPieLabelsGeom.setLabelBrush(StiBrush labelBrush) voidStiTwoColumnsPieLabelsGeom.setLabelBrush(StiBrush labelBrush) voidStiCenterPieLabelsGeom.setSeriesBrush(StiBrush seriesBrush) voidStiTwoColumnsPieLabelsGeom.setSeriesBrush(StiBrush seriesBrush) voidStiCenterPieLabelsGeom.setSeriesLabelsBrush(StiBrush seriesLabelsBrush) voidStiTwoColumnsPieLabelsGeom.setSeriesLabelsBrush(StiBrush seriesLabelsBrush) Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiBrushModifierConstructorDescriptionStiCenterPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiAnimation animation) StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiColor lineColor, StiPoint labelPoint, StiPoint startPoint) StiTwoColumnsPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelsBrush, StiColor borderColor, StiColor seriesBorderColor, StiRectangle labelRect, StiColor lineColor, StiPoint startPoint, StiPoint endPoint, StiPoint arcPoint, StiPoint centerPie, StiAnimation animation) -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces
Methods in com.stimulsoft.report.chart.interfaces that return StiBrushMethods in com.stimulsoft.report.chart.interfaces with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.areas
Methods in com.stimulsoft.report.chart.interfaces.areas that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.areas with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.chartTitle
Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.interlacing
Methods in com.stimulsoft.report.chart.interfaces.interlacing that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.interlacing with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.legend
Methods in com.stimulsoft.report.chart.interfaces.legend that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.marker
Methods in com.stimulsoft.report.chart.interfaces.marker that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.marker with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.radarAxis
Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series
Methods in com.stimulsoft.report.chart.interfaces.series that return StiBrushModifier and TypeMethodDescriptionIStiAllowApplyBrushNegative.getBrushNegative()IStiSeries.ProcessSeriesBrushes(int pointIndex, StiBrush seriesBrush) Methods in com.stimulsoft.report.chart.interfaces.series with parameters of type StiBrushModifier and TypeMethodDescriptionIStiSeries.ProcessSeriesBrushes(int pointIndex, StiBrush seriesBrush) voidIStiAllowApplyBrushNegative.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.bubble
Methods in com.stimulsoft.report.chart.interfaces.series.bubble that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.series.bubble with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.candlestick
Methods in com.stimulsoft.report.chart.interfaces.series.candlestick that return StiBrushModifier and TypeMethodDescriptionIStiCandlestickSeries.getBrush()IStiCandlestickSeries.getBrushNegative()Methods in com.stimulsoft.report.chart.interfaces.series.candlestick with parameters of type StiBrushModifier and TypeMethodDescriptionvoidvoidIStiCandlestickSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.clusteredColumn
Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn that return StiBrushModifier and TypeMethodDescriptionIStiAreaSeries.getBrush()IStiClusteredColumnSeries.getBrush()IStiSplineAreaSeries.getBrush()IStiSteppedAreaSeries.getBrush()IStiAreaSeries.getBrushNegative()IStiClusteredColumnSeries.getBrushNegative()IStiSplineAreaSeries.getBrushNegative()IStiSteppedAreaSeries.getBrushNegative()Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn with parameters of type StiBrushModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidIStiAreaSeries.setBrushNegative(StiBrush value) voidIStiClusteredColumnSeries.setBrushNegative(StiBrush value) voidIStiSplineAreaSeries.setBrushNegative(StiBrush value) voidIStiSteppedAreaSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.funnel
Methods in com.stimulsoft.report.chart.interfaces.series.funnel that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.series.funnel with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.pie
Methods in com.stimulsoft.report.chart.interfaces.series.pie that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.series.pie with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.radar
Methods in com.stimulsoft.report.chart.interfaces.series.radar that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.series.radar with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.range
Methods in com.stimulsoft.report.chart.interfaces.series.range that return StiBrushModifier and TypeMethodDescriptionIStiLineRangeSeries.getBrush()IStiSplineRangeSeries.getBrush()IStiSteppedRangeSeries.getBrush()IStiSteppedRangeSeries.getBrushNegative()Methods in com.stimulsoft.report.chart.interfaces.series.range with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.stackedBar
Methods in com.stimulsoft.report.chart.interfaces.series.stackedBar that return StiBrushModifier and TypeMethodDescriptionIStiStackedBarSeries.getBrush()IStiStackedBarSeries.getBrushNegative()Methods in com.stimulsoft.report.chart.interfaces.series.stackedBar with parameters of type StiBrushModifier and TypeMethodDescriptionvoidvoidIStiStackedBarSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.stackedColumn
Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn that return StiBrushModifier and TypeMethodDescriptionIStiStackedAreaSeries.getBrush()IStiStackedColumnSeries.getBrush()IStiStackedSplineAreaSeries.getBrush()IStiStackedAreaSeries.getBrushNegative()IStiStackedColumnSeries.getBrushNegative()IStiStackedSplineAreaSeries.getBrushNegative()Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn with parameters of type StiBrushModifier and TypeMethodDescriptionvoidvoidvoidvoidIStiStackedAreaSeries.setBrushNegative(StiBrush value) voidIStiStackedColumnSeries.setBrushNegative(StiBrush value) voidIStiStackedSplineAreaSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.seriesLabels
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.strips
Methods in com.stimulsoft.report.chart.interfaces.strips that return StiBrushMethods in com.stimulsoft.report.chart.interfaces.strips with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.areas
Methods in com.stimulsoft.report.chart.view.areas that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiArea.getBrush()Gets or sets brush to fill a area.Methods in com.stimulsoft.report.chart.view.areas with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.chartTitle
Methods in com.stimulsoft.report.chart.view.chartTitle that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiChartTitle.getBrush()Gets or sets text brush of the chart title.Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiBrushConstructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiBrushModifierConstructorDescriptionStiChartTitle(StiFont font, String text, StiBrush brush, boolean antialiasing, StiStringAlignment alignment, StiChartTitleDock dock, int spacing, boolean visible, boolean allowApplyStyle) -
Uses of StiBrush in com.stimulsoft.report.chart.view.interlacing
Methods in com.stimulsoft.report.chart.view.interlacing that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiInterlacing.getInterlacedBrush()Gets or sets brush which used for drawing interlaced bars.Methods in com.stimulsoft.report.chart.view.interlacing with parameters of type StiBrushConstructors in com.stimulsoft.report.chart.view.interlacing with parameters of type StiBrushModifierConstructorDescriptionStiInterlacing(StiBrush interlacedBrush, boolean visible, boolean allowApplyStyle) StiInterlacingHor(StiBrush interlacedBrush, boolean visible, boolean allowApplyStyle) StiInterlacingVert(StiBrush interlacedBrush, boolean visible, boolean allowApplyStyle) -
Uses of StiBrush in com.stimulsoft.report.chart.view.legend
Methods in com.stimulsoft.report.chart.view.legend that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiLegend.getBrush()Gets or sets background brush of legend.Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.marker
Methods in com.stimulsoft.report.chart.view.marker that return StiBrushModifier and TypeMethodDescriptionStiMarker.getBrush()Gets or sets brush which will be used to fill marker area.Methods in com.stimulsoft.report.chart.view.marker with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.radarAxis
Methods in com.stimulsoft.report.chart.view.radarAxis that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiRadarAxisLabels.getBrush()Gets or sets brush which will used to fill label area.Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiBrushConstructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiBrushModifierConstructorDescriptionStiRadarAxisLabels(String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle) StiRadarAxisLabels(String format, StiFont font, boolean antialiasing, boolean drawBorder, StiColor color, StiColor borderColor, StiBrush brush, boolean allowApplyStyle, boolean rotationLabels) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series
Methods in com.stimulsoft.report.chart.view.series that return StiBrushModifier and TypeMethodDescriptionStiSeries.ProcessSeriesBrushes(int pointIndex, StiBrush seriesBrush) Methods in com.stimulsoft.report.chart.view.series with parameters of type StiBrushModifier and TypeMethodDescriptionStiSeries.ProcessSeriesBrushes(int pointIndex, StiBrush seriesBrush) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.bubble
Methods in com.stimulsoft.report.chart.view.series.bubble that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiBubbleSeries.getBrush()Gets or sets brush which will used to fill bar area.Methods in com.stimulsoft.report.chart.view.series.bubble with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.candlestick
Methods in com.stimulsoft.report.chart.view.series.candlestick that return StiBrushModifier and TypeMethodDescriptionStiCandlestickSeries.getBrush()Gets or sets brush which will used to fill bar area.StiCandlestickSeries.getBrushNegative()Gets or sets a brush which will be used to fill negative values.Methods in com.stimulsoft.report.chart.view.series.candlestick with parameters of type StiBrushModifier and TypeMethodDescriptionvoidvoidStiCandlestickSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.clusteredColumn
Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiAreaSeries.getBrush()Gets or sets brush which will be used to fill area.final StiBrushStiClusteredColumnSeries.getBrush()Gets or sets brush which will used to fill bar area.final StiBrushStiSplineAreaSeries.getBrush()Gets or sets brush which will used to fill area.final StiBrushStiSteppedAreaSeries.getBrush()Gets or sets brush which will used to fill area.final StiBrushStiAreaSeries.getBrushNegative()Gets or sets a brush which will be used to fill negative values.StiClusteredColumnSeries.getBrushNegative()Gets or sets a brush which will be used to fill negative values.final StiBrushStiSplineAreaSeries.getBrushNegative()Gets or sets a brush which will be used to fill negative values.final StiBrushStiSteppedAreaSeries.getBrushNegative()Gets or sets a brush which will be used to fill negative values.Methods in com.stimulsoft.report.chart.view.series.clusteredColumn with parameters of type StiBrushModifier and TypeMethodDescriptionfinal voidfinal voidfinal voidfinal voidfinal voidStiAreaSeries.setBrushNegative(StiBrush value) voidStiClusteredColumnSeries.setBrushNegative(StiBrush value) final voidStiSplineAreaSeries.setBrushNegative(StiBrush value) final voidStiSteppedAreaSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.funnel
Methods in com.stimulsoft.report.chart.view.series.funnel that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiFunnelSeries.getBrush()Gets or sets brush which will used to fill funnel area.Methods in com.stimulsoft.report.chart.view.series.funnel with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.gantt
Methods in com.stimulsoft.report.chart.view.series.gantt that return StiBrushMethods in com.stimulsoft.report.chart.view.series.gantt with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.pie
Methods in com.stimulsoft.report.chart.view.series.pie that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiPieSeries.getBrush()Gets or sets brush which will used to fill pie area.Methods in com.stimulsoft.report.chart.view.series.pie with parameters of type StiBrushModifier and TypeMethodDescriptionfinal voidStiPie3dQuadrilateral.draw(StiContext context, StiPenGeom pen, StiBrush brush, boolean isMouseOver) final voidConstructors in com.stimulsoft.report.chart.view.series.pie with parameters of type StiBrushModifierConstructorDescriptionStiPie3dSlice(IStiArea area, Double value, String argumentText, String tag, int index, IStiPie3dSeries series, StiRectangle rectPieSlilce, float pieHeight, float startAngle, float sweepAngle, StiBrush seriesBrush, StiColor borderColor, int colorIndex, int colorCount) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.radar
Methods in com.stimulsoft.report.chart.view.series.radar that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiRadarAreaSeries.getBrush()Gets or sets brush which will be used to fill area.Methods in com.stimulsoft.report.chart.view.series.radar with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.range
Methods in com.stimulsoft.report.chart.view.series.range that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiRangeSeries.getBrush()Gets or sets brush which will used to fill bar area.final StiBrushStiSplineRangeSeries.getBrush()Gets or sets brush which will used to fill bar area.final StiBrushStiSteppedRangeSeries.getBrush()Gets or sets brush which will used to fill bar area.StiRangeBarSeries.getBrushNegative()final StiBrushStiRangeSeries.getBrushNegative()final StiBrushStiSteppedRangeSeries.getBrushNegative()Methods in com.stimulsoft.report.chart.view.series.range with parameters of type StiBrushModifier and TypeMethodDescriptionfinal voidfinal voidfinal voidvoidStiRangeBarSeries.setBrushNegative(StiBrush value) final voidStiRangeSeries.setBrushNegative(StiBrush value) final voidStiSteppedRangeSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.stackedBar
Methods in com.stimulsoft.report.chart.view.series.stackedBar that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiStackedBarSeries.getBrush()final StiBrushStiStackedBarSeries.getBrushNegative()Methods in com.stimulsoft.report.chart.view.series.stackedBar with parameters of type StiBrushModifier and TypeMethodDescriptionfinal voidfinal voidStiStackedBarSeries.setBrushNegative(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.stackedColumn
Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiStackedAreaSeries.getBrush()final StiBrushStiStackedColumnSeries.getBrush()final StiBrushStiStackedSplineAreaSeries.getBrush()final StiBrushStiStackedAreaSeries.getBrushNegative()final StiBrushStiStackedColumnSeries.getBrushNegative()final StiBrushStiStackedSplineAreaSeries.getBrushNegative()final StiBrushStiStackedAreaSeries.getCoreBrush()Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type StiBrushModifier and TypeMethodDescriptionfinal voidfinal voidfinal voidfinal voidStiStackedAreaSeries.setBrushNegative(StiBrush value) final voidStiStackedColumnSeries.setBrushNegative(StiBrush value) final voidStiStackedSplineAreaSeries.setBrushNegative(StiBrush value) final voidStiStackedAreaSeries.setCoreBrush(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.chart.view.series.stock
Methods in com.stimulsoft.report.chart.view.series.stock that return StiBrushMethods in com.stimulsoft.report.chart.view.series.stock with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.seriesLabels
Methods in com.stimulsoft.report.chart.view.seriesLabels that return StiBrushModifier and TypeMethodDescriptionStiNoneLabels.getBrush()StiSeriesLabels.getBrush()Gets or sets brush which will be used to fill area of series labels.Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.chart.view.strips
Methods in com.stimulsoft.report.chart.view.strips that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiStrips.getStripBrush()Gets or sets brush which will be used for drawing strips.Methods in com.stimulsoft.report.chart.view.strips with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiWatermark.getTextBrush()Gets or sets a brush to Watermark.Methods in com.stimulsoft.report.components with parameters of type StiBrushConstructors in com.stimulsoft.report.components with parameters of type StiBrushModifierConstructorDescriptionStiWatermark(StiBrush textBrush, String text, double angle, StiFont font, boolean showBehind) StiWatermark(StiBrush textBrush, String text, double angle, StiFont font, boolean showBehind, boolean enabled, boolean aspectRatio) StiWatermark(StiBrush textBrush, String text, double angle, StiFont font, boolean showBehind, boolean enabled, boolean aspectRatio, boolean rightToLeft) -
Uses of StiBrush in com.stimulsoft.report.components.complexcomponents
Fields in com.stimulsoft.report.components.complexcomponents declared as StiBrushMethods in com.stimulsoft.report.components.complexcomponents that return StiBrushModifier and TypeMethodDescriptionStiContainer.getBrush()Gets or sets a brush to fill a component.Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiBrushModifier and TypeMethodDescriptionvoidfinal voidSets IStiBrush from all selected objects in the container.final voidStiContainer.SetTextBrush(StiBrush brush) Sets IStiTextBrush from all selected objects in the container. -
Uses of StiBrush in com.stimulsoft.report.components.interfaces
Methods in com.stimulsoft.report.components.interfaces that return StiBrushModifier and TypeMethodDescriptionIStiBrush.getBrush()Gets or sets a brush to fill a component.IStiTextBrush.getTextBrush()Gets or sets a brush to draw text.Methods in com.stimulsoft.report.components.interfaces with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.components.signature
Fields in com.stimulsoft.report.components.signature declared as StiBrushMethods in com.stimulsoft.report.components.signature that return StiBrushModifier and TypeMethodDescriptionStiSignature.getBrush()The brush, which is used to draw background.Methods in com.stimulsoft.report.components.signature with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.components.simplecomponents
Fields in com.stimulsoft.report.components.simplecomponents declared as StiBrushMethods in com.stimulsoft.report.components.simplecomponents that return StiBrushModifier and TypeMethodDescriptionfinal StiBrushStiCheckBox.getBrush()Gets or sets a brush to fill a component.StiShape.getBrush()Gets or sets a brush to fill a component.StiSparkline.getBrush()Gets or sets a brush to fill a component.final StiBrushStiText.getBrush()Gets or sets a brush to fill a component.final StiBrushStiView.getBrush()Gets or sets a brush to fill a component.final StiBrushStiZipCode.getBrush()Gets or sets a brush to fill a component.final StiBrushStiCheckBox.getTextBrush()Gets or sets a brush to draw text.StiText.getTextBrush()Gets or sets a brush to draw text.final StiBrushStiZipCode.getTextBrush()Gets or sets a brush to draw text.Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiBrushModifier and TypeMethodDescriptionfinal voidvoidvoidfinal voidfinal voidfinal voidfinal voidStiCheckBox.setTextBrush(StiBrush value) voidStiText.setTextBrush(StiBrush value) final voidStiZipCode.setTextBrush(StiBrush value) -
Uses of StiBrush in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return StiBrushModifier and TypeMethodDescriptionStiCrossField.getTextBrush()Gets or sets a brush to draw text.Methods in com.stimulsoft.report.crossTab with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.dialogs
Methods in com.stimulsoft.report.dialogs that return StiBrushMethods in com.stimulsoft.report.dialogs with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiPdfExportService.storeHatchData(StiBrush brush) Store hatch datavoidStiPdfExportService.storeShadingData1(StiBrush brush, int pageNumber) Store brushes dataintStiPdfExportService.storeShadingData2(double x, double y, double width, double height, StiBrush brush) Store shadding dataintStiPdfExportService.storeShadingData2(double x, double y, double width, double height, StiBrush brush, float compAngle) -
Uses of StiBrush in com.stimulsoft.report.export.service.helper
Fields in com.stimulsoft.report.export.service.helper declared as StiBrushMethods in com.stimulsoft.report.export.service.helper that return StiBrushModifier and TypeMethodDescriptionHeatmapInfo.getBrush(StiMapData mapData, StiBrush defaultBrush) HeatmapWithGroupInfo.getBrush(StiMapData data) HeatmapWithGroupInfo.getBrush1(StiMapData data) StiStyleColorsContainer.GetColor1()Methods in com.stimulsoft.report.export.service.helper with parameters of type StiBrushModifier and TypeMethodDescriptionHeatmapInfo.getBrush(StiMapData mapData, StiBrush defaultBrush) Constructors in com.stimulsoft.report.export.service.helper with parameters of type StiBrushModifierConstructorDescriptionHeatmapWithGroupInfo(StiBrush defaultBrush, StiBrush defaultBrush1, StiMap map, List<StiMapData> mapData) -
Uses of StiBrush in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiBarCodeExportPainter.baseDrawString(Object context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiBarCodeExportPainter.baseFillEllipse(Object context, StiBrush brush, double x, double y, double width, double height) voidStiBarCodeExportPainter.baseFillPolygon(Object context, StiBrush brush, StiPoint[] points) voidStiBarCodeExportPainter.baseFillRectangle(Object context, StiBrush brush, double x, double y, double width, double height) voidStiBarCodeExportPainter.baseFillRectangle2D(Object context, StiBrush brush, double x, double y, double width, double height) voidIStiExportGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiPdfGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiSvgGeomWriter.drawString(String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidStiSvgGeomWriter.fillRectangle(StiRectangle rect, StiBrush brush) -
Uses of StiBrush in com.stimulsoft.report.helpers
Methods in com.stimulsoft.report.helpers that return StiBrushModifier and TypeMethodDescriptionstatic StiBrushStiAppExpressionParser.parseBrushExpression(StiComponent component, String propName, boolean allowDataLoading) Methods in com.stimulsoft.report.helpers with parameters of type StiBrushModifier and TypeMethodDescriptionstatic voidStiFontIconsExHelper.drawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection) static voidStiFontIconsExHelper.drawDirectionIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip, StiInteractionDataGeom interaction, boolean verticalDirection, boolean roundValues) static voidStiFontIconsExHelper.drawFillIcons(StiContext context, StiBrush brush, StiRectangle rect, StiSize singleSize, StiFontIcons icon, String toolTip) -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge
Methods in com.stimulsoft.report.infographics.gauge that return StiBrushMethods in com.stimulsoft.report.infographics.gauge with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.indicators
Methods in com.stimulsoft.report.infographics.gauge.indicators that return StiBrushModifier and TypeMethodDescriptionStiStateIndicatorFilter.getBorderBrush()the border of the component.StiLinearIndicatorRangeInfo.getBrush()a brush to fill a component.StiNeedle.getBrush()StiRadialIndicatorRangeInfo.getBrush()a brush to fill a component.StiStateIndicatorFilter.getBrush()a brush to fill a component.StiNeedle.getCapBorderBrush()the border of the cap.StiNeedle.getCapBrush()a brush to fill a cap.StiNeedle.getTextBrush()a brush to draw text.StiStateIndicator.getTextBrush()a brush to draw text.Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiStateIndicatorFilter.setBorderBrush(StiBrush borderBrush) the border of the component.voida brush to fill a component.voidvoida brush to fill a component.voida brush to fill a component.voidStiNeedle.setCapBorderBrush(StiBrush capBorderBrush) the border of the cap.voidStiNeedle.setCapBrush(StiBrush capBrush) a brush to fill a cap.voidStiNeedle.setTextBrush(StiBrush textBrush) a brush to draw text.voidStiStateIndicator.setTextBrush(StiBrush textBrush) a brush to draw text. -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.primitives.indicators
Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators that return StiBrushModifier and TypeMethodDescriptionStiIndicatorBase.getBorderBrush()the border of the component.StiIndicatorBase.getBrush()StiBarBase.getEmptyBorderBrush()the border brush for the empty part of the bar indicator.StiBarBase.getEmptyBrush()Gets or sets the brush for the empty part of the bar indicator.StiMarkerBase.getTextBrush()a brush to draw text.Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiIndicatorBase.setBorderBrush(StiBrush borderBrush) the border of the component.voidvoidStiBarBase.setEmptyBorderBrush(StiBrush emptyBorderBrush) the border brush for the empty part of the bar indicator.voidStiBarBase.setEmptyBrush(StiBrush emptyBrush) Gets or sets the brush for the empty part of the bar indicator.voidStiMarkerBase.setTextBrush(StiBrush textBrush) a brush to draw text. -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.primitives.range
Methods in com.stimulsoft.report.infographics.gauge.primitives.range that return StiBrushModifier and TypeMethodDescriptionStiRangeBase.getBorderBrush()the border of the component.StiRangeBase.getBrush()a brush to fill a component.Methods in com.stimulsoft.report.infographics.gauge.primitives.range with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiRangeBase.setBorderBrush(StiBrush borderBrush) the border of the component.voida brush to fill a component. -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.primitives.scales
Methods in com.stimulsoft.report.infographics.gauge.primitives.scales that return StiBrushModifier and TypeMethodDescriptionStiScaleBase.getBorderBrush()the border of the component.StiScaleBase.getBrush()a brush to fill a component.Methods in com.stimulsoft.report.infographics.gauge.primitives.scales with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiScaleBase.setBorderBrush(StiBrush borderBrush) the border of the component.voida brush to fill a component. -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.primitives.tick
Methods in com.stimulsoft.report.infographics.gauge.primitives.tick that return StiBrushModifier and TypeMethodDescriptionStiTickMarkBase.getBorderBrush()the border of the component.StiTickMarkBase.getBrush()a brush to fill a component.StiTickLabelBase.getTextBrush()a brush to draw text.Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiTickMarkBase.setBorderBrush(StiBrush borderBrush) the border of the component.voida brush to fill a component.voidStiTickLabelBase.setTextBrush(StiBrush textBrush) a brush to draw text. -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.styles.core
Methods in com.stimulsoft.report.infographics.gauge.styles.core that return StiBrushModifier and TypeMethodDescriptionStiCustomGaugeStyleCoreXF.getBrush()abstract StiBrushStiGaugeStyleCoreXF.getBrush()StiGaugeStyleCoreXF24.getBrush()StiGaugeStyleCoreXF25.getBrush()StiGaugeStyleCoreXF26.getBrush()StiGaugeStyleCoreXF27.getBrush()StiGaugeStyleCoreXF28.getBrush()StiGaugeStyleCoreXF29.getBrush()StiGaugeStyleCoreXF30.getBrush()StiGaugeStyleCoreXF31.getBrush()StiGaugeStyleCoreXF32.getBrush()StiGaugeStyleCoreXF33.getBrush()StiGaugeStyleCoreXF34.getBrush()StiGaugeStyleCoreXF35.getBrush()StiGaugeStyleCoreXF36.getBrush()StiGaugeStyleCoreXF37.getBrush()StiCustomGaugeStyleCoreXF.getLinearBarBorderBrush()abstract StiBrushStiGaugeStyleCoreXF.getLinearBarBorderBrush()StiGaugeStyleCoreXF24.getLinearBarBorderBrush()StiGaugeStyleCoreXF25.getLinearBarBorderBrush()StiGaugeStyleCoreXF26.getLinearBarBorderBrush()StiGaugeStyleCoreXF27.getLinearBarBorderBrush()StiGaugeStyleCoreXF28.getLinearBarBorderBrush()StiGaugeStyleCoreXF29.getLinearBarBorderBrush()StiGaugeStyleCoreXF30.getLinearBarBorderBrush()StiGaugeStyleCoreXF34.getLinearBarBorderBrush()StiGaugeStyleCoreXF35.getLinearBarBorderBrush()StiGaugeStyleCoreXF36.getLinearBarBorderBrush()StiGaugeStyleCoreXF37.getLinearBarBorderBrush()StiCustomGaugeStyleCoreXF.getLinearBarBrush()abstract StiBrushStiGaugeStyleCoreXF.getLinearBarBrush()StiGaugeStyleCoreXF24.getLinearBarBrush()StiGaugeStyleCoreXF25.getLinearBarBrush()StiGaugeStyleCoreXF26.getLinearBarBrush()StiGaugeStyleCoreXF27.getLinearBarBrush()StiGaugeStyleCoreXF28.getLinearBarBrush()StiGaugeStyleCoreXF29.getLinearBarBrush()StiGaugeStyleCoreXF30.getLinearBarBrush()StiGaugeStyleCoreXF31.getLinearBarBrush()StiGaugeStyleCoreXF32.getLinearBarBrush()StiGaugeStyleCoreXF33.getLinearBarBrush()StiGaugeStyleCoreXF34.getLinearBarBrush()StiGaugeStyleCoreXF35.getLinearBarBrush()StiGaugeStyleCoreXF36.getLinearBarBrush()StiGaugeStyleCoreXF37.getLinearBarBrush()StiCustomGaugeStyleCoreXF.getLinearBarEmptyBorderBrush()abstract StiBrushStiGaugeStyleCoreXF.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF24.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF25.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF26.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF27.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF28.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF29.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF30.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF34.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF35.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF36.getLinearBarEmptyBorderBrush()StiGaugeStyleCoreXF37.getLinearBarEmptyBorderBrush()StiCustomGaugeStyleCoreXF.getLinearBarEmptyBrush()abstract StiBrushStiGaugeStyleCoreXF.getLinearBarEmptyBrush()StiGaugeStyleCoreXF24.getLinearBarEmptyBrush()StiGaugeStyleCoreXF25.getLinearBarEmptyBrush()StiGaugeStyleCoreXF26.getLinearBarEmptyBrush()StiGaugeStyleCoreXF27.getLinearBarEmptyBrush()StiGaugeStyleCoreXF28.getLinearBarEmptyBrush()StiGaugeStyleCoreXF29.getLinearBarEmptyBrush()StiGaugeStyleCoreXF30.getLinearBarEmptyBrush()StiGaugeStyleCoreXF34.getLinearBarEmptyBrush()StiGaugeStyleCoreXF35.getLinearBarEmptyBrush()StiGaugeStyleCoreXF36.getLinearBarEmptyBrush()StiGaugeStyleCoreXF37.getLinearBarEmptyBrush()abstract StiBrushStiGaugeStyleCoreXF.getLinearMarkerBorder()StiGaugeStyleCoreXF24.getLinearMarkerBorder()StiGaugeStyleCoreXF25.getLinearMarkerBorder()StiGaugeStyleCoreXF26.getLinearMarkerBorder()StiGaugeStyleCoreXF27.getLinearMarkerBorder()StiGaugeStyleCoreXF28.getLinearMarkerBorder()StiGaugeStyleCoreXF29.getLinearMarkerBorder()StiGaugeStyleCoreXF30.getLinearMarkerBorder()StiGaugeStyleCoreXF31.getLinearMarkerBorder()StiGaugeStyleCoreXF32.getLinearMarkerBorder()StiGaugeStyleCoreXF33.getLinearMarkerBorder()StiGaugeStyleCoreXF34.getLinearMarkerBorder()StiGaugeStyleCoreXF35.getLinearMarkerBorder()StiGaugeStyleCoreXF36.getLinearMarkerBorder()StiGaugeStyleCoreXF37.getLinearMarkerBorder()StiCustomGaugeStyleCoreXF.getLinearScaleBrush()abstract StiBrushStiGaugeStyleCoreXF.getLinearScaleBrush()StiGaugeStyleCoreXF24.getLinearScaleBrush()StiGaugeStyleCoreXF25.getLinearScaleBrush()StiGaugeStyleCoreXF26.getLinearScaleBrush()StiGaugeStyleCoreXF27.getLinearScaleBrush()StiGaugeStyleCoreXF28.getLinearScaleBrush()StiGaugeStyleCoreXF29.getLinearScaleBrush()StiGaugeStyleCoreXF30.getLinearScaleBrush()StiGaugeStyleCoreXF31.getLinearScaleBrush()StiGaugeStyleCoreXF32.getLinearScaleBrush()StiGaugeStyleCoreXF33.getLinearScaleBrush()StiGaugeStyleCoreXF34.getLinearScaleBrush()StiGaugeStyleCoreXF35.getLinearScaleBrush()StiGaugeStyleCoreXF36.getLinearScaleBrush()StiGaugeStyleCoreXF37.getLinearScaleBrush()StiGaugeStyleCoreXF.getMarkerBorderBrush()StiCustomGaugeStyleCoreXF.getMarkerBrush()abstract StiBrushStiGaugeStyleCoreXF.getMarkerBrush()StiGaugeStyleCoreXF24.getMarkerBrush()StiGaugeStyleCoreXF25.getMarkerBrush()StiGaugeStyleCoreXF26.getMarkerBrush()StiGaugeStyleCoreXF27.getMarkerBrush()StiGaugeStyleCoreXF28.getMarkerBrush()StiGaugeStyleCoreXF29.getMarkerBrush()StiGaugeStyleCoreXF30.getMarkerBrush()StiGaugeStyleCoreXF31.getMarkerBrush()StiGaugeStyleCoreXF32.getMarkerBrush()StiGaugeStyleCoreXF33.getMarkerBrush()StiGaugeStyleCoreXF34.getMarkerBrush()StiGaugeStyleCoreXF35.getMarkerBrush()StiGaugeStyleCoreXF36.getMarkerBrush()StiGaugeStyleCoreXF37.getMarkerBrush()StiCustomGaugeStyleCoreXF.getNeedleBorderBrush()abstract StiBrushStiGaugeStyleCoreXF.getNeedleBorderBrush()StiGaugeStyleCoreXF24.getNeedleBorderBrush()StiGaugeStyleCoreXF25.getNeedleBorderBrush()StiGaugeStyleCoreXF26.getNeedleBorderBrush()StiGaugeStyleCoreXF27.getNeedleBorderBrush()StiGaugeStyleCoreXF28.getNeedleBorderBrush()StiGaugeStyleCoreXF29.getNeedleBorderBrush()StiGaugeStyleCoreXF30.getNeedleBorderBrush()StiGaugeStyleCoreXF32.getNeedleBorderBrush()StiGaugeStyleCoreXF33.getNeedleBorderBrush()StiGaugeStyleCoreXF34.getNeedleBorderBrush()StiGaugeStyleCoreXF35.getNeedleBorderBrush()StiGaugeStyleCoreXF36.getNeedleBorderBrush()StiGaugeStyleCoreXF37.getNeedleBorderBrush()StiCustomGaugeStyleCoreXF.getNeedleBrush()abstract StiBrushStiGaugeStyleCoreXF.getNeedleBrush()StiGaugeStyleCoreXF24.getNeedleBrush()StiGaugeStyleCoreXF25.getNeedleBrush()StiGaugeStyleCoreXF26.getNeedleBrush()StiGaugeStyleCoreXF27.getNeedleBrush()StiGaugeStyleCoreXF28.getNeedleBrush()StiGaugeStyleCoreXF29.getNeedleBrush()StiGaugeStyleCoreXF30.getNeedleBrush()StiGaugeStyleCoreXF32.getNeedleBrush()StiGaugeStyleCoreXF33.getNeedleBrush()StiGaugeStyleCoreXF34.getNeedleBrush()StiGaugeStyleCoreXF35.getNeedleBrush()StiGaugeStyleCoreXF36.getNeedleBrush()StiGaugeStyleCoreXF37.getNeedleBrush()StiCustomGaugeStyleCoreXF.getNeedleCapBorderBrush()abstract StiBrushStiGaugeStyleCoreXF.getNeedleCapBorderBrush()StiGaugeStyleCoreXF24.getNeedleCapBorderBrush()StiGaugeStyleCoreXF25.getNeedleCapBorderBrush()StiGaugeStyleCoreXF26.getNeedleCapBorderBrush()StiGaugeStyleCoreXF27.getNeedleCapBorderBrush()StiGaugeStyleCoreXF28.getNeedleCapBorderBrush()StiGaugeStyleCoreXF29.getNeedleCapBorderBrush()StiGaugeStyleCoreXF30.getNeedleCapBorderBrush()StiGaugeStyleCoreXF32.getNeedleCapBorderBrush()StiGaugeStyleCoreXF33.getNeedleCapBorderBrush()StiGaugeStyleCoreXF34.getNeedleCapBorderBrush()StiGaugeStyleCoreXF35.getNeedleCapBorderBrush()StiGaugeStyleCoreXF36.getNeedleCapBorderBrush()StiGaugeStyleCoreXF37.getNeedleCapBorderBrush()StiCustomGaugeStyleCoreXF.getNeedleCapBrush()abstract StiBrushStiGaugeStyleCoreXF.getNeedleCapBrush()StiGaugeStyleCoreXF24.getNeedleCapBrush()StiGaugeStyleCoreXF25.getNeedleCapBrush()StiGaugeStyleCoreXF26.getNeedleCapBrush()StiGaugeStyleCoreXF27.getNeedleCapBrush()StiGaugeStyleCoreXF28.getNeedleCapBrush()StiGaugeStyleCoreXF29.getNeedleCapBrush()StiGaugeStyleCoreXF30.getNeedleCapBrush()StiGaugeStyleCoreXF32.getNeedleCapBrush()StiGaugeStyleCoreXF33.getNeedleCapBrush()StiGaugeStyleCoreXF34.getNeedleCapBrush()StiGaugeStyleCoreXF35.getNeedleCapBrush()StiGaugeStyleCoreXF36.getNeedleCapBrush()StiGaugeStyleCoreXF37.getNeedleCapBrush()StiCustomGaugeStyleCoreXF.getRadialBarBorderBrush()abstract StiBrushStiGaugeStyleCoreXF.getRadialBarBorderBrush()StiGaugeStyleCoreXF24.getRadialBarBorderBrush()StiGaugeStyleCoreXF25.getRadialBarBorderBrush()StiGaugeStyleCoreXF26.getRadialBarBorderBrush()StiGaugeStyleCoreXF27.getRadialBarBorderBrush()StiGaugeStyleCoreXF28.getRadialBarBorderBrush()StiGaugeStyleCoreXF29.getRadialBarBorderBrush()StiGaugeStyleCoreXF30.getRadialBarBorderBrush()StiGaugeStyleCoreXF34.getRadialBarBorderBrush()StiGaugeStyleCoreXF35.getRadialBarBorderBrush()StiGaugeStyleCoreXF36.getRadialBarBorderBrush()StiGaugeStyleCoreXF37.getRadialBarBorderBrush()StiCustomGaugeStyleCoreXF.getRadialBarBrush()abstract StiBrushStiGaugeStyleCoreXF.getRadialBarBrush()StiGaugeStyleCoreXF24.getRadialBarBrush()StiGaugeStyleCoreXF25.getRadialBarBrush()StiGaugeStyleCoreXF26.getRadialBarBrush()StiGaugeStyleCoreXF27.getRadialBarBrush()StiGaugeStyleCoreXF28.getRadialBarBrush()StiGaugeStyleCoreXF29.getRadialBarBrush()StiGaugeStyleCoreXF30.getRadialBarBrush()StiGaugeStyleCoreXF31.getRadialBarBrush()StiGaugeStyleCoreXF32.getRadialBarBrush()StiGaugeStyleCoreXF33.getRadialBarBrush()StiGaugeStyleCoreXF34.getRadialBarBrush()StiGaugeStyleCoreXF35.getRadialBarBrush()StiGaugeStyleCoreXF36.getRadialBarBrush()StiGaugeStyleCoreXF37.getRadialBarBrush()StiCustomGaugeStyleCoreXF.getRadialBarEmptyBorderBrush()abstract StiBrushStiGaugeStyleCoreXF.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF24.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF25.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF26.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF27.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF28.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF29.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF30.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF34.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF35.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF36.getRadialBarEmptyBorderBrush()StiGaugeStyleCoreXF37.getRadialBarEmptyBorderBrush()StiCustomGaugeStyleCoreXF.getRadialBarEmptyBrush()abstract StiBrushStiGaugeStyleCoreXF.getRadialBarEmptyBrush()StiGaugeStyleCoreXF24.getRadialBarEmptyBrush()StiGaugeStyleCoreXF25.getRadialBarEmptyBrush()StiGaugeStyleCoreXF26.getRadialBarEmptyBrush()StiGaugeStyleCoreXF27.getRadialBarEmptyBrush()StiGaugeStyleCoreXF28.getRadialBarEmptyBrush()StiGaugeStyleCoreXF29.getRadialBarEmptyBrush()StiGaugeStyleCoreXF30.getRadialBarEmptyBrush()StiGaugeStyleCoreXF31.getRadialBarEmptyBrush()StiGaugeStyleCoreXF32.getRadialBarEmptyBrush()StiGaugeStyleCoreXF33.getRadialBarEmptyBrush()StiGaugeStyleCoreXF34.getRadialBarEmptyBrush()StiGaugeStyleCoreXF35.getRadialBarEmptyBrush()StiGaugeStyleCoreXF36.getRadialBarEmptyBrush()StiGaugeStyleCoreXF37.getRadialBarEmptyBrush()StiCustomGaugeStyleCoreXF.getTickLabelMajorTextBrush()abstract StiBrushStiGaugeStyleCoreXF.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF24.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF25.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF26.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF27.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF28.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF29.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF30.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF33.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF34.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF35.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF36.getTickLabelMajorTextBrush()StiGaugeStyleCoreXF37.getTickLabelMajorTextBrush()StiCustomGaugeStyleCoreXF.getTickLabelMinorTextBrush()abstract StiBrushStiGaugeStyleCoreXF.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF24.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF25.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF26.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF27.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF28.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF29.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF30.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF33.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF34.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF35.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF36.getTickLabelMinorTextBrush()StiGaugeStyleCoreXF37.getTickLabelMinorTextBrush()StiCustomGaugeStyleCoreXF.getTickMarkMajorBorder()abstract StiBrushStiGaugeStyleCoreXF.getTickMarkMajorBorder()StiGaugeStyleCoreXF24.getTickMarkMajorBorder()StiGaugeStyleCoreXF25.getTickMarkMajorBorder()StiGaugeStyleCoreXF26.getTickMarkMajorBorder()StiGaugeStyleCoreXF27.getTickMarkMajorBorder()StiGaugeStyleCoreXF28.getTickMarkMajorBorder()StiGaugeStyleCoreXF29.getTickMarkMajorBorder()StiGaugeStyleCoreXF30.getTickMarkMajorBorder()StiGaugeStyleCoreXF33.getTickMarkMajorBorder()StiGaugeStyleCoreXF34.getTickMarkMajorBorder()StiGaugeStyleCoreXF35.getTickMarkMajorBorder()StiGaugeStyleCoreXF36.getTickMarkMajorBorder()StiGaugeStyleCoreXF37.getTickMarkMajorBorder()StiCustomGaugeStyleCoreXF.getTickMarkMajorBrush()abstract StiBrushStiGaugeStyleCoreXF.getTickMarkMajorBrush()StiGaugeStyleCoreXF24.getTickMarkMajorBrush()StiGaugeStyleCoreXF25.getTickMarkMajorBrush()StiGaugeStyleCoreXF26.getTickMarkMajorBrush()StiGaugeStyleCoreXF27.getTickMarkMajorBrush()StiGaugeStyleCoreXF28.getTickMarkMajorBrush()StiGaugeStyleCoreXF29.getTickMarkMajorBrush()StiGaugeStyleCoreXF30.getTickMarkMajorBrush()StiGaugeStyleCoreXF33.getTickMarkMajorBrush()StiGaugeStyleCoreXF34.getTickMarkMajorBrush()StiGaugeStyleCoreXF35.getTickMarkMajorBrush()StiGaugeStyleCoreXF36.getTickMarkMajorBrush()StiGaugeStyleCoreXF37.getTickMarkMajorBrush()StiCustomGaugeStyleCoreXF.getTickMarkMinorBorder()abstract StiBrushStiGaugeStyleCoreXF.getTickMarkMinorBorder()StiGaugeStyleCoreXF24.getTickMarkMinorBorder()StiGaugeStyleCoreXF25.getTickMarkMinorBorder()StiGaugeStyleCoreXF26.getTickMarkMinorBorder()StiGaugeStyleCoreXF27.getTickMarkMinorBorder()StiGaugeStyleCoreXF28.getTickMarkMinorBorder()StiGaugeStyleCoreXF29.getTickMarkMinorBorder()StiGaugeStyleCoreXF30.getTickMarkMinorBorder()StiGaugeStyleCoreXF33.getTickMarkMinorBorder()StiGaugeStyleCoreXF34.getTickMarkMinorBorder()StiGaugeStyleCoreXF35.getTickMarkMinorBorder()StiGaugeStyleCoreXF36.getTickMarkMinorBorder()StiGaugeStyleCoreXF37.getTickMarkMinorBorder()StiCustomGaugeStyleCoreXF.getTickMarkMinorBrush()abstract StiBrushStiGaugeStyleCoreXF.getTickMarkMinorBrush()StiGaugeStyleCoreXF24.getTickMarkMinorBrush()StiGaugeStyleCoreXF25.getTickMarkMinorBrush()StiGaugeStyleCoreXF26.getTickMarkMinorBrush()StiGaugeStyleCoreXF27.getTickMarkMinorBrush()StiGaugeStyleCoreXF28.getTickMarkMinorBrush()StiGaugeStyleCoreXF29.getTickMarkMinorBrush()StiGaugeStyleCoreXF30.getTickMarkMinorBrush()StiGaugeStyleCoreXF33.getTickMarkMinorBrush()StiGaugeStyleCoreXF34.getTickMarkMinorBrush()StiGaugeStyleCoreXF35.getTickMarkMinorBrush()StiGaugeStyleCoreXF36.getTickMarkMinorBrush()StiGaugeStyleCoreXF37.getTickMarkMinorBrush() -
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.tick.radial.mark
Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return StiBrushModifier and TypeMethodDescriptionStiRadialTickMarkCustomValue.getBorderBrush()the border of the component.StiRadialTickMarkCustomValue.getBrush()a brush to fill a component.Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiRadialTickMarkCustomValue.setBorderBrush(StiBrush borderBrush) the border of the component.voida brush to fill a component.Constructors in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiBrushModifierConstructorDescriptionStiRadialTickMarkCustomValue(double value, Double offset, Double relativeWidth, Double relativeHeight, Double offsetAngle, StiPlacement placement, StiBrush brush, StiBrush borderBrush, Double borderWidth, StiGaugeElementSkin skin) -
Uses of StiBrush in com.stimulsoft.report.maps
Methods in com.stimulsoft.report.maps that return StiBrushModifier and TypeMethodDescriptionStiMap.getBrush()a brush to fill a component.StiMap.getStyleBackground()Methods in com.stimulsoft.report.maps with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.painters
Methods in com.stimulsoft.report.painters that return StiBrushModifier and TypeMethodDescriptionStiGdiMapContextPainter.getGeomBrush(StiMapData data) StiGdiMapContextPainter.GetGeomBrush1(StiMapData data) Methods in com.stimulsoft.report.painters with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiGaugeContextPainter.addEllipseGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth) voidStiGaugeContextPainter.addGraphicsArcGeometryGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, double startAngle, double sweepAngle, double startWidth, double endWidth) voidStiGaugeContextPainter.addPieGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, double startAngle, double sweepAngle) voidStiGaugeContextPainter.addRadialRangeGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4) voidStiGaugeContextPainter.addRectangleGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth) voidStiGaugeContextPainter.addRoundedRectangleGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, int leftTop, int rightTop, int rightBottom, int leftBottom) voidStiGaugeContextPainter.addTextGaugeGeom(String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf) -
Uses of StiBrush in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiBarCodePainter.baseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) Draw stringvoidStiBarCodePainter.baseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, Double zoom) Draw stringvoidStiBarCodePainter.baseFillEllipse(StiGraphics g, StiBrush brush, double x, double y, double width, double height, double zoom, double pageZoom) voidStiBarCodePainter.baseFillPolygon(StiGraphics g, StiBrush brush, StiPoint[] points, double zoom, double pageZoom) voidStiBarCodePainter.baseFillPolygons(StiGraphics context, StiBrush brush, List<List<StiPoint>> points, double zoom, double pageZoom) voidStiBarCodePainter.baseFillRectangle(StiGraphics g, StiBrush brush, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Fill rectanglevoidStiBarCodePainter.baseFillRectangle2D(StiGraphics g, StiBrush brush, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Fill rectanglevoidStiComponentPainter.drawSelectedRectangle(StiGraphics g, Double size, StiBrush brush, StiRectangle rect) Draws a selected rectangle specified by a Rectangle structure. -
Uses of StiBrush in com.stimulsoft.report.painters.context.chart
Methods in com.stimulsoft.report.painters.context.chart with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiContext.DrawAnimationBar(StiBrush wpfBackColor, StiBrush brush, StiPenGeom borderPen, Object columnRect, StiCornerRadius cornerRadius, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) voidStiContext.DrawAnimationBar(StiBrush brush, StiPenGeom borderPen, Object columnRect, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) voidStiContext.DrawAnimationColumn(StiBrush wpfBackColor, StiBrush brush, StiPenGeom borderPen, Object rect, StiCornerRadius cornerRadius, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) voidStiContext.DrawAnimationPathElement(StiBrush wpfBackColor, StiBrush brush, StiPenGeom borderPen, List<StiSegmentGeom> path, Object rect, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) voidStiContext.DrawAnimationRectangle(StiBrush brush, StiPenGeom pen, StiRectangle rect, Object tag, StiAnimation animation) voidStiContext.DrawAnimationRectangle(StiBrush brush, StiPenGeom pen, StiRectangle rect, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) voidStiContext.DrawAnimationRectangle(StiBrush brush, StiPenGeom pen, StiRectangle rect, Object tag, StiAnimation animation, StiInteractionDataGeom interaction, String toolTip) StiContext.DrawAnimationText(String text, StiFontGeom font, StiBrush brush, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, double angle, boolean antialiasing, double maximalWidth, StiAnimation animation) StiContext.DrawString(String text, StiFontGeom font, StiBrush brush, StiRectangle rect, StiStringFormatGeom sf, int maximalWidth, int elementIndex) voidStiContext.fillCicledRectangle(StiBrush brush, StiRectangle rect, StiCornerRadius cornerRadius, StiInteractionDataGeom interaction, String tooltip, int elementIndex) voidStiContext.FillDrawAnimationEllipse(StiBrush wpfBackColor, StiBrush brush, StiPenGeom pen, double x, double y, double width, double height, String toolTip, Object tag, StiAnimation animation) voidStiContext.FillDrawAnimationEllipse(StiBrush wpfBackColor, StiBrush brush, StiPenGeom pen, double x, double y, double width, double height, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) voidStiContext.FillEllipse(StiBrush brush, float x, float y, float width, float height, String toolTip, StiInteractionDataGeom interaction, int elementIndex) voidStiContext.FillEllipse(StiBrush brush, StiRectangle rect, StiInteractionDataGeom interaction, int elementIndex) voidStiContext.FillPath(StiBrush brush, List<StiSegmentGeom> path, Object rect, StiInteractionDataGeom interaction) voidStiContext.FillPath(StiBrush brush, List<StiSegmentGeom> path, Object rect, StiInteractionDataGeom interaction, int elementIndex) voidStiContext.FillPath(StiBrush brush, List<StiSegmentGeom> path, Object rect, Object tag, StiInteractionDataGeom interaction) voidStiContext.FillPath(StiBrush brush, List<StiSegmentGeom> path, Object rect, Object tag, StiInteractionDataGeom interaction, int elementIndex, String toolTip) -
Uses of StiBrush in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return StiBrushModifier and TypeMethodDescriptionStiBorderGeom.getBackground()StiPathGeom.getBackground()StiTextGeom.getBrush()Methods in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiBorderGeom.setBackground(StiBrush background) voidStiPathGeom.setBackground(StiBrush background) voidConstructors in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiBrushModifierConstructorDescriptionStiBorderGeom(StiBrush background, StiBrush backgroundMouseOver, StiPenGeom borderPen, StiRectangle rect, StiCornerRadius cornerRadius, StiInteractionDataGeom interaction, String tooltip, int elementIndex) StiBorderGeom(StiBrush background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction, int elementIndex) StiEllipseGeom(StiBrush background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction, int elementIndex, String toolTip) StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex) StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex, Object tag) StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, StiInteractionDataGeom interaction, int elementIndex, String toolTip, Object tag) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, boolean isRotatedText) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, boolean isRotatedText, int elementIndex) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, boolean isRotatedText) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, StiRotationMode rotationMode, boolean isRotatedText) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, Integer maximalWidth, StiRotationMode rotationMode, boolean isRotatedText) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, Integer maximalWidth, StiRotationMode rotationMode, boolean isRotatedText, String toolTip) StiTextGeom(String text, StiFontGeom font, StiBrush brush, Object location, StiStringFormatGeom StringFormat, double angle, boolean antialiasing, Integer maximalWidth, StiRotationMode rotationMode, boolean isRotatedText, String toolTip, StiAnimation animation) -
Uses of StiBrush in com.stimulsoft.report.painters.context.chart.geoms.animation
Methods in com.stimulsoft.report.painters.context.chart.geoms.animation that return StiBrushModifier and TypeMethodDescriptionStiClusteredBarSeriesAnimationGeom.getBackground()StiClusteredBarSeriesAnimationGeom.getWpfBackColor()StiClusteredColumnSeriesAnimationGeom.getWpfBackColor()Methods in com.stimulsoft.report.painters.context.chart.geoms.animation with parameters of type StiBrushModifier and TypeMethodDescriptionvoidStiClusteredBarSeriesAnimationGeom.setBackground(StiBrush background) voidStiClusteredBarSeriesAnimationGeom.setWpfBackColor(StiBrush wpfBackColor) voidStiClusteredColumnSeriesAnimationGeom.setWpfBackColor(StiBrush wpfBackColor) Constructors in com.stimulsoft.report.painters.context.chart.geoms.animation with parameters of type StiBrushModifierConstructorDescriptionStiClusteredBarSeriesAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, Object columnRect, StiCornerRadius cornerRadius, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) StiClusteredBarSeriesAnimationGeom(StiBrush background, StiPenGeom borderPen, Object columnRect, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) StiClusteredColumnSeriesAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, Object columnRect, StiCornerRadius cornerRadius, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) StiEllipseAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, Object rect, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) StiPathElementAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, List<StiSegmentGeom> pathGeoms, Object rect, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) -
Uses of StiBrush in com.stimulsoft.report.painters.context.gauge
Methods in com.stimulsoft.report.painters.context.gauge that return StiBrushMethods in com.stimulsoft.report.painters.context.gauge with parameters of type StiBrush -
Uses of StiBrush in com.stimulsoft.report.painters.context.gauge.geoms
Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StiBrushModifier and TypeFieldDescriptionStiGraphicsArcGeometryGaugeGeom.backgroundStiPieGaugeGeom.backgroundStiRadialRangeGaugeGeom.backgroundStiEllipseGaugeGeom.BackgroundStiGraphicsPathGaugeGeom.BackgroundStiRectangleGaugeGeom.BackgroundStiRoundedRectangleGaugeGeom.BackgroundStiGraphicsArcGeometryGaugeGeom.borderBrushStiPieGaugeGeom.borderBrushStiRadialRangeGaugeGeom.borderBrushStiEllipseGaugeGeom.BorderBrushStiGraphicsPathGaugeGeom.BorderBrushStiRectangleGaugeGeom.BorderBrushStiRoundedRectangleGaugeGeom.BorderBrushStiTextGaugeGeom.ForegroundConstructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiBrushModifierConstructorDescriptionStiEllipseGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth) StiGraphicsArcGeometryGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, double startAngle, double sweepAngle, double startWidth, double endWidth) StiGraphicsPathGaugeGeom(StiRectangle rect, StiPoint startPoint, StiBrush background, StiBrush borderBrush, double borderWidth) StiPieGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, double startAngle, double sweepAngle) StiRadialRangeGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4) StiRectangleGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth) StiRoundedRectangleGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, int leftTop, int rightTop, int rightBottom, int leftBottom) StiTextGaugeGeom(String text, StiFont font, StiBrush foreground, StiRectangle rect, StringFormat sf) -
Uses of StiBrush in com.stimulsoft.report.styles
Fields in com.stimulsoft.report.styles declared as StiBrushMethods in com.stimulsoft.report.styles that return StiBrushModifier and TypeMethodDescriptionStiChartStyle.getBrush()StiGaugeStyle.getBrush()final StiBrushStiStyle.getBrush()Gets or sets a brush to fill a style.StiChartStyle.getChartAreaBrush()StiChartStyle.getInterlacingHorBrush()StiChartStyle.getInterlacingVertBrush()StiChartStyle.getLegendBrush()StiGaugeStyle.getLinearBarBorderBrush()StiGaugeStyle.getLinearBarBrush()StiGaugeStyle.getLinearBarEmptyBorderBrush()StiGaugeStyle.getLinearBarEmptyBrush()StiGaugeStyle.getLinearScaleBrush()StiGaugeStyle.getMarkerBrush()StiGaugeStyle.getNeedleBorderBrush()StiGaugeStyle.getNeedleBrush()StiGaugeStyle.getNeedleCapBorderBrush()StiGaugeStyle.getNeedleCapBrush()StiStyle.getNegativeTextBrush()StiGaugeStyle.getRadialBarBorderBrush()StiGaugeStyle.getRadialBarBrush()StiGaugeStyle.getRadialBarEmptyBorderBrush()StiGaugeStyle.getRadialBarEmptyBrush()StiChartStyle.getSeriesLabelsBrush()final StiBrushStiStyle.getTextBrush()Gets or sets a brush to draw text.StiGaugeStyle.getTickLabelMajorTextBrush()StiGaugeStyle.getTickLabelMinorTextBrush()StiGaugeStyle.getTickMarkMajorBorder()StiGaugeStyle.getTickMarkMajorBrush()StiGaugeStyle.getTickMarkMinorBorder()StiGaugeStyle.getTickMarkMinorBrush()Methods in com.stimulsoft.report.styles with parameters of type StiBrushModifier and TypeMethodDescriptionvoidvoidfinal voidvoidStiChartStyle.setChartAreaBrush(StiBrush chartAreaBrush) voidStiChartStyle.setInterlacingHorBrush(StiBrush interlacingHorBrush) voidStiChartStyle.setInterlacingVertBrush(StiBrush interlacingVertBrush) voidStiChartStyle.setLegendBrush(StiBrush legendBrush) voidStiGaugeStyle.setLinearBarBorderBrush(StiBrush linearBarBorderBrush) voidStiGaugeStyle.setLinearBarBrush(StiBrush linearBarBrush) voidStiGaugeStyle.setLinearBarEmptyBorderBrush(StiBrush linearBarEmptyBorderBrush) voidStiGaugeStyle.setLinearBarEmptyBrush(StiBrush linearBarEmptyBrush) voidStiGaugeStyle.setLinearScaleBrush(StiBrush linearScaleBrush) voidStiGaugeStyle.setMarkerBrush(StiBrush markerBrush) voidStiGaugeStyle.setNeedleBorderBrush(StiBrush needleBorderBrush) voidStiGaugeStyle.setNeedleBrush(StiBrush needleBrush) voidStiGaugeStyle.setNeedleCapBorderBrush(StiBrush needleCapBorderBrush) voidStiGaugeStyle.setNeedleCapBrush(StiBrush needleCapBrush) voidStiStyle.setNegativeTextBrush(StiBrush negativeTextBrush) voidStiGaugeStyle.setRadialBarBorderBrush(StiBrush radialBarBorderBrush) voidStiGaugeStyle.setRadialBarBrush(StiBrush radialBarBrush) voidStiGaugeStyle.setRadialBarEmptyBorderBrush(StiBrush radialBarEmptyBorderBrush) voidStiGaugeStyle.setRadialBarEmptyBrush(StiBrush radialBarEmptyBrush) voidStiChartStyle.setSeriesLabelsBrush(StiBrush seriesLabelsBrush) final voidStiStyle.setTextBrush(StiBrush value) voidStiGaugeStyle.setTickLabelMajorTextBrush(StiBrush tickLabelMajorTextBrush) voidStiGaugeStyle.setTickLabelMinorTextBrush(StiBrush tickLabelMinorTextBrush) voidStiGaugeStyle.setTickMarkMajorBorder(StiBrush tickMarkMajorBorder) voidStiGaugeStyle.setTickMarkMajorBrush(StiBrush tickMarkMajorBrush) voidStiGaugeStyle.setTickMarkMinorBorder(StiBrush tickMarkMinorBorder) voidStiGaugeStyle.setTickMarkMinorBrush(StiBrush tickMarkMinorBrush) -
Uses of StiBrush in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiBrushMethods in com.stimulsoft.webdesigner.helper with parameters of type StiBrush