|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiBrush in com.stimulsoft.base |
---|
Methods in com.stimulsoft.base that return StiBrush | |
---|---|
static StiBrush |
StiJsonReportObjectHelper.Deserialize.Brush(JProperty prop)
|
Methods in com.stimulsoft.base with parameters of type StiBrush | |
---|---|
static java.lang.String |
StiJsonReportObjectHelper.Serialize.JBrush(StiBrush brush)
|
static java.lang.String |
StiJsonReportObjectHelper.Serialize.JBrush(StiBrush brush,
StiBrush defaultBrush)
|
Uses of StiBrush in com.stimulsoft.base.drawing |
---|
Subclasses of StiBrush in com.stimulsoft.base.drawing | |
---|---|
class |
StiEmptyBrush
Class describes Empty Brush. |
class |
StiGlareBrush
Class describes a glare gradient brush. |
class |
StiGlassBrush
Class describes GlassBrush. |
class |
StiGradientBrush
Class describes a gradient brush. |
class |
StiHatchBrush
Class describes the HatchBrush. |
class |
StiSolidBrush
Class describes SolidBrush. |
Methods in com.stimulsoft.base.drawing that return StiBrush | |
---|---|
StiBrush |
StiGlassBrush.getBottomBrush()
|
StiBrush |
StiPen.getBrush()
|
static StiBrush |
StiBrush.getBrush(StiBrush brush,
StiRectangle rect1)
Returns the gdi brush from the report brush. |
StiBrush |
StiBorder.getShadowBrush()
Gets or sets the border shadow brush. |
StiBrush |
StiGlassBrush.getTopBrush()
|
static StiBrush |
StiBrush.LoadFromJson(JSONObject jObject)
|
Methods in com.stimulsoft.base.drawing with parameters of type StiBrush | |
---|---|
java.awt.Stroke |
StiGraphics.beginFill(StiBrush brush,
StiPen pen,
StiRectangle rect,
java.lang.Double zoom)
Set fill format |
void |
StiGraphics.drawEllise(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw ellipse |
void |
StiGraphics.drawElliseBegin(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double zoom)
Begin draw ellipse |
StiRectangle |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
java.lang.Boolean transformCoord,
double zoom,
double pageZoom)
Draw path sotred in List StiPathCommand |
StiRectangle |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
java.lang.Boolean transformCoord,
double zoom,
double pageZoom,
boolean draw)
Draw path sotred in List StiPathCommand |
void |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
double zoom,
double pageZoom)
Draw path sotred in List StiPathCommand |
void |
StiGraphics.drawRectangle(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw rectangle |
void |
StiGraphics.drawRectangle(StiRectangle rect,
StiPen pen,
StiBrush brush,
java.lang.Double cornerRadius,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw rounded rectangle |
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiPoint point,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
double angle,
int maximalWidth,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
double zoom)
|
static void |
StiRotatedTextDrawing.drawString(StiGraphics g,
java.lang.String text,
StiFont font,
StiBrush brush,
StiRectangle rect,
StringFormat stringFormat,
StiRotationMode rotationMode,
double angle,
boolean antialiasing,
int maximalWidth,
double zoom)
|
void |
StiGraphics.drawText(java.lang.String text,
StiRectangle rect,
StiFont font,
StiBrush brush,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
java.lang.Boolean wordWrap,
java.lang.Double zoom,
StiPenStyle linesOfUnderline,
StiBorder border,
StiTextOptions textOptions)
Draw text |
static StiBrush |
StiBrush.getBrush(StiBrush brush,
StiRectangle rect1)
Returns the gdi brush from the report brush. |
void |
StiPen.setBrush(StiBrush brush)
|
void |
StiBorder.setShadowBrush(StiBrush value)
|
static StiColor |
StiBrush.ToColor(StiBrush brush)
Transform a brush into a color. |
Constructors in com.stimulsoft.base.drawing with parameters of type StiBrush | |
---|---|
StiAdvancedBorder(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.serializing.utils |
---|
Methods in com.stimulsoft.base.serializing.utils that return StiBrush | |
---|---|
static StiBrush |
StiSerializTypeConverter.deserializeStringToBrush(java.lang.String strValue)
|
static StiBrush |
StiSerializTypeConverter.getInstanceBrushBySerializString(java.lang.String value)
|
Uses of StiBrush in com.stimulsoft.report.chart |
---|
Methods in com.stimulsoft.report.chart that return StiBrush | |
---|---|
StiBrush |
StiChart.getBrush()
Gets or sets a brush to fill a component. |
Methods in com.stimulsoft.report.chart with parameters of type StiBrush | |
---|---|
void |
StiChart.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.core.marker |
---|
Methods in com.stimulsoft.report.chart.core.marker with parameters of type StiBrush | |
---|---|
void |
StiMarkerCoreXF.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)
|
Uses of StiBrush in com.stimulsoft.report.chart.core.series |
---|
Methods in com.stimulsoft.report.chart.core.series that return StiBrush | |
---|---|
StiBrush |
StiSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
Uses of StiBrush in com.stimulsoft.report.chart.core.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.core.series.clusteredColumn that return StiBrush | |
---|---|
StiBrush |
StiSteppedAreaSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
StiBrush |
StiSplineAreaSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
StiBrush |
StiClusteredColumnSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
StiBrush |
StiBaseLineSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
StiBrush |
StiAreaSeriesCoreXF.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 StiBrush | |
---|---|
StiBrush |
StiPieSeriesCoreXF.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 StiBrush | |
---|---|
StiBrush |
StiRadarSeriesCoreXF.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 StiBrush | |
---|---|
StiBrush |
StiStackedBarSeriesCoreXF.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 StiBrush | |
---|---|
StiBrush |
StiStackedSplineAreaSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
StiBrush |
StiStackedColumnSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
StiBrush |
StiStackedBaseLineSeriesCoreXF.GetSeriesBrush(int colorIndex,
int colorCount)
|
StiBrush |
StiStackedAreaSeriesCoreXF.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 StiBrush | |
---|---|
StiBrush |
StiSeriesLabelsCoreXF.ProcessSeriesColors(int pointIndex,
StiBrush brush,
IStiSeries series)
|
Methods in com.stimulsoft.report.chart.core.seriesLabels with parameters of type StiBrush | |
---|---|
StiBrush |
StiSeriesLabelsCoreXF.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 with parameters of type StiBrush | |
---|---|
void |
StiStyleCoreXF18.FillColumn(StiContext context,
StiRectangle rect,
StiBrush brush,
StiInteractionDataGeom interaction)
|
void |
StiStyleCoreXF.FillColumn(StiContext context,
StiRectangle rect,
StiBrush brush,
StiInteractionDataGeom interaction)
|
void |
StiStyleCoreXF.FillColumn(StiContext context,
StiRectangle rect,
StiBrush brush,
StiInteractionDataGeom interaction,
int elementIndex)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.radarAxis |
---|
Methods in com.stimulsoft.report.chart.geoms.radarAxis that return StiBrush | |
---|---|
StiBrush |
StiXRadarAxisLabelGeom.getLabelBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiBrush | |
---|---|
StiXRadarAxisLabelGeom(IStiXRadarAxis axis,
java.lang.String text,
StiBrush labelBrush,
StiColor borderColor,
float angle,
StiRectangle clientRectangle,
StiRectangle labelRect,
StiPoint point)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.bubble |
---|
Methods in com.stimulsoft.report.chart.geoms.series.bubble that return StiBrush | |
---|---|
StiBrush |
StiBubbleSeriesElementGeom.getSeriesBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.bubble with parameters of type StiBrush | |
---|---|
StiBubbleSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.clusteredBar |
---|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredBar that return StiBrush | |
---|---|
StiBrush |
StiClusteredBarSeriesElementGeom.getSeriesBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredBar with parameters of type StiBrush | |
---|---|
StiClusteredBarSeriesElementGeom(StiAreaGeom areaGeom,
double valueStart,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle columnRectStart,
StiRectangle columnRect,
java.lang.Integer beginTime)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredColumn that return StiBrush | |
---|---|
StiBrush |
StiClusteredColumnSeriesElementGeom.getSeriesBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type StiBrush | |
---|---|
StiClusteredColumnSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
StiAnimation animation)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.doughnut |
---|
Methods in com.stimulsoft.report.chart.geoms.series.doughnut that return StiBrush | |
---|---|
StiBrush |
StiDoughnutSeriesElementGeom.getBrush()
|
StiBrush |
StiDoughnutSeriesElementGeom.getBrushDark()
|
StiBrush |
StiDoughnutSeriesElementGeom.getBrushLight()
|
Constructors in com.stimulsoft.report.chart.geoms.series.doughnut with parameters of type StiBrush | |
---|---|
StiDoughnutSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiDoughnutSeries series,
StiRectangle clientRectangle,
java.util.ArrayList<StiSegmentGeom> path,
java.util.ArrayList<StiSegmentGeom> pathLight,
java.util.ArrayList<StiSegmentGeom> pathDark,
StiColor borderColor,
StiBrush brush,
StiBrush brushLight,
StiBrush brushDark,
double startAngle,
double endAngle,
double radiusFrom,
double radiusTo,
java.lang.Integer beginTime)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.financial |
---|
Methods in com.stimulsoft.report.chart.geoms.series.financial that return StiBrush | |
---|---|
StiBrush |
StiCandlestickSeriesElementGeom.getBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.financial with parameters of type StiBrush | |
---|---|
StiCandlestickSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double bodyStart,
double bodyEnd,
double high,
double low,
double positionX,
int index,
StiBrush brush,
StiColor borderColor,
java.lang.Integer beginTime)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.funnel |
---|
Methods in com.stimulsoft.report.chart.geoms.series.funnel that return StiBrush | |
---|---|
StiBrush |
StiFunnelSeriesElementGeom.getBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.funnel with parameters of type StiBrush | |
---|---|
StiFunnelSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiSeries series,
StiRectangle clientRectangle,
StiBrush brush,
StiColor borderColor,
java.util.ArrayList<StiSegmentGeom> path,
java.lang.Integer beginTime)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.pie |
---|
Methods in com.stimulsoft.report.chart.geoms.series.pie that return StiBrush | |
---|---|
StiBrush |
StiPieSeriesFullElementGeom.getBrush()
|
StiBrush |
StiPieSeriesElementGeom.getBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiBrush | |
---|---|
StiPieSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
IStiPieSeries series,
StiRectangle clientRectangle,
java.util.ArrayList<StiSegmentGeom> path,
java.util.ArrayList<StiSegmentGeom> pathLight,
StiColor borderColor,
StiBrush brush,
double startAngle,
double endAngle,
double radius,
StiAnimation animation)
|
|
StiPieSeriesFullElementGeom(IStiPieSeries series,
StiRectangle clientRectangle,
StiBrush brush,
StiColor borderColor)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.stackedBar |
---|
Methods in com.stimulsoft.report.chart.geoms.series.stackedBar that return StiBrush | |
---|---|
StiBrush |
StiStackedBarSeriesElementGeom.getSeriesBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.stackedBar with parameters of type StiBrush | |
---|---|
StiStackedBarSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.stackedColumn that return StiBrush | |
---|---|
StiBrush |
StiStackedColumnSeriesElementGeom.getSeriesBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.series.stackedColumn with parameters of type StiBrush | |
---|---|
StiStackedColumnSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.seriesLabels.axis |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.axis that return StiBrush | |
---|---|
StiBrush |
StiOutsideAxisLabelsGeom.getSeriesBrush()
|
StiBrush |
StiCenterAxisLabelsGeom.getSeriesBrush()
|
StiBrush |
StiCenterAxisLabelsGeom.getSeriesLabelsBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiBrush | |
---|---|
StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.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,
java.lang.String text,
StiColor labelColor,
StiColor labelBorderColor,
StiBrush seriesBrush,
StiColor seriesBorderColor,
StiFontGeom font,
StiPoint startPoint,
StiPoint endPoint)
|
Uses of StiBrush in com.stimulsoft.report.chart.geoms.seriesLabels.funnel |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.funnel that return StiBrush | |
---|---|
StiBrush |
StiCenterFunnelLabelsGeom.getLabelBrush()
|
StiBrush |
StiCenterFunnelLabelsGeom.getSeriesBrush()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.funnel with parameters of type StiBrush | |
---|---|
StiCenterFunnelLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRectangle labelRect)
|
|
StiOutsideFunnelLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.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 |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiBrush | |
---|---|
StiBrush |
StiTwoColumnsPieLabelsGeom.getLabelBrush()
|
StiBrush |
StiCenterPieLabelsGeom.getLabelBrush()
|
StiBrush |
StiTwoColumnsPieLabelsGeom.getSeriesBrush()
|
StiBrush |
StiCenterPieLabelsGeom.getSeriesBrush()
|
StiBrush |
StiTwoColumnsPieLabelsGeom.getSeriesLabelsBrush()
|
StiBrush |
StiCenterPieLabelsGeom.getSeriesLabelsBrush()
|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiBrush | |
---|---|
void |
StiTwoColumnsPieLabelsGeom.setSeriesLabelsBrush(StiBrush seriesLabelsBrush)
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiBrush | |
---|---|
StiCenterPieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRotationMode rotationMode,
StiRectangle labelRect,
double angleToUse,
StiAnimation animation)
|
|
StiOutsidePieLabelsGeom(IStiSeriesLabels seriesLabels,
IStiSeries series,
int index,
double value,
StiRectangle clientRectangle,
java.lang.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,
java.lang.String text,
StiBrush seriesBrush,
StiBrush labelBrush,
StiBrush seriesLabelsBrush,
StiColor borderColor,
StiColor seriesBorderColor,
StiRectangle labelRect,
StiColor lineColor,
StiPoint startPoint,
StiPoint endPoint,
StiPoint arcPoint)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces |
---|
Methods in com.stimulsoft.report.chart.interfaces that return StiBrush | |
---|---|
StiBrush |
IStiChart.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces with parameters of type StiBrush | |
---|---|
void |
IStiChart.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.areas |
---|
Methods in com.stimulsoft.report.chart.interfaces.areas that return StiBrush | |
---|---|
StiBrush |
IStiArea.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.areas with parameters of type StiBrush | |
---|---|
void |
IStiArea.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.chartTitle |
---|
Methods in com.stimulsoft.report.chart.interfaces.chartTitle that return StiBrush | |
---|---|
StiBrush |
IStiChartTitle.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.chartTitle with parameters of type StiBrush | |
---|---|
void |
IStiChartTitle.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.interlacing |
---|
Methods in com.stimulsoft.report.chart.interfaces.interlacing that return StiBrush | |
---|---|
StiBrush |
IStiInterlacing.getInterlacedBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.interlacing with parameters of type StiBrush | |
---|---|
void |
IStiInterlacing.setInterlacedBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.legend |
---|
Methods in com.stimulsoft.report.chart.interfaces.legend that return StiBrush | |
---|---|
StiBrush |
IStiLegend.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiBrush | |
---|---|
void |
IStiLegend.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.marker |
---|
Methods in com.stimulsoft.report.chart.interfaces.marker that return StiBrush | |
---|---|
StiBrush |
IStiMarker.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.marker with parameters of type StiBrush | |
---|---|
void |
IStiMarker.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.radarAxis |
---|
Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return StiBrush | |
---|---|
StiBrush |
IStiRadarAxisLabels.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type StiBrush | |
---|---|
void |
IStiRadarAxisLabels.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series |
---|
Methods in com.stimulsoft.report.chart.interfaces.series that return StiBrush | |
---|---|
StiBrush |
IStiSeries.ProcessSeriesBrushes(int pointIndex,
StiBrush seriesBrush)
|
StiBrush |
IStiSeries.ProcessSeriesColors(int pointIndex,
StiBrush seriesBrush)
|
Methods in com.stimulsoft.report.chart.interfaces.series with parameters of type StiBrush | |
---|---|
StiBrush |
IStiSeries.ProcessSeriesBrushes(int pointIndex,
StiBrush seriesBrush)
|
StiBrush |
IStiSeries.ProcessSeriesColors(int pointIndex,
StiBrush seriesBrush)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.bubble |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.bubble that return StiBrush | |
---|---|
StiBrush |
IStiBubbleSeries.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.series.bubble with parameters of type StiBrush | |
---|---|
void |
IStiBubbleSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.candlestick |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.candlestick that return StiBrush | |
---|---|
StiBrush |
IStiCandlestickSeries.getBrush()
|
StiBrush |
IStiCandlestickSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.candlestick with parameters of type StiBrush | |
---|---|
void |
IStiCandlestickSeries.setBrush(StiBrush value)
|
void |
IStiCandlestickSeries.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 StiBrush | |
---|---|
StiBrush |
IStiSteppedAreaSeries.getBrush()
|
StiBrush |
IStiSplineAreaSeries.getBrush()
|
StiBrush |
IStiClusteredColumnSeries.getBrush()
|
StiBrush |
IStiAreaSeries.getBrush()
|
StiBrush |
IStiSteppedAreaSeries.getBrushNegative()
|
StiBrush |
IStiSplineAreaSeries.getBrushNegative()
|
StiBrush |
IStiClusteredColumnSeries.getBrushNegative()
|
StiBrush |
IStiAreaSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn with parameters of type StiBrush | |
---|---|
void |
IStiSteppedAreaSeries.setBrush(StiBrush value)
|
void |
IStiSplineAreaSeries.setBrush(StiBrush value)
|
void |
IStiClusteredColumnSeries.setBrush(StiBrush value)
|
void |
IStiAreaSeries.setBrush(StiBrush value)
|
void |
IStiSteppedAreaSeries.setBrushNegative(StiBrush value)
|
void |
IStiSplineAreaSeries.setBrushNegative(StiBrush value)
|
void |
IStiClusteredColumnSeries.setBrushNegative(StiBrush value)
|
void |
IStiAreaSeries.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 StiBrush | |
---|---|
StiBrush |
IStiFunnelSeries.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.series.funnel with parameters of type StiBrush | |
---|---|
void |
IStiFunnelSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.pie |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.pie that return StiBrush | |
---|---|
StiBrush |
IStiPieSeries.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.series.pie with parameters of type StiBrush | |
---|---|
void |
IStiPieSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.radar |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.radar that return StiBrush | |
---|---|
StiBrush |
IStiRadarAreaSeries.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.series.radar with parameters of type StiBrush | |
---|---|
void |
IStiRadarAreaSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.range |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.range that return StiBrush | |
---|---|
StiBrush |
IStiSteppedRangeSeries.getBrush()
|
StiBrush |
IStiSplineRangeSeries.getBrush()
|
StiBrush |
IStiRangeSeries.getBrush()
|
StiBrush |
IStiSteppedRangeSeries.getBrushNegative()
|
StiBrush |
IStiRangeSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.range with parameters of type StiBrush | |
---|---|
void |
IStiSteppedRangeSeries.setBrush(StiBrush value)
|
void |
IStiSplineRangeSeries.setBrush(StiBrush value)
|
void |
IStiRangeSeries.setBrush(StiBrush value)
|
void |
IStiSteppedRangeSeries.setBrushNegative(StiBrush value)
|
void |
IStiRangeSeries.setBrushNegative(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.series.stackedBar |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.stackedBar that return StiBrush | |
---|---|
StiBrush |
IStiStackedBarSeries.getBrush()
|
StiBrush |
IStiStackedBarSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.stackedBar with parameters of type StiBrush | |
---|---|
void |
IStiStackedBarSeries.setBrush(StiBrush value)
|
void |
IStiStackedBarSeries.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 StiBrush | |
---|---|
StiBrush |
IStiStackedSplineAreaSeries.getBrush()
|
StiBrush |
IStiStackedColumnSeries.getBrush()
|
StiBrush |
IStiStackedAreaSeries.getBrush()
|
StiBrush |
IStiStackedSplineAreaSeries.getBrushNegative()
|
StiBrush |
IStiStackedColumnSeries.getBrushNegative()
|
StiBrush |
IStiStackedAreaSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn with parameters of type StiBrush | |
---|---|
void |
IStiStackedSplineAreaSeries.setBrush(StiBrush value)
|
void |
IStiStackedColumnSeries.setBrush(StiBrush value)
|
void |
IStiStackedAreaSeries.setBrush(StiBrush value)
|
void |
IStiStackedSplineAreaSeries.setBrushNegative(StiBrush value)
|
void |
IStiStackedColumnSeries.setBrushNegative(StiBrush value)
|
void |
IStiStackedAreaSeries.setBrushNegative(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.seriesLabels |
---|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiBrush | |
---|---|
StiBrush |
IStiSeriesLabels.getBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiBrush | |
---|---|
void |
IStiSeriesLabels.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.interfaces.strips |
---|
Methods in com.stimulsoft.report.chart.interfaces.strips that return StiBrush | |
---|---|
StiBrush |
IStiStrips.getStripBrush()
|
Methods in com.stimulsoft.report.chart.interfaces.strips with parameters of type StiBrush | |
---|---|
void |
IStiStrips.setStripBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.areas |
---|
Methods in com.stimulsoft.report.chart.view.areas that return StiBrush | |
---|---|
StiBrush |
StiArea.getBrush()
Gets or sets brush to fill a area. |
Methods in com.stimulsoft.report.chart.view.areas with parameters of type StiBrush | |
---|---|
void |
StiArea.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.chartTitle |
---|
Methods in com.stimulsoft.report.chart.view.chartTitle that return StiBrush | |
---|---|
StiBrush |
StiChartTitle.getBrush()
Gets or sets text brush of the chart title. |
Methods in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiBrush | |
---|---|
void |
StiChartTitle.setBrush(StiBrush value)
|
Constructors in com.stimulsoft.report.chart.view.chartTitle with parameters of type StiBrush | |
---|---|
StiChartTitle(StiFont font,
java.lang.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 StiBrush | |
---|---|
StiBrush |
StiInterlacing.getInterlacedBrush()
Gets or sets brush which used for drawing interlaced bars. |
Methods in com.stimulsoft.report.chart.view.interlacing with parameters of type StiBrush | |
---|---|
void |
StiInterlacing.setInterlacedBrush(StiBrush value)
|
Constructors in com.stimulsoft.report.chart.view.interlacing with parameters of type StiBrush | |
---|---|
StiInterlacing(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 StiBrush | |
---|---|
StiBrush |
StiLegend.getBrush()
Gets or sets background brush of legend. |
Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiBrush | |
---|---|
void |
StiLegend.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.marker |
---|
Methods in com.stimulsoft.report.chart.view.marker that return StiBrush | |
---|---|
StiBrush |
StiMarker.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 | |
---|---|
void |
StiMarker.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.radarAxis |
---|
Methods in com.stimulsoft.report.chart.view.radarAxis that return StiBrush | |
---|---|
StiBrush |
StiRadarAxisLabels.getBrush()
Gets or sets brush which will used to fill label area. |
Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiBrush | |
---|---|
void |
StiRadarAxisLabels.setBrush(StiBrush value)
|
Constructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiBrush | |
---|---|
StiRadarAxisLabels(java.lang.String format,
StiFont font,
boolean antialiasing,
boolean drawBorder,
StiColor color,
StiColor borderColor,
StiBrush brush,
boolean allowApplyStyle)
|
|
StiRadarAxisLabels(java.lang.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 StiBrush | |
---|---|
StiBrush |
StiSeries.ProcessSeriesBrushes(int pointIndex,
StiBrush seriesBrush)
|
StiBrush |
StiSeries.ProcessSeriesColors(int pointIndex,
StiBrush seriesBrush)
|
Methods in com.stimulsoft.report.chart.view.series with parameters of type StiBrush | |
---|---|
StiBrush |
StiSeries.ProcessSeriesBrushes(int pointIndex,
StiBrush seriesBrush)
|
StiBrush |
StiSeries.ProcessSeriesColors(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 StiBrush | |
---|---|
StiBrush |
StiBubbleSeries.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 | |
---|---|
void |
StiBubbleSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.series.candlestick |
---|
Methods in com.stimulsoft.report.chart.view.series.candlestick that return StiBrush | |
---|---|
StiBrush |
StiCandlestickSeries.getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
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 StiBrush | |
---|---|
void |
StiCandlestickSeries.setBrush(StiBrush value)
|
void |
StiCandlestickSeries.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 StiBrush | |
---|---|
StiBrush |
StiSteppedAreaSeries.getBrush()
Gets or sets brush which will used to fill area. |
StiBrush |
StiSplineAreaSeries.getBrush()
Gets or sets brush which will used to fill area. |
StiBrush |
StiClusteredColumnSeries.getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
StiAreaSeries.getBrush()
Gets or sets brush which will be used to fill area. |
StiBrush |
StiSteppedAreaSeries.getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
StiBrush |
StiSplineAreaSeries.getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
StiBrush |
StiClusteredColumnSeries.getBrushNegative()
Gets or sets a brush which will be used to fill negative values. |
StiBrush |
StiAreaSeries.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 StiBrush | |
---|---|
void |
StiSteppedAreaSeries.setBrush(StiBrush value)
|
void |
StiSplineAreaSeries.setBrush(StiBrush value)
|
void |
StiClusteredColumnSeries.setBrush(StiBrush value)
|
void |
StiAreaSeries.setBrush(StiBrush value)
|
void |
StiSteppedAreaSeries.setBrushNegative(StiBrush value)
|
void |
StiSplineAreaSeries.setBrushNegative(StiBrush value)
|
void |
StiClusteredColumnSeries.setBrushNegative(StiBrush value)
|
void |
StiAreaSeries.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 StiBrush | |
---|---|
StiBrush |
StiFunnelSeries.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 | |
---|---|
void |
StiFunnelSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.series.gantt |
---|
Methods in com.stimulsoft.report.chart.view.series.gantt that return StiBrush | |
---|---|
StiBrush |
StiGanttSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.view.series.gantt with parameters of type StiBrush | |
---|---|
void |
StiGanttSeries.setBrushNegative(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.series.pie |
---|
Methods in com.stimulsoft.report.chart.view.series.pie that return StiBrush | |
---|---|
StiBrush |
StiPieSeries.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 StiBrush | |
---|---|
void |
StiPieSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.series.radar |
---|
Methods in com.stimulsoft.report.chart.view.series.radar that return StiBrush | |
---|---|
StiBrush |
StiRadarAreaSeries.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 | |
---|---|
void |
StiRadarAreaSeries.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.series.range |
---|
Methods in com.stimulsoft.report.chart.view.series.range that return StiBrush | |
---|---|
StiBrush |
StiSteppedRangeSeries.getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
StiSplineRangeSeries.getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
StiRangeSeries.getBrush()
Gets or sets brush which will used to fill bar area. |
StiBrush |
StiSteppedRangeSeries.getBrushNegative()
|
StiBrush |
StiRangeSeries.getBrushNegative()
|
StiBrush |
StiRangeBarSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.view.series.range with parameters of type StiBrush | |
---|---|
void |
StiSteppedRangeSeries.setBrush(StiBrush value)
|
void |
StiSplineRangeSeries.setBrush(StiBrush value)
|
void |
StiRangeSeries.setBrush(StiBrush value)
|
void |
StiSteppedRangeSeries.setBrushNegative(StiBrush value)
|
void |
StiRangeSeries.setBrushNegative(StiBrush value)
|
void |
StiRangeBarSeries.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 StiBrush | |
---|---|
StiBrush |
StiStackedBarSeries.getBrush()
|
StiBrush |
StiStackedBarSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.view.series.stackedBar with parameters of type StiBrush | |
---|---|
void |
StiStackedBarSeries.setBrush(StiBrush value)
|
void |
StiStackedBarSeries.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 StiBrush | |
---|---|
StiBrush |
StiStackedSplineAreaSeries.getBrush()
|
StiBrush |
StiStackedColumnSeries.getBrush()
|
StiBrush |
StiStackedAreaSeries.getBrush()
|
StiBrush |
StiStackedSplineAreaSeries.getBrushNegative()
|
StiBrush |
StiStackedColumnSeries.getBrushNegative()
|
StiBrush |
StiStackedAreaSeries.getBrushNegative()
|
StiBrush |
StiStackedAreaSeries.getCoreBrush()
|
Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type StiBrush | |
---|---|
void |
StiStackedSplineAreaSeries.setBrush(StiBrush value)
|
void |
StiStackedColumnSeries.setBrush(StiBrush value)
|
void |
StiStackedAreaSeries.setBrush(StiBrush value)
|
void |
StiStackedSplineAreaSeries.setBrushNegative(StiBrush value)
|
void |
StiStackedColumnSeries.setBrushNegative(StiBrush value)
|
void |
StiStackedAreaSeries.setBrushNegative(StiBrush value)
|
void |
StiStackedAreaSeries.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 StiBrush | |
---|---|
StiBrush |
StiStockSeries.getBrush()
|
StiBrush |
StiStockSeries.getBrushNegative()
|
Methods in com.stimulsoft.report.chart.view.series.stock with parameters of type StiBrush | |
---|---|
void |
StiStockSeries.setBrush(StiBrush value)
|
void |
StiStockSeries.setBrushNegative(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.seriesLabels |
---|
Methods in com.stimulsoft.report.chart.view.seriesLabels that return StiBrush | |
---|---|
StiBrush |
StiSeriesLabels.getBrush()
Gets or sets brush which will be used to fill area of series labels. |
StiBrush |
StiNoneLabels.getBrush()
|
Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiBrush | |
---|---|
void |
StiSeriesLabels.setBrush(StiBrush value)
|
void |
StiNoneLabels.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.chart.view.strips |
---|
Methods in com.stimulsoft.report.chart.view.strips that return StiBrush | |
---|---|
StiBrush |
StiStrips.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 | |
---|---|
void |
StiStrips.setStripBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.components |
---|
Methods in com.stimulsoft.report.components that return StiBrush | |
---|---|
StiBrush |
StiWatermark.getTextBrush()
Gets or sets a brush to Watermark. |
Methods in com.stimulsoft.report.components with parameters of type StiBrush | |
---|---|
void |
StiWatermark.setTextBrush(StiBrush value)
|
Constructors in com.stimulsoft.report.components with parameters of type StiBrush | |
---|---|
StiWatermark(StiBrush textBrush,
java.lang.String text,
double angle,
StiFont font,
boolean showBehind)
|
|
StiWatermark(StiBrush textBrush,
java.lang.String text,
double angle,
StiFont font,
boolean showBehind,
boolean enabled,
boolean aspectRatio)
|
|
StiWatermark(StiBrush textBrush,
java.lang.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 StiBrush | |
---|---|
StiBrush |
StiContainer.brush
|
Methods in com.stimulsoft.report.components.complexcomponents that return StiBrush | |
---|---|
StiBrush |
StiContainer.getBrush()
Gets or sets a brush to fill a component. |
Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiBrush | |
---|---|
void |
StiContainer.setBrush(StiBrush value)
|
void |
StiContainer.SetBrush(StiBrush brush)
Sets IStiBrush from all selected objects in the container. |
void |
StiContainer.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 StiBrush | |
---|---|
StiBrush |
IStiBrush.getBrush()
Gets or sets a brush to fill a component. |
StiBrush |
IStiTextBrush.getTextBrush()
Gets or sets a brush to draw text. |
Methods in com.stimulsoft.report.components.interfaces with parameters of type StiBrush | |
---|---|
void |
IStiBrush.setBrush(StiBrush value)
|
void |
IStiTextBrush.setTextBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.components.simplecomponents |
---|
Fields in com.stimulsoft.report.components.simplecomponents declared as StiBrush | |
---|---|
StiBrush |
StiSparkline.brush
|
Methods in com.stimulsoft.report.components.simplecomponents that return StiBrush | |
---|---|
StiBrush |
StiZipCode.getBrush()
Gets or sets a brush to fill a component. |
StiBrush |
StiView.getBrush()
Gets or sets a brush to fill a component. |
StiBrush |
StiText.getBrush()
Gets or sets a brush to fill a component. |
StiBrush |
StiSparkline.getBrush()
Gets or sets a brush to fill a component. |
StiBrush |
StiShape.getBrush()
Gets or sets a brush to fill a component. |
StiBrush |
StiCheckBox.getBrush()
Gets or sets a brush to fill a component. |
StiBrush |
StiZipCode.getTextBrush()
Gets or sets a brush to draw text. |
StiBrush |
StiText.getTextBrush()
Gets or sets a brush to draw text. |
StiBrush |
StiCheckBox.getTextBrush()
Gets or sets a brush to draw text. |
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiBrush | |
---|---|
void |
StiZipCode.setBrush(StiBrush value)
|
void |
StiView.setBrush(StiBrush value)
|
void |
StiText.setBrush(StiBrush value)
|
void |
StiSparkline.setBrush(StiBrush brush)
|
void |
StiShape.setBrush(StiBrush value)
|
void |
StiCheckBox.setBrush(StiBrush value)
|
void |
StiZipCode.setTextBrush(StiBrush value)
|
void |
StiText.setTextBrush(StiBrush value)
|
void |
StiCheckBox.setTextBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.crossTab |
---|
Methods in com.stimulsoft.report.crossTab that return StiBrush | |
---|---|
StiBrush |
StiCrossField.getTextBrush()
Gets or sets a brush to draw text. |
Methods in com.stimulsoft.report.crossTab with parameters of type StiBrush | |
---|---|
void |
StiCrossField.setTextBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.dialogs |
---|
Methods in com.stimulsoft.report.dialogs that return StiBrush | |
---|---|
StiBrush |
StiReportControl.getBrush()
|
StiBrush |
StiForm.getBrush()
|
Methods in com.stimulsoft.report.dialogs with parameters of type StiBrush | |
---|---|
void |
StiReportControl.setBrush(StiBrush value)
|
void |
StiForm.setBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.export.service |
---|
Methods in com.stimulsoft.report.export.service with parameters of type StiBrush | |
---|---|
java.lang.String |
StiRtfExportService.convertTextWithHtmlTagsToRtfText(StiFont font,
StiBrush textBrush,
StiTextHorAlignment horAlignment,
java.lang.String text)
Convert text with html tags to Rtf text |
void |
StiPdfExportService.storeHatchData(StiBrush brush)
Store hatch data |
void |
StiPdfExportService.storeShadingData1(StiBrush brush,
int pageNumber)
Store brushes data |
int |
StiPdfExportService.storeShadingData2(double x,
double y,
double width,
double height,
StiBrush brush)
Store shadding data |
Uses of StiBrush in com.stimulsoft.report.export.service.helper |
---|
Fields in com.stimulsoft.report.export.service.helper declared as StiBrush | |
---|---|
StiBrush |
StiMapGroup.Fill
|
Methods in com.stimulsoft.report.export.service.helper that return StiBrush | |
---|---|
StiBrush |
HeatmapWithGroupInfo.getBrush(StiMapData data)
|
StiBrush |
HeatmapInfo.getBrush(StiMapData mapData,
StiBrush defaultBrush)
|
StiBrush |
HeatmapWithGroupInfo.getBrush1(StiMapData data)
|
StiBrush |
StiStyleColorsContainer.GetColor1()
|
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiBrush | |
---|---|
StiBrush |
HeatmapInfo.getBrush(StiMapData mapData,
StiBrush defaultBrush)
|
Constructors in com.stimulsoft.report.export.service.helper with parameters of type StiBrush | |
---|---|
HeatmapWithGroupInfo(StiBrush defaultBrush,
StiBrush defaultBrush1,
StiMap map,
java.util.List<StiMapData> mapData)
|
Uses of StiBrush in com.stimulsoft.report.export.tools |
---|
Methods in com.stimulsoft.report.export.tools with parameters of type StiBrush | |
---|---|
void |
StiBarCodeExportPainter.baseDrawString(java.lang.Object context,
java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
StiBarCodeExportPainter.baseFillEllipse(java.lang.Object context,
StiBrush brush,
double x,
double y,
double width,
double height)
|
void |
StiBarCodeExportPainter.baseFillPolygon(java.lang.Object context,
StiBrush brush,
StiPoint[] points)
|
void |
StiBarCodeExportPainter.baseFillRectangle(java.lang.Object context,
StiBrush brush,
double x,
double y,
double width,
double height)
|
void |
StiBarCodeExportPainter.baseFillRectangle2D(java.lang.Object context,
StiBrush brush,
double x,
double y,
double width,
double height)
|
void |
StiSvgGeomWriter.drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
StiPdfGeomWriter.drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
IStiExportGeomWriter.drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
|
void |
StiSvgGeomWriter.fillEllipse(StiRectangle rect,
StiBrush brush)
|
void |
StiPdfGeomWriter.fillEllipse(StiRectangle rect,
StiBrush brush)
|
void |
IStiExportGeomWriter.fillEllipse(StiRectangle rect,
StiBrush brush)
|
void |
StiSvgGeomWriter.fillPath(StiBrush brush)
|
void |
StiPdfGeomWriter.fillPath(StiBrush brush)
|
void |
IStiExportGeomWriter.fillPath(StiBrush brush)
|
void |
StiSvgGeomWriter.fillPolygon(StiPoint[] points,
StiBrush brush)
|
void |
StiPdfGeomWriter.fillPolygon(StiPoint[] points,
StiBrush brush)
|
void |
IStiExportGeomWriter.fillPolygon(StiPoint[] points,
StiBrush brush)
|
void |
StiSvgGeomWriter.fillRectangle(StiRectangle rect,
StiBrush brush)
|
void |
StiPdfGeomWriter.fillRectangle(StiRectangle rect,
StiBrush brush)
|
void |
IStiExportGeomWriter.fillRectangle(StiRectangle rect,
StiBrush brush)
|
Uses of StiBrush in com.stimulsoft.report.helpers |
---|
Methods in com.stimulsoft.report.helpers that return StiBrush | |
---|---|
static StiBrush |
StiAppExpressionParser.parseBrushExpression(StiComponent component,
java.lang.String propName,
boolean allowDataLoading)
|
Uses of StiBrush in com.stimulsoft.report.infographics.gauge |
---|
Methods in com.stimulsoft.report.infographics.gauge that return StiBrush | |
---|---|
StiBrush |
StiGauge.getBrush()
a brush to fill a component. |
Methods in com.stimulsoft.report.infographics.gauge with parameters of type StiBrush | |
---|---|
void |
StiGauge.setBrush(StiBrush brush)
a brush to fill a component. |
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.indicators |
---|
Methods in com.stimulsoft.report.infographics.gauge.indicators that return StiBrush | |
---|---|
StiBrush |
StiStateIndicatorFilter.getBorderBrush()
the border of the component. |
StiBrush |
StiStateIndicatorFilter.getBrush()
a brush to fill a component. |
StiBrush |
StiRadialIndicatorRangeInfo.getBrush()
a brush to fill a component. |
StiBrush |
StiNeedle.getBrush()
|
StiBrush |
StiLinearIndicatorRangeInfo.getBrush()
a brush to fill a component. |
StiBrush |
StiNeedle.getCapBorderBrush()
the border of the cap. |
StiBrush |
StiNeedle.getCapBrush()
a brush to fill a cap. |
StiBrush |
StiStateIndicator.getTextBrush()
a brush to draw text. |
StiBrush |
StiNeedle.getTextBrush()
a brush to draw text. |
Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiBrush | |
---|---|
void |
StiStateIndicatorFilter.setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
StiStateIndicatorFilter.setBrush(StiBrush brush)
a brush to fill a component. |
void |
StiRadialIndicatorRangeInfo.setBrush(StiBrush brush)
a brush to fill a component. |
void |
StiNeedle.setBrush(StiBrush brush)
|
void |
StiLinearIndicatorRangeInfo.setBrush(StiBrush brush)
a brush to fill a component. |
void |
StiNeedle.setCapBorderBrush(StiBrush capBorderBrush)
the border of the cap. |
void |
StiNeedle.setCapBrush(StiBrush capBrush)
a brush to fill a cap. |
void |
StiStateIndicator.setTextBrush(StiBrush textBrush)
a brush to draw text. |
void |
StiNeedle.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 StiBrush | |
---|---|
StiBrush |
StiIndicatorBase.getBorderBrush()
the border of the component. |
StiBrush |
StiIndicatorBase.getBrush()
|
StiBrush |
StiBarBase.getEmptyBorderBrush()
the border brush for the empty part of the bar indicator. |
StiBrush |
StiBarBase.getEmptyBrush()
Gets or sets the brush for the empty part of the bar indicator. |
StiBrush |
StiMarkerBase.getTextBrush()
a brush to draw text. |
Methods in com.stimulsoft.report.infographics.gauge.primitives.indicators with parameters of type StiBrush | |
---|---|
void |
StiIndicatorBase.setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
StiIndicatorBase.setBrush(StiBrush brush)
|
void |
StiBarBase.setEmptyBorderBrush(StiBrush emptyBorderBrush)
the border brush for the empty part of the bar indicator. |
void |
StiBarBase.setEmptyBrush(StiBrush emptyBrush)
Gets or sets the brush for the empty part of the bar indicator. |
void |
StiMarkerBase.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 StiBrush | |
---|---|
StiBrush |
StiRangeBase.getBorderBrush()
the border of the component. |
StiBrush |
StiRangeBase.getBrush()
a brush to fill a component. |
Methods in com.stimulsoft.report.infographics.gauge.primitives.range with parameters of type StiBrush | |
---|---|
void |
StiRangeBase.setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
StiRangeBase.setBrush(StiBrush brush)
a 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 StiBrush | |
---|---|
StiBrush |
StiScaleBase.getBorderBrush()
the border of the component. |
StiBrush |
StiScaleBase.getBrush()
a brush to fill a component. |
Methods in com.stimulsoft.report.infographics.gauge.primitives.scales with parameters of type StiBrush | |
---|---|
void |
StiScaleBase.setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
StiScaleBase.setBrush(StiBrush brush)
a 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 StiBrush | |
---|---|
StiBrush |
StiTickMarkBase.getBorderBrush()
the border of the component. |
StiBrush |
StiTickMarkBase.getBrush()
a brush to fill a component. |
StiBrush |
StiTickLabelBase.getTextBrush()
a brush to draw text. |
Methods in com.stimulsoft.report.infographics.gauge.primitives.tick with parameters of type StiBrush | |
---|---|
void |
StiTickMarkBase.setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
StiTickMarkBase.setBrush(StiBrush brush)
a brush to fill a component. |
void |
StiTickLabelBase.setTextBrush(StiBrush textBrush)
a brush to draw text. |
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.styles.core |
---|
Uses of StiBrush in com.stimulsoft.report.infographics.gauge.tick.radial.mark |
---|
Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark that return StiBrush | |
---|---|
StiBrush |
StiRadialTickMarkCustomValue.getBorderBrush()
the border of the component. |
StiBrush |
StiRadialTickMarkCustomValue.getBrush()
a brush to fill a component. |
Methods in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiBrush | |
---|---|
void |
StiRadialTickMarkCustomValue.setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
StiRadialTickMarkCustomValue.setBrush(StiBrush brush)
a brush to fill a component. |
Constructors in com.stimulsoft.report.infographics.gauge.tick.radial.mark with parameters of type StiBrush | |
---|---|
StiRadialTickMarkCustomValue(double value,
java.lang.Double offset,
java.lang.Double relativeWidth,
java.lang.Double relativeHeight,
java.lang.Double offsetAngle,
StiPlacement placement,
StiBrush brush,
StiBrush borderBrush,
java.lang.Double borderWidth,
StiGaugeElementSkin skin)
|
Uses of StiBrush in com.stimulsoft.report.maps |
---|
Methods in com.stimulsoft.report.maps that return StiBrush | |
---|---|
StiBrush |
StiMap.getBrush()
a brush to fill a component. |
StiBrush |
StiMap.getStyleBackground()
|
Methods in com.stimulsoft.report.maps with parameters of type StiBrush | |
---|---|
void |
StiMap.setBrush(StiBrush brush)
a brush to fill a component. |
Uses of StiBrush in com.stimulsoft.report.painters |
---|
Methods in com.stimulsoft.report.painters that return StiBrush | |
---|---|
StiBrush |
StiGdiMapContextPainter.getGeomBrush(StiMapData data)
|
StiBrush |
StiGdiMapContextPainter.GetGeomBrush1(StiMapData data)
|
Methods in com.stimulsoft.report.painters with parameters of type StiBrush | |
---|---|
void |
StiGaugeContextPainter.addEllipseGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
void |
StiGaugeContextPainter.addGraphicsArcGeometryGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth)
|
void |
StiGaugeContextPainter.addPieGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
double startAngle,
double sweepAngle)
|
void |
StiGaugeContextPainter.addRadialRangeGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
void |
StiGaugeContextPainter.addRectangleGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
|
void |
StiGaugeContextPainter.addRoundedRectangleGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom)
|
void |
StiGaugeContextPainter.addTextGaugeGeom(java.lang.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 StiBrush | |
---|---|
void |
StiBarCodePainter.baseDrawString(StiGraphics g,
java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
java.lang.Double zoom)
Draw string |
void |
StiBarCodePainter.baseDrawString(StiGraphics g,
java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
java.lang.Double zoom)
Draw string |
void |
StiBarCodePainter.baseFillEllipse(StiGraphics g,
StiBrush brush,
double x,
double y,
double width,
double height,
double zoom,
double pageZoom)
|
void |
StiBarCodePainter.baseFillPolygon(StiGraphics g,
StiBrush brush,
StiPoint[] points,
double zoom,
double pageZoom)
|
void |
StiBarCodePainter.baseFillRectangle(StiGraphics g,
StiBrush brush,
java.lang.Double x,
java.lang.Double y,
java.lang.Double width,
java.lang.Double height,
java.lang.Double zoom,
java.lang.Double pageZoom)
Fill rectangle |
void |
StiBarCodePainter.baseFillRectangle2D(StiGraphics g,
StiBrush brush,
java.lang.Double x,
java.lang.Double y,
java.lang.Double width,
java.lang.Double height,
java.lang.Double zoom,
java.lang.Double pageZoom)
Fill rectangle |
void |
StiComponentPainter.drawSelectedRectangle(StiGraphics g,
java.lang.Double size,
StiBrush brush,
StiRectangle rect)
Draws a selected rectangle specified by a Rectangle structure. |
Uses of StiBrush in com.stimulsoft.report.painters.context.gauge |
---|
Methods in com.stimulsoft.report.painters.context.gauge that return StiBrush | |
---|---|
StiBrush |
IStiGaugeMarker.getTextBrush()
|
Methods in com.stimulsoft.report.painters.context.gauge with parameters of type StiBrush | |
---|---|
void |
IStiGaugeMarker.setTextBrush(StiBrush value)
|
Uses of StiBrush in com.stimulsoft.report.painters.context.gauge.geoms |
---|
Fields in com.stimulsoft.report.painters.context.gauge.geoms declared as StiBrush | |
---|---|
StiBrush |
StiRadialRangeGaugeGeom.background
|
StiBrush |
StiPieGaugeGeom.background
|
StiBrush |
StiGraphicsArcGeometryGaugeGeom.background
|
StiBrush |
StiRoundedRectangleGaugeGeom.Background
|
StiBrush |
StiRectangleGaugeGeom.Background
|
StiBrush |
StiGraphicsPathGaugeGeom.Background
|
StiBrush |
StiEllipseGaugeGeom.Background
|
StiBrush |
StiRadialRangeGaugeGeom.borderBrush
|
StiBrush |
StiPieGaugeGeom.borderBrush
|
StiBrush |
StiGraphicsArcGeometryGaugeGeom.borderBrush
|
StiBrush |
StiRoundedRectangleGaugeGeom.BorderBrush
|
StiBrush |
StiRectangleGaugeGeom.BorderBrush
|
StiBrush |
StiGraphicsPathGaugeGeom.BorderBrush
|
StiBrush |
StiEllipseGaugeGeom.BorderBrush
|
StiBrush |
StiTextGaugeGeom.Foreground
|
Constructors in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiBrush | |
---|---|
StiEllipseGaugeGeom(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(java.lang.String text,
StiFont font,
StiBrush foreground,
StiRectangle rect,
StringFormat sf)
|
Uses of StiBrush in com.stimulsoft.report.styles |
---|
Methods in com.stimulsoft.report.styles with parameters of type StiBrush | |
---|---|
void |
StiStyle.setBrush(StiBrush value)
|
void |
StiGaugeStyle.setBrush(StiBrush brush)
|
void |
StiChartStyle.setBrush(StiBrush brush)
|
void |
StiChartStyle.setChartAreaBrush(StiBrush chartAreaBrush)
|
void |
StiChartStyle.setInterlacingHorBrush(StiBrush interlacingHorBrush)
|
void |
StiChartStyle.setInterlacingVertBrush(StiBrush interlacingVertBrush)
|
void |
StiChartStyle.setLegendBrush(StiBrush legendBrush)
|
void |
StiGaugeStyle.setLinearBarBorderBrush(StiBrush linearBarBorderBrush)
|
void |
StiGaugeStyle.setLinearBarBrush(StiBrush linearBarBrush)
|
void |
StiGaugeStyle.setLinearBarEmptyBorderBrush(StiBrush linearBarEmptyBorderBrush)
|
void |
StiGaugeStyle.setLinearBarEmptyBrush(StiBrush linearBarEmptyBrush)
|
void |
StiGaugeStyle.setMarkerBrush(StiBrush markerBrush)
|
void |
StiGaugeStyle.setNeedleBorderBrush(StiBrush needleBorderBrush)
|
void |
StiGaugeStyle.setNeedleBrush(StiBrush needleBrush)
|
void |
StiGaugeStyle.setNeedleCapBorderBrush(StiBrush needleCapBorderBrush)
|
void |
StiGaugeStyle.setNeedleCapBrush(StiBrush needleCapBrush)
|
void |
StiGaugeStyle.setRadialBarBorderBrush(StiBrush radialBarBorderBrush)
|
void |
StiGaugeStyle.setRadialBarBrush(StiBrush radialBarBrush)
|
void |
StiGaugeStyle.setRadialBarEmptyBorderBrush(StiBrush radialBarEmptyBorderBrush)
|
void |
StiGaugeStyle.setRadialBarEmptyBrush(StiBrush radialBarEmptyBrush)
|
void |
StiChartStyle.setSeriesLabelsBrush(StiBrush seriesLabelsBrush)
|
void |
StiStyle.setTextBrush(StiBrush value)
|
void |
StiGaugeStyle.setTickLabelMajorTextBrush(StiBrush tickLabelMajorTextBrush)
|
void |
StiGaugeStyle.setTickLabelMinorTextBrush(StiBrush tickLabelMinorTextBrush)
|
void |
StiGaugeStyle.setTickMarkMajorBorder(StiBrush tickMarkMajorBorder)
|
void |
StiGaugeStyle.setTickMarkMajorBrush(StiBrush tickMarkMajorBrush)
|
void |
StiGaugeStyle.setTickMarkMinorBorder(StiBrush tickMarkMinorBorder)
|
void |
StiGaugeStyle.setTickMarkMinorBrush(StiBrush tickMarkMinorBrush)
|
Uses of StiBrush in com.stimulsoft.webdesigner.helper |
---|
Methods in com.stimulsoft.webdesigner.helper that return StiBrush | |
---|---|
static StiBrush |
StiReportEdit.strToBrush(java.lang.String value)
|
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiBrush | |
---|---|
static java.lang.String |
StiReportEdit.brushToStr(StiBrush brush)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |