|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiColor in com.stimulsoft.base |
---|
Methods in com.stimulsoft.base that return StiColor | |
---|---|
static StiColor |
StiJsonReportObjectHelper.Deserialize.Color(java.lang.String value)
|
static StiColor[] |
StiJsonReportObjectHelper.Deserialize.ColorArray(JSONObject jObject)
|
Methods in com.stimulsoft.base with parameters of type StiColor | |
---|---|
static JSONObject |
StiJsonReportObjectHelper.Serialize.colorArray(StiColor[] array)
|
static java.lang.String |
StiJsonReportObjectHelper.Serialize.jColor(StiColor color)
|
static java.lang.String |
StiJsonReportObjectHelper.Serialize.jColor(StiColor color,
StiColor defColor)
|
static java.lang.String |
StiJsonReportObjectHelper.Serialize.JColor(StiColor color,
StiColorEnum defColor)
|
Uses of StiColor in com.stimulsoft.base.drawing |
---|
Fields in com.stimulsoft.base.drawing declared as StiColor | |
---|---|
StiColor |
StiHtmlTagsState.backColor
|
static StiColor |
StiColor.Black
|
static StiColor |
StiColor.Blue
|
static StiColor |
StiColor.DarkGray
|
static StiColor |
StiColor.Empty
|
static StiColor |
StiColor.Firebrick
|
StiColor |
StiHtmlTagsState.fontColor
|
static StiColor |
StiColor.Gainsboro
|
static StiColor |
StiColor.Gray
|
static StiColor |
StiColor.Red
|
static StiColor |
StiColor.Silver
|
StiColor |
StiGlyph.stiColor
|
static StiColor |
StiColor.Transparent
|
static StiColor |
StiColor.White
|
Methods in com.stimulsoft.base.drawing that return StiColor | |
---|---|
static StiColor |
StiColor.by(StiColorEnum color)
|
static StiColor |
StiColorUtils.changeLightness(StiColor color,
byte correctionFactor)
|
static StiColor |
StiColorUtils.changeLightness(StiColor color,
float correctionFactor)
|
StiColor |
StiColor.clone()
|
StiColor |
StiColorEnum.color()
|
static StiColor |
StiColor.ConvertStringToColor(java.lang.String string)
|
static StiColor |
StiColor.create(StiColorEnum color)
|
StiColor |
StiColor.dark(int value)
|
static StiColor |
StiColorUtils.dark(StiColorEnum color,
int i)
|
static StiColor |
StiColor.Dark(StiColorEnum color,
int i)
|
static StiColor |
StiColorUtils.dark(StiColor baseColor,
int value)
|
static StiColor |
StiColor.deserializeString(java.lang.String value)
|
static StiColor[] |
StiColor.deserializeStringArray(java.lang.String value)
|
static StiColor |
StiColor.fromAColor(int alpha,
StiColor color)
|
static StiColor |
StiColor.FromArgb(int intColor)
|
static StiColor |
StiColor.fromArgb(int r,
int g,
int b)
|
static StiColor |
StiColor.fromArgb(int a,
int r,
int g,
int b)
|
static StiColor |
StiColor.fromArgb(int alpha,
StiColor color)
|
static StiColor |
StiColor.FromArgb(int alpha,
StiColor color)
|
static StiColor |
StiColor.fromHtml(java.lang.String colorStr)
|
static StiColor |
StiColor.get(java.lang.String color)
|
StiColor |
StiHtmlTagsState.getBackColor()
|
StiColor |
StiHatchBrush.getBackColor()
Gets the color of spaces between the hatch lines drawn by this StiHatchBrush object. |
StiColor |
StiGlassBrush.getBottomColor()
|
StiColor |
StiGlassBrush.getBottomColorLight()
|
StiColor |
StiSolidBrush.getColor()
Gets or sets the color of this StiSolidBrush object. |
StiColor |
StiPen.getColor()
|
StiColor |
StiGlassBrush.getColor()
Gets or sets the color of this StiGlassBrush object. |
StiColor |
StiCap.getColor()
Gets or sets cap color. |
StiColor |
StiBorderSide.getColor()
Gets or sets a border color. |
StiColor |
StiBorder.getColor()
Gets or sets a border color. |
StiColor |
StiAdvancedBorder.getColor()
Gets or sets a border color. |
StiColor |
StiGradientBrush.getEndColor()
Gets or sets the ending color for the gradient. |
StiColor |
StiGlareBrush.getEndColor()
Gets or sets the ending color for the gradient. |
StiColor |
StiHtmlTagsState.getFontColor()
|
StiColor |
StiHatchBrush.getForeColor()
Gets the color of hatch lines drawn by this StiHatchBrush object. |
StiColor |
StiGradientBrush.getStartColor()
Gets or sets the starting color for the gradient. |
StiColor |
StiGlareBrush.getStartColor()
Gets or sets the starting color for the gradient. |
StiColor |
StiGlassBrush.getTopColor()
|
StiColor |
StiGlassBrush.getTopColorLight()
|
StiColor |
StiColor.light(int value)
|
static StiColor |
StiColor.Light(StiColorEnum color,
int i)
|
static StiColor |
StiColorUtils.light(StiColor baseColor,
int value)
|
static StiColor |
StiColorUtils.mixingColors(StiColor color1,
StiColor color2,
int alpha)
|
static StiColor |
StiColor.parseIntARGB(int color)
|
static StiColor |
StiColor.parseIntRGB(int color)
|
static StiColor |
StiBrush.ToColor(StiBrush brush)
Transform a brush into a color. |
Methods in com.stimulsoft.base.drawing with parameters of type StiColor | |
---|---|
static StiColor |
StiColorUtils.changeLightness(StiColor color,
byte correctionFactor)
|
static StiColor |
StiColorUtils.changeLightness(StiColor color,
float correctionFactor)
|
static java.lang.Object |
StiColor.ConvertColorToString(StiColor color)
|
static StiColor |
StiColorUtils.dark(StiColor baseColor,
int value)
|
void |
StiBorder.draw(StiGraphics g,
StiRectangle rect,
double zoom,
StiColor emptyColor,
StiHighlightState highlightState,
java.lang.Boolean isPrinting,
java.lang.Boolean isThumbPaint,
double pageZoom)
Draws this border on the indicated Graphics. |
void |
StiGraphics.drawHTMLText(java.lang.String text,
StiRectangle rect,
StiFont font,
StiColor color,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
java.lang.Boolean wordWrap,
StiPenStyle linesOfUnderline,
StiBorder border,
StiTextOptions textOptions,
double lineSpacing,
java.lang.Double zoom)
Draw HTML text |
boolean |
StiColor.equals(StiColor color)
|
static StiColor |
StiColor.fromAColor(int alpha,
StiColor color)
|
static StiColor |
StiColor.fromArgb(int alpha,
StiColor color)
|
static StiColor |
StiColor.FromArgb(int alpha,
StiColor color)
|
static boolean |
StiBorder.isDefault(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
boolean topmost)
|
static StiColor |
StiColorUtils.light(StiColor baseColor,
int value)
|
static StiColor |
StiColorUtils.mixingColors(StiColor color1,
StiColor color2,
int alpha)
|
static java.lang.String |
StiColor.serializeStringArray(StiColor[] colors)
|
void |
StiHtmlTagsState.setBackColor(StiColor backColor)
|
void |
StiHatchBrush.setBackColor(StiColor value)
|
void |
StiSolidBrush.setColor(StiColor value)
|
void |
StiPen.setColor(StiColor color)
|
void |
StiGlassBrush.setColor(StiColor value)
|
void |
StiCap.setColor(StiColor value)
|
void |
StiBorderSide.setColor(StiColor value)
|
void |
StiBorder.setColor(StiColor value)
|
void |
StiAdvancedBorder.setColor(StiColor value)
|
void |
StiGradientBrush.setEndColor(StiColor value)
|
void |
StiGlareBrush.setEndColor(StiColor value)
|
void |
StiHtmlTagsState.setFontColor(StiColor fontColor)
|
void |
StiHatchBrush.setForeColor(StiColor value)
|
void |
StiGradientBrush.setStartColor(StiColor value)
|
void |
StiGlareBrush.setStartColor(StiColor value)
|
Constructors in com.stimulsoft.base.drawing with parameters of type StiColor | |
---|---|
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)
Creates a new instance of the StiBorder class. |
|
StiBorder(StiBorderSides side,
StiColor color,
double size,
StiPenStyle style,
java.lang.Boolean topmost)
Creates a new instance of the StiBorder 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)
|
|
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)
|
|
StiBorderSide(StiColor color,
double size,
StiPenStyle style)
Creates a new instance of the StiBorderSide class. |
|
StiCap(int width,
StiCapStyle style,
int height,
boolean fill,
StiColor color)
|
|
StiGlareBrush(StiColor startColor,
StiColor endColor,
double angle)
Creates a new instance of the StiGlareBrush class. |
|
StiGlareBrush(StiColor startColor,
StiColor endColor,
double angle,
float focus,
float scale)
Creates a new instance of the StiGlareBrush class. |
|
StiGlassBrush(StiColor color,
boolean drawHatch,
float blend)
Creates a new instance of the StiGlassBrush class. |
|
StiGradientBrush(StiColor startColor,
StiColor endColor,
double angle)
Creates a new instance of the StiGradientBrush class. |
|
StiHatchBrush(StiHatchStyle style,
StiColor foreColor,
StiColor backColor)
Creates a new instance of the StiHatchBrush class. |
|
StiHtmlTagsState(boolean bold,
boolean italic,
boolean underline,
boolean strikeout,
float fontSize,
java.lang.String fontName,
StiColor fontColor,
StiColor backColor,
boolean superscript,
boolean subscript,
double letterSpacing,
double wordSpacing,
double lineHeight,
StiTextHorAlignment textAlign)
|
|
StiPen(double width,
StiColor color)
Constructor |
|
StiPen(double width,
StiColor color,
StiPenStyle dashStyle)
Constructor |
|
StiPen(StiColor color,
double width)
|
|
StiSolidBrush(StiColor color)
Creates a new instance of the StiSolidBrush class. |
Uses of StiColor in com.stimulsoft.base.helper |
---|
Methods in com.stimulsoft.base.helper that return StiColor | |
---|---|
static StiColor |
StiSvgHelper.getColor(java.lang.String colorName)
|
Uses of StiColor in com.stimulsoft.report.barCodes |
---|
Methods in com.stimulsoft.report.barCodes that return StiColor | |
---|---|
StiColor |
StiBarCode.getBackColor()
Gets or sets background color of bar code. |
StiColor |
StiBarCode.getForeColor()
Gets or sets bar code color. |
Methods in com.stimulsoft.report.barCodes with parameters of type StiColor | |
---|---|
void |
StiBarCode.setBackColor(StiColor value)
|
void |
StiBarCode.setForeColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series |
---|
Methods in com.stimulsoft.report.chart.core.series with parameters of type StiColor | |
---|---|
void |
StiSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.bubble |
---|
Methods in com.stimulsoft.report.chart.core.series.bubble with parameters of type StiColor | |
---|---|
void |
StiBubbleSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.candlestick |
---|
Methods in com.stimulsoft.report.chart.core.series.candlestick with parameters of type StiColor | |
---|---|
void |
StiCandlestickSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.clusteredBar |
---|
Methods in com.stimulsoft.report.chart.core.series.clusteredBar with parameters of type StiColor | |
---|---|
void |
StiClusteredBarSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.core.series.clusteredColumn with parameters of type StiColor | |
---|---|
void |
StiSteppedAreaSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiSplineAreaSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiClusteredColumnSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiBaseLineSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiAreaSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.funnel |
---|
Methods in com.stimulsoft.report.chart.core.series.funnel with parameters of type StiColor | |
---|---|
void |
StiFunnelSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.pie |
---|
Methods in com.stimulsoft.report.chart.core.series.pie with parameters of type StiColor | |
---|---|
void |
StiPieSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.radar |
---|
Methods in com.stimulsoft.report.chart.core.series.radar with parameters of type StiColor | |
---|---|
void |
StiRadarSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiRadarLineSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiRadarAreaSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.range |
---|
Methods in com.stimulsoft.report.chart.core.series.range with parameters of type StiColor | |
---|---|
void |
StiSteppedRangeSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiSplineRangeSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiRangeSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.stackedBar |
---|
Methods in com.stimulsoft.report.chart.core.series.stackedBar with parameters of type StiColor | |
---|---|
void |
StiStackedBarSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.core.series.stackedColumn with parameters of type StiColor | |
---|---|
void |
StiStackedSplineAreaSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiStackedColumnSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiStackedBaseLineSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
void |
StiStackedAreaSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.series.stock |
---|
Methods in com.stimulsoft.report.chart.core.series.stock with parameters of type StiColor | |
---|---|
void |
StiStockSeriesCoreXF.ApplyStyle(IStiChartStyle style,
StiColor color)
|
Uses of StiColor in com.stimulsoft.report.chart.core.seriesLabels |
---|
Methods in com.stimulsoft.report.chart.core.seriesLabels that return StiColor | |
---|---|
StiColor |
StiSeriesLabelsCoreXF.GetSeriesLabelColor(IStiSeries series,
int colorIndex,
int colorCount)
|
Uses of StiColor in com.stimulsoft.report.chart.core.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.core.seriesLabels.pie that return StiColor | |
---|---|
StiColor |
StiOutsidePieLabelsCoreXF.GetLineColor(IStiSeries series,
int colorIndex,
int colorCount)
|
Uses of StiColor in com.stimulsoft.report.chart.core.styles |
---|
Uses of StiColor in com.stimulsoft.report.chart.geoms.radarAxis |
---|
Methods in com.stimulsoft.report.chart.geoms.radarAxis that return StiColor | |
---|---|
StiColor |
StiXRadarAxisLabelGeom.getBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.radarAxis with parameters of type StiColor | |
---|---|
StiXRadarAxisLabelGeom(IStiXRadarAxis axis,
java.lang.String text,
StiBrush labelBrush,
StiColor borderColor,
float angle,
StiRectangle clientRectangle,
StiRectangle labelRect,
StiPoint point)
|
Uses of StiColor in com.stimulsoft.report.chart.geoms.series |
---|
Methods in com.stimulsoft.report.chart.geoms.series that return StiColor | |
---|---|
static StiColor |
StiMouseOverHelper.GetLineMouseOverColor()
|
static StiColor |
StiMouseOverHelper.GetMouseOverColor()
|
Uses of StiColor in com.stimulsoft.report.chart.geoms.series.bubble |
---|
Methods in com.stimulsoft.report.chart.geoms.series.bubble that return StiColor | |
---|---|
StiColor |
StiBubbleSeriesElementGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.bubble with parameters of type StiColor | |
---|---|
StiBubbleSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiColor in com.stimulsoft.report.chart.geoms.series.clusteredBar |
---|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredBar that return StiColor | |
---|---|
StiColor |
StiClusteredBarSeriesElementGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredBar with parameters of type StiColor | |
---|---|
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 StiColor in com.stimulsoft.report.chart.geoms.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.clusteredColumn that return StiColor | |
---|---|
StiColor |
StiClusteredColumnSeriesElementGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type StiColor | |
---|---|
StiClusteredColumnSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
StiAnimation animation)
|
Uses of StiColor in com.stimulsoft.report.chart.geoms.series.doughnut |
---|
Methods in com.stimulsoft.report.chart.geoms.series.doughnut that return StiColor | |
---|---|
StiColor |
StiDoughnutSeriesElementGeom.getBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.doughnut with parameters of type StiColor | |
---|---|
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 StiColor in com.stimulsoft.report.chart.geoms.series.financial |
---|
Methods in com.stimulsoft.report.chart.geoms.series.financial that return StiColor | |
---|---|
StiColor |
StiCandlestickSeriesElementGeom.getBorderColor()
|
StiColor |
StiStockSeriesElementGeom.getColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.financial with parameters of type StiColor | |
---|---|
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)
|
|
StiStockSeriesElementGeom(StiAreaGeom areaGeom,
IStiSeries series,
StiRectangle clientRectangle,
double open,
double close,
double high,
double low,
double positionX,
int index,
StiColor color,
java.lang.Integer beginTime)
|
Uses of StiColor in com.stimulsoft.report.chart.geoms.series.funnel |
---|
Methods in com.stimulsoft.report.chart.geoms.series.funnel that return StiColor | |
---|---|
StiColor |
StiFunnelSeriesElementGeom.getBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.funnel with parameters of type StiColor | |
---|---|
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 StiColor in com.stimulsoft.report.chart.geoms.series.pie |
---|
Methods in com.stimulsoft.report.chart.geoms.series.pie that return StiColor | |
---|---|
StiColor |
StiPieSeriesFullElementGeom.getBorderColor()
|
StiColor |
StiPieSeriesElementGeom.getBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiColor | |
---|---|
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 StiColor in com.stimulsoft.report.chart.geoms.series.stackedBar |
---|
Methods in com.stimulsoft.report.chart.geoms.series.stackedBar that return StiColor | |
---|---|
StiColor |
StiStackedBarSeriesElementGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.stackedBar with parameters of type StiColor | |
---|---|
StiStackedBarSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiColor in com.stimulsoft.report.chart.geoms.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.geoms.series.stackedColumn that return StiColor | |
---|---|
StiColor |
StiStackedColumnSeriesElementGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.series.stackedColumn with parameters of type StiColor | |
---|---|
StiStackedColumnSeriesElementGeom(StiAreaGeom areaGeom,
double value,
int index,
StiBrush seriesBrush,
StiColor seriesBorderColor,
IStiSeries series,
StiRectangle clientRectangle,
java.lang.Integer beginTime)
|
Uses of StiColor in com.stimulsoft.report.chart.geoms.seriesLabels.axis |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.axis that return StiColor | |
---|---|
StiColor |
StiOutsideAxisLabelsGeom.getLabelBorderColor()
|
StiColor |
StiCenterAxisLabelsGeom.getLabelBorderColor()
|
StiColor |
StiOutsideAxisLabelsGeom.getLabelColor()
|
StiColor |
StiCenterAxisLabelsGeom.getLabelColor()
|
StiColor |
StiOutsideAxisLabelsGeom.getSeriesBorderColor()
|
StiColor |
StiCenterAxisLabelsGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiColor | |
---|---|
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 StiColor in com.stimulsoft.report.chart.geoms.seriesLabels.funnel |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.funnel that return StiColor | |
---|---|
StiColor |
StiCenterFunnelLabelsGeom.getBorderColor()
|
StiColor |
StiCenterFunnelLabelsGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.funnel with parameters of type StiColor | |
---|---|
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 StiColor in com.stimulsoft.report.chart.geoms.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiColor | |
---|---|
StiColor |
StiTwoColumnsPieLabelsGeom.getBorderColor()
|
StiColor |
StiCenterPieLabelsGeom.getBorderColor()
|
StiColor |
StiTwoColumnsPieLabelsGeom.getLineColor()
|
StiColor |
StiOutsidePieLabelsGeom.getLineColor()
|
StiColor |
StiTwoColumnsPieLabelsGeom.getSeriesBorderColor()
|
StiColor |
StiCenterPieLabelsGeom.getSeriesBorderColor()
|
Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiColor | |
---|---|
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 StiColor in com.stimulsoft.report.chart.interfaces |
---|
Methods in com.stimulsoft.report.chart.interfaces with parameters of type StiColor | |
---|---|
void |
IStiApplyStyleSeries.ApplyStyle(IStiChartStyle style,
StiColor color)
Apply style to component which release this interface. |
Uses of StiColor in com.stimulsoft.report.chart.interfaces.areas |
---|
Methods in com.stimulsoft.report.chart.interfaces.areas that return StiColor | |
---|---|
StiColor |
IStiArea.getBorderColor()
|
Methods in com.stimulsoft.report.chart.interfaces.areas with parameters of type StiColor | |
---|---|
void |
IStiArea.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.axis |
---|
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiColor | |
---|---|
StiColor |
IStiAxisTitle.getColor()
|
StiColor |
IStiAxisLabels.getColor()
|
StiColor |
IStiAxis.getLineColor()
|
Methods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiColor | |
---|---|
void |
IStiAxisTitle.setColor(StiColor value)
|
void |
IStiAxisLabels.setColor(StiColor value)
|
void |
IStiAxis.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.conditions |
---|
Methods in com.stimulsoft.report.chart.interfaces.conditions that return StiColor | |
---|---|
StiColor |
IStiChartCondition.getColor()
|
Methods in com.stimulsoft.report.chart.interfaces.conditions with parameters of type StiColor | |
---|---|
void |
IStiChartCondition.setColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.constantLines |
---|
Methods in com.stimulsoft.report.chart.interfaces.constantLines that return StiColor | |
---|---|
StiColor |
IStiConstantLines.getLineColor()
|
Methods in com.stimulsoft.report.chart.interfaces.constantLines with parameters of type StiColor | |
---|---|
void |
IStiConstantLines.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.gridLines.axis |
---|
Methods in com.stimulsoft.report.chart.interfaces.gridLines.axis that return StiColor | |
---|---|
StiColor |
IStiGridLines.getColor()
|
StiColor |
IStiGridLines.getMinorColor()
|
Methods in com.stimulsoft.report.chart.interfaces.gridLines.axis with parameters of type StiColor | |
---|---|
void |
IStiGridLines.setColor(StiColor value)
|
void |
IStiGridLines.setMinorColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.gridLines.radar |
---|
Methods in com.stimulsoft.report.chart.interfaces.gridLines.radar that return StiColor | |
---|---|
StiColor |
IStiRadarGridLines.getColor()
|
Methods in com.stimulsoft.report.chart.interfaces.gridLines.radar with parameters of type StiColor | |
---|---|
void |
IStiRadarGridLines.setColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.legend |
---|
Methods in com.stimulsoft.report.chart.interfaces.legend that return StiColor | |
---|---|
StiColor |
IStiLegend.getBorderColor()
|
StiColor |
IStiLegend.getLabelsColor()
|
StiColor |
IStiLegend.getTitleColor()
|
Methods in com.stimulsoft.report.chart.interfaces.legend with parameters of type StiColor | |
---|---|
void |
IStiLegend.setBorderColor(StiColor value)
|
void |
IStiLegend.setLabelsColor(StiColor value)
|
void |
IStiLegend.setTitleColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.marker |
---|
Methods in com.stimulsoft.report.chart.interfaces.marker that return StiColor | |
---|---|
StiColor |
IStiMarker.getBorderColor()
|
Methods in com.stimulsoft.report.chart.interfaces.marker with parameters of type StiColor | |
---|---|
void |
IStiMarker.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.radarAxis |
---|
Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return StiColor | |
---|---|
StiColor |
IStiRadarAxisLabels.getBorderColor()
|
StiColor |
IStiRadarAxisLabels.getColor()
|
StiColor |
IStiYRadarAxis.getLineColor()
|
Methods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type StiColor | |
---|---|
void |
IStiRadarAxisLabels.setBorderColor(StiColor value)
|
void |
IStiRadarAxisLabels.setColor(StiColor value)
|
void |
IStiYRadarAxis.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.bubble |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.bubble that return StiColor | |
---|---|
StiColor |
IStiBubbleSeries.getBorderColor()
|
Methods in com.stimulsoft.report.chart.interfaces.series.bubble with parameters of type StiColor | |
---|---|
void |
IStiBubbleSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.candlestick |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.candlestick that return StiColor | |
---|---|
StiColor |
IStiCandlestickSeries.getBorderColor()
|
StiColor |
IStiCandlestickSeries.getBorderColorNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.candlestick with parameters of type StiColor | |
---|---|
void |
IStiCandlestickSeries.setBorderColor(StiColor value)
|
void |
IStiCandlestickSeries.setBorderColorNegative(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn that return StiColor | |
---|---|
StiColor |
IStiClusteredColumnSeries.getBorderColor()
|
StiColor |
IStiBaseLineSeries.getLineColor()
|
StiColor |
IStiBaseLineSeries.getLineColorNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn with parameters of type StiColor | |
---|---|
void |
IStiClusteredColumnSeries.setBorderColor(StiColor value)
|
void |
IStiBaseLineSeries.setLineColor(StiColor value)
|
void |
IStiBaseLineSeries.setLineColorNegative(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.funnel |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.funnel that return StiColor | |
---|---|
StiColor |
IStiFunnelSeries.getBorderColor()
|
Methods in com.stimulsoft.report.chart.interfaces.series.funnel with parameters of type StiColor | |
---|---|
void |
IStiFunnelSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.pie |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.pie that return StiColor | |
---|---|
StiColor |
IStiPieSeries.getBorderColor()
|
Methods in com.stimulsoft.report.chart.interfaces.series.pie with parameters of type StiColor | |
---|---|
void |
IStiPieSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.radar |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.radar that return StiColor | |
---|---|
StiColor |
IStiRadarLineSeries.getLineColor()
|
StiColor |
IStiRadarAreaSeries.getLineColor()
|
Methods in com.stimulsoft.report.chart.interfaces.series.radar with parameters of type StiColor | |
---|---|
void |
IStiRadarLineSeries.setLineColor(StiColor value)
|
void |
IStiRadarAreaSeries.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.stackedBar |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.stackedBar that return StiColor | |
---|---|
StiColor |
IStiStackedBarSeries.getBorderColor()
|
Methods in com.stimulsoft.report.chart.interfaces.series.stackedBar with parameters of type StiColor | |
---|---|
void |
IStiStackedBarSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn that return StiColor | |
---|---|
StiColor |
IStiStackedColumnSeries.getBorderColor()
|
StiColor |
IStiStackedBaseLineSeries.getLineColor()
|
StiColor |
IStiStackedSplineSeries.getLineColorNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn with parameters of type StiColor | |
---|---|
void |
IStiStackedColumnSeries.setBorderColor(StiColor value)
|
void |
IStiStackedBaseLineSeries.setLineColor(StiColor value)
|
void |
IStiStackedSplineSeries.setLineColorNegative(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.series.stock |
---|
Methods in com.stimulsoft.report.chart.interfaces.series.stock that return StiColor | |
---|---|
StiColor |
IStiStockSeries.getLineColor()
|
StiColor |
IStiStockSeries.getLineColorNegative()
|
Methods in com.stimulsoft.report.chart.interfaces.series.stock with parameters of type StiColor | |
---|---|
void |
IStiStockSeries.setLineColor(StiColor value)
|
void |
IStiStockSeries.setLineColorNegative(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.seriesLabels |
---|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels that return StiColor | |
---|---|
StiColor |
IStiSeriesLabels.getBorderColor()
|
StiColor |
IStiSeriesLabels.getLabelColor()
|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels with parameters of type StiColor | |
---|---|
void |
IStiSeriesLabels.setBorderColor(StiColor value)
|
void |
IStiSeriesLabels.setLabelColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels.pie that return StiColor | |
---|---|
StiColor |
IStiOutsidePieLabels.getLineColor()
|
Methods in com.stimulsoft.report.chart.interfaces.seriesLabels.pie with parameters of type StiColor | |
---|---|
void |
IStiOutsidePieLabels.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.strips |
---|
Methods in com.stimulsoft.report.chart.interfaces.strips that return StiColor | |
---|---|
StiColor |
IStiStrips.getTitleColor()
|
Methods in com.stimulsoft.report.chart.interfaces.strips with parameters of type StiColor | |
---|---|
void |
IStiStrips.setTitleColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.table |
---|
Methods in com.stimulsoft.report.chart.interfaces.table that return StiColor | |
---|---|
StiColor |
IStiChartTable.getGridLineColor()
|
StiColor |
IStiChartTable.getTextColor()
|
Methods in com.stimulsoft.report.chart.interfaces.table with parameters of type StiColor | |
---|---|
void |
IStiChartTable.setGridLineColor(StiColor gridLineColor)
|
void |
IStiChartTable.setTextColor(StiColor textColor)
|
Uses of StiColor in com.stimulsoft.report.chart.interfaces.trendLines |
---|
Methods in com.stimulsoft.report.chart.interfaces.trendLines that return StiColor | |
---|---|
StiColor |
IStiTrendLine.getLineColor()
|
Methods in com.stimulsoft.report.chart.interfaces.trendLines with parameters of type StiColor | |
---|---|
void |
IStiTrendLine.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.areas |
---|
Methods in com.stimulsoft.report.chart.view.areas that return StiColor | |
---|---|
StiColor |
StiArea.getBorderColor()
Gets or sets border color of this area. |
Methods in com.stimulsoft.report.chart.view.areas with parameters of type StiColor | |
---|---|
void |
StiArea.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.axis |
---|
Methods in com.stimulsoft.report.chart.view.axis that return StiColor | |
---|---|
StiColor |
StiAxisTitle.getColor()
Gets or sets color which will be used for title drawing. |
StiColor |
StiAxisLabels.getColor()
Gets or sets color of labels drawing. |
StiColor |
StiAxis.getLineColor()
Gets or sets line color which used to draw axis. |
Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiColor | |
---|---|
void |
StiAxisTitle.setColor(StiColor value)
|
void |
StiAxisLabels.setColor(StiColor value)
|
void |
StiAxis.setLineColor(StiColor value)
|
Constructors in com.stimulsoft.report.chart.view.axis with parameters of type StiColor | |
---|---|
StiAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle)
|
|
StiAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle,
boolean logarithmicScale)
|
|
StiAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle)
|
|
StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle)
|
|
StiAxisLabels(java.lang.String format,
java.lang.String textBefore,
java.lang.String textAfter,
float angle,
StiFont font,
boolean antialiasing,
StiLabelsPlacement placement,
StiColor color,
float width,
StiMarkerAlignment textAlignment,
float step,
boolean allowApplyStyle,
boolean wordWrap)
|
|
StiAxisTitle(StiFont font,
java.lang.String text,
StiColor color,
boolean antialiasing,
StiStringAlignment alignment,
StiDirection direction,
boolean allowApplyStyle)
|
|
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle)
|
|
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle,
IStiAxisDateTimeStep dateTimeStep)
|
|
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle,
IStiAxisDateTimeStep dateTimeStep,
boolean logarithmicScale)
|
|
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean allowApplyStyle)
|
|
StiXAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle)
|
|
StiXBottomAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle)
|
|
StiXBottomAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle,
IStiAxisDateTimeStep dateTimeStep)
|
|
StiXBottomAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle,
IStiAxisDateTimeStep dateTimeStep,
boolean logarithmicScale)
|
|
StiXBottomAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean allowApplyStyle)
|
|
StiXBottomAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowXAxis showXAxis,
boolean showEdgeValues,
boolean allowApplyStyle)
|
|
StiXTopAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean showEdgeValues,
boolean allowApplyStyle)
|
|
StiXTopAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean showEdgeValues,
boolean allowApplyStyle,
boolean logarithmicScale)
|
|
StiXTopAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle)
|
|
StiXTopAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean showEdgeValues,
boolean allowApplyStyle)
|
|
StiYAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle)
|
|
StiYAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle,
boolean logarithmicScale)
|
|
StiYAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle)
|
|
StiYLeftAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle)
|
|
StiYLeftAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle,
boolean logarithmicScale)
|
|
StiYLeftAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
StiShowYAxis showYAxis,
boolean allowApplyStyle)
|
|
StiYRightAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle)
|
|
StiYRightAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
IStiAxisInteraction interaction,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle,
boolean logarithmicScale)
|
|
StiYRightAxis(IStiAxisLabels labels,
IStiAxisRange range,
IStiAxisTitle title,
IStiAxisTicks ticks,
StiArrowStyle arrowStyle,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean startFromZero,
boolean allowApplyStyle)
|
Uses of StiColor in com.stimulsoft.report.chart.view.conditions |
---|
Methods in com.stimulsoft.report.chart.view.conditions that return StiColor | |
---|---|
StiColor |
StiChartCondition.getColor()
Gets or sets a series color. |
Methods in com.stimulsoft.report.chart.view.conditions with parameters of type StiColor | |
---|---|
void |
StiChartCondition.setColor(StiColor value)
|
Constructors in com.stimulsoft.report.chart.view.conditions with parameters of type StiColor | |
---|---|
StiChartCondition(StiColor color,
StiFilterItem item,
StiFilterDataType dataType,
StiFilterCondition condition,
java.lang.String value)
Creates a new object of the type StiChartCondition. |
Uses of StiColor in com.stimulsoft.report.chart.view.constantLines |
---|
Methods in com.stimulsoft.report.chart.view.constantLines that return StiColor | |
---|---|
StiColor |
StiConstantLines.getLineColor()
Gets or sets color which will be used for drawing constant line. |
Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type StiColor | |
---|---|
void |
StiConstantLines.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.gridLines.axis |
---|
Methods in com.stimulsoft.report.chart.view.gridLines.axis that return StiColor | |
---|---|
StiColor |
StiGridLines.getColor()
Gets or sets color which will be used for drawing major grid lines. |
StiColor |
StiGridLines.getMinorColor()
Gets or sets color which will be used for drawing minor grid lines. |
Methods in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type StiColor | |
---|---|
void |
StiGridLines.setColor(StiColor value)
|
void |
StiGridLines.setMinorColor(StiColor value)
|
Constructors in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type StiColor | |
---|---|
StiGridLines(StiColor color,
StiPenStyle style,
boolean visible,
StiColor minorColor,
StiPenStyle minorStyle,
boolean minorVisible,
int minorCount,
boolean allowApplyStyle)
|
|
StiGridLinesHor(StiColor color,
StiPenStyle style,
boolean visible,
StiColor minorColor,
StiPenStyle minorStyle,
boolean minorVisible,
int minorCount,
boolean allowApplyStyle)
|
|
StiGridLinesVert(StiColor color,
StiPenStyle style,
boolean visible,
StiColor minorColor,
StiPenStyle minorStyle,
boolean minorVisible,
int minorCount,
boolean allowApplyStyle)
|
Uses of StiColor in com.stimulsoft.report.chart.view.gridLines.radar |
---|
Methods in com.stimulsoft.report.chart.view.gridLines.radar that return StiColor | |
---|---|
StiColor |
StiRadarGridLines.getColor()
Gets or sets color which will be used for drawing major grid lines. |
Methods in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type StiColor | |
---|---|
void |
StiRadarGridLines.setColor(StiColor value)
|
Constructors in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type StiColor | |
---|---|
StiRadarGridLines(StiColor color,
StiPenStyle style,
boolean visible,
boolean allowApplyStyle)
|
|
StiRadarGridLinesHor(StiColor color,
StiPenStyle style,
boolean visible,
boolean allowApplyStyle)
|
|
StiRadarGridLinesVert(StiColor color,
StiPenStyle style,
boolean visible,
boolean allowApplyStyle)
|
Uses of StiColor in com.stimulsoft.report.chart.view.legend |
---|
Methods in com.stimulsoft.report.chart.view.legend that return StiColor | |
---|---|
StiColor |
StiLegend.getBorderColor()
Gets or sets border color. |
StiColor |
StiLegend.getLabelsColor()
Gets or sets color of the labels. |
StiColor |
StiLegend.getTitleColor()
Gets or sets title color of legend. |
Methods in com.stimulsoft.report.chart.view.legend with parameters of type StiColor | |
---|---|
void |
StiLegend.setBorderColor(StiColor value)
|
void |
StiLegend.setLabelsColor(StiColor value)
|
void |
StiLegend.setTitleColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.marker |
---|
Methods in com.stimulsoft.report.chart.view.marker that return StiColor | |
---|---|
StiColor |
StiMarker.getBorderColor()
Gets or sets border color of marker. |
Methods in com.stimulsoft.report.chart.view.marker with parameters of type StiColor | |
---|---|
void |
StiMarker.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.radarAxis |
---|
Methods in com.stimulsoft.report.chart.view.radarAxis that return StiColor | |
---|---|
StiColor |
StiRadarAxisLabels.getBorderColor()
Gets or sets color of labels drawing. |
StiColor |
StiRadarAxisLabels.getColor()
Gets or sets color of labels drawing. |
StiColor |
StiYRadarAxis.getLineColor()
Gets or sets line color which used to draw axis. |
Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiColor | |
---|---|
void |
StiRadarAxisLabels.setBorderColor(StiColor value)
|
void |
StiRadarAxisLabels.setColor(StiColor value)
|
void |
StiYRadarAxis.setLineColor(StiColor value)
|
Constructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiColor | |
---|---|
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)
|
|
StiYRadarAxis(IStiAxisLabels labels,
IStiAxisTicks ticks,
StiPenStyle lineStyle,
StiColor lineColor,
float lineWidth,
boolean visible,
boolean allowApplyStyle)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.bubble |
---|
Methods in com.stimulsoft.report.chart.view.series.bubble that return StiColor | |
---|---|
StiColor |
StiBubbleSeries.getBorderColor()
Gets or sets border color of series bar. |
Methods in com.stimulsoft.report.chart.view.series.bubble with parameters of type StiColor | |
---|---|
void |
StiBubbleSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.candlestick |
---|
Methods in com.stimulsoft.report.chart.view.series.candlestick that return StiColor | |
---|---|
StiColor |
StiCandlestickSeries.getBorderColor()
Gets or sets border color of series bar. |
StiColor |
StiCandlestickSeries.getBorderColorNegative()
|
Methods in com.stimulsoft.report.chart.view.series.candlestick with parameters of type StiColor | |
---|---|
void |
StiCandlestickSeries.setBorderColor(StiColor value)
|
void |
StiCandlestickSeries.setBorderColorNegative(StiColor borderColorNegative)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.clusteredColumn |
---|
Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that return StiColor | |
---|---|
StiColor |
StiClusteredColumnSeries.getBorderColor()
Gets or sets border color of series bar. |
StiColor |
StiBaseLineSeries.getLineColor()
Gets or sets line color of series. |
StiColor |
StiBaseLineSeries.getLineColorNegative()
Gets or sets a line color of series for negative values. |
StiColor |
StiBaseLineSeries.getMarkerColor()
Deprecated. |
Methods in com.stimulsoft.report.chart.view.series.clusteredColumn with parameters of type StiColor | |
---|---|
void |
StiClusteredColumnSeries.setBorderColor(StiColor value)
|
void |
StiBaseLineSeries.setLineColor(StiColor value)
|
void |
StiBaseLineSeries.setLineColorNegative(StiColor value)
|
void |
StiBaseLineSeries.setMarkerColor(StiColor value)
Deprecated. |
Uses of StiColor in com.stimulsoft.report.chart.view.series.funnel |
---|
Methods in com.stimulsoft.report.chart.view.series.funnel that return StiColor | |
---|---|
StiColor |
StiFunnelSeries.getBorderColor()
Gets or sets border color of series bar. |
Methods in com.stimulsoft.report.chart.view.series.funnel with parameters of type StiColor | |
---|---|
void |
StiFunnelSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.pie |
---|
Methods in com.stimulsoft.report.chart.view.series.pie that return StiColor | |
---|---|
StiColor |
StiPieSeries.getBorderColor()
Gets or sets border color of series pie. |
Methods in com.stimulsoft.report.chart.view.series.pie with parameters of type StiColor | |
---|---|
void |
StiPieSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.radar |
---|
Methods in com.stimulsoft.report.chart.view.series.radar that return StiColor | |
---|---|
StiColor |
StiRadarLineSeries.getLineColor()
Gets or sets line color of series. |
StiColor |
StiRadarAreaSeries.getLineColor()
Gets or sets line color of series. |
Methods in com.stimulsoft.report.chart.view.series.radar with parameters of type StiColor | |
---|---|
void |
StiRadarLineSeries.setLineColor(StiColor value)
|
void |
StiRadarAreaSeries.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.range |
---|
Methods in com.stimulsoft.report.chart.view.series.range that return StiColor | |
---|---|
StiColor |
StiSteppedRangeSeries.getLineColorNegative()
|
StiColor |
StiSplineRangeSeries.getLineColorNegative()
|
StiColor |
StiRangeSeries.getLineColorNegative()
|
Methods in com.stimulsoft.report.chart.view.series.range with parameters of type StiColor | |
---|---|
void |
StiSteppedRangeSeries.setLineColorNegative(StiColor value)
|
void |
StiSplineRangeSeries.setLineColorNegative(StiColor value)
|
void |
StiRangeSeries.setLineColorNegative(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.scatter |
---|
Methods in com.stimulsoft.report.chart.view.series.scatter that return StiColor | |
---|---|
StiColor |
StiScatterSeries.getLineColor()
|
Methods in com.stimulsoft.report.chart.view.series.scatter with parameters of type StiColor | |
---|---|
void |
StiScatterSeries.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.stackedBar |
---|
Methods in com.stimulsoft.report.chart.view.series.stackedBar that return StiColor | |
---|---|
StiColor |
StiStackedBarSeries.getBorderColor()
|
Methods in com.stimulsoft.report.chart.view.series.stackedBar with parameters of type StiColor | |
---|---|
void |
StiStackedBarSeries.setBorderColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.series.stackedColumn |
---|
Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return StiColor | |
---|---|
StiColor |
StiStackedColumnSeries.getBorderColor()
|
StiColor |
StiStackedBaseLineSeries.getLineColor()
|
StiColor |
StiStackedBaseLineSeries.getLineColorNegative()
|
StiColor |
StiStackedBaseLineSeries.getMarkerColor()
Deprecated. |
Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type StiColor | |
---|---|
void |
StiStackedColumnSeries.setBorderColor(StiColor value)
|
void |
StiStackedBaseLineSeries.setLineColor(StiColor value)
|
void |
StiStackedBaseLineSeries.setLineColorNegative(StiColor value)
|
void |
StiStackedBaseLineSeries.setMarkerColor(StiColor value)
Deprecated. |
Uses of StiColor in com.stimulsoft.report.chart.view.series.stock |
---|
Methods in com.stimulsoft.report.chart.view.series.stock that return StiColor | |
---|---|
StiColor |
StiStockSeries.getBorderColor()
|
StiColor |
StiStockSeries.getLineColor()
Gets or sets line color of series. |
StiColor |
StiStockSeries.getLineColorNegative()
|
Methods in com.stimulsoft.report.chart.view.series.stock with parameters of type StiColor | |
---|---|
void |
StiStockSeries.setBorderColor(StiColor value)
|
void |
StiStockSeries.setLineColor(StiColor value)
|
void |
StiStockSeries.setLineColorNegative(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.seriesLabels |
---|
Methods in com.stimulsoft.report.chart.view.seriesLabels that return StiColor | |
---|---|
StiColor |
StiSeriesLabels.getBorderColor()
Gets or sets border color of series labels. |
StiColor |
StiNoneLabels.getBorderColor()
|
StiColor |
StiSeriesLabels.getLabelColor()
Gets or sets foreground color of series labels. |
StiColor |
StiNoneLabels.getLabelColor()
|
Methods in com.stimulsoft.report.chart.view.seriesLabels with parameters of type StiColor | |
---|---|
void |
StiSeriesLabels.setBorderColor(StiColor value)
|
void |
StiNoneLabels.setBorderColor(StiColor value)
|
void |
StiSeriesLabels.setLabelColor(StiColor value)
|
void |
StiNoneLabels.setLabelColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.seriesLabels.pie |
---|
Methods in com.stimulsoft.report.chart.view.seriesLabels.pie that return StiColor | |
---|---|
StiColor |
StiOutsidePieLabels.getLineColor()
Gets or sets color of line. |
Methods in com.stimulsoft.report.chart.view.seriesLabels.pie with parameters of type StiColor | |
---|---|
void |
StiOutsidePieLabels.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.strips |
---|
Methods in com.stimulsoft.report.chart.view.strips that return StiColor | |
---|---|
StiColor |
StiStrips.getTitleColor()
Gets or sets foreground color of title. |
Methods in com.stimulsoft.report.chart.view.strips with parameters of type StiColor | |
---|---|
void |
StiStrips.setTitleColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.chart.view.table |
---|
Methods in com.stimulsoft.report.chart.view.table that return StiColor | |
---|---|
StiColor |
StiChartTable.getGridLineColor()
|
StiColor |
StiChartTable.getTextColor()
|
Methods in com.stimulsoft.report.chart.view.table with parameters of type StiColor | |
---|---|
void |
StiChartTable.setGridLineColor(StiColor gridLineColor)
|
void |
StiChartTable.setTextColor(StiColor textColor)
|
Uses of StiColor in com.stimulsoft.report.chart.view.trendLines |
---|
Methods in com.stimulsoft.report.chart.view.trendLines that return StiColor | |
---|---|
StiColor |
StiTrendLine.getLineColor()
Gets or sets color which will be used for drawing trend line. |
Methods in com.stimulsoft.report.chart.view.trendLines with parameters of type StiColor | |
---|---|
void |
StiTrendLine.setLineColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.components.bands |
---|
Methods in com.stimulsoft.report.components.bands that return StiColor | |
---|---|
StiColor |
StiTableOfContents.getHeaderEndColor()
|
StiColor |
StiStaticBand.getHeaderEndColor()
|
StiColor |
StiReportTitleBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiReportSummaryBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiPageHeaderBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiPageFooterBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiOverlayBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiHierarchicalBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiHeaderBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiGroupHeaderBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiGroupFooterBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiFooterBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiEmptyBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiDataBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiColumnHeaderBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiChildBand.getHeaderEndColor()
Gets header end color. |
abstract StiColor |
StiBand.getHeaderEndColor()
Gets header end color. |
StiColor |
StiTableOfContents.getHeaderStartColor()
|
StiColor |
StiStaticBand.getHeaderStartColor()
|
StiColor |
StiReportTitleBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiReportSummaryBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiPageHeaderBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiPageFooterBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiOverlayBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiHierarchicalBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiHeaderBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiGroupHeaderBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiGroupFooterBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiFooterBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiEmptyBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiDataBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiColumnHeaderBand.getHeaderStartColor()
Gets header start color. |
StiColor |
StiChildBand.getHeaderStartColor()
Gets header start color. |
abstract StiColor |
StiBand.getHeaderStartColor()
Gets header start color. |
Uses of StiColor in com.stimulsoft.report.components.conditions |
---|
Methods in com.stimulsoft.report.components.conditions that return StiColor | |
---|---|
StiColor |
StiMultiConditionContainer.getBackColor()
Gets or sets a color to draw background of text. |
StiColor |
StiCondition.getBackColor()
Gets or sets a color to draw background of text. |
StiColor |
StiColorScaleCondition.getMaximumColor()
Gets or sets a color for maximal values. |
StiColor |
StiColorScaleCondition.getMidColor()
Gets or sets a color for mid values. |
StiColor |
StiColorScaleCondition.getMinimumColor()
Gets or sets a color for minimum values. |
StiColor |
StiDataBarCondition.getNegativeBorderColor()
Gets or sets a border color of negative values for Data Bar indicator. |
StiColor |
StiDataBarCondition.getNegativeColor()
Gets or sets a color of negative values for data bar indicator. |
StiColor |
StiDataBarCondition.getPositiveBorderColor()
Gets or sets a border color of positive values for Data Bar indicator. |
StiColor |
StiDataBarCondition.getPositiveColor()
Gets or sets a color of positive values for data bar indicator. |
StiColor |
StiMultiConditionContainer.getTextColor()
Gets or sets a color to draw text. |
StiColor |
StiCondition.getTextColor()
Gets or sets a color to draw text. |
Methods in com.stimulsoft.report.components.conditions with parameters of type StiColor | |
---|---|
void |
StiMultiConditionContainer.setBackColor(StiColor value)
|
void |
StiCondition.setBackColor(StiColor value)
|
void |
StiColorScaleCondition.setMaximumColor(StiColor value)
|
void |
StiColorScaleCondition.setMidColor(StiColor value)
|
void |
StiColorScaleCondition.setMinimumColor(StiColor value)
|
void |
StiDataBarCondition.setNegativeBorderColor(StiColor value)
|
void |
StiDataBarCondition.setNegativeColor(StiColor value)
|
void |
StiDataBarCondition.setPositiveBorderColor(StiColor value)
|
void |
StiDataBarCondition.setPositiveColor(StiColor value)
|
void |
StiMultiConditionContainer.setTextColor(StiColor value)
|
void |
StiCondition.setTextColor(StiColor value)
|
Constructors in com.stimulsoft.report.components.conditions with parameters of type StiColor | |
---|---|
StiColorScaleCondition(java.lang.String column,
StiColorScaleType scaleType,
StiColor minimumColor,
StiColor midColor,
StiColor maximumColor,
StiMinimumType minimumType,
float minimumValue,
StiMidType midType,
float midValue,
StiMaximumType maximumType,
float maximumValue)
Creates a new object of the type StiColorScaleCondition. |
|
StiCondition(StiFilterItem item,
java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled)
Creates a new object of the type StiCondition. |
|
StiCondition(StiFilterItem item,
java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression)
Creates a new object of the type StiCondition. |
|
StiCondition(StiFilterItem item,
java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiCondition. |
|
StiCondition(StiFilterItem item,
java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.util.Date date1,
java.util.Date date2,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.util.Date date1,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions,
boolean breakIfTrue)
Creates a new object of the type StiCondition. |
|
StiDataBarCondition(java.lang.String column,
StiBrushType brushType,
StiColor positiveColor,
StiColor negativeColor,
boolean showBorder,
StiColor positiveBorderColor,
StiColor negativeBorderColor,
StiDataBarDirection direction,
StiMinimumType minimumType,
float minimumValue,
StiMaximumType maximumType,
float maximumValue)
Creates a new object of the type StiDataBarCondition. |
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode)
Creates a new object of the type StiMultiCondition. |
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
boolean canAssignExpression,
java.lang.String assignExpression)
Creates a new object of the type StiMultiCondition. |
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters)
Creates a new object of the type StiMultiCondition. |
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters,
boolean canAssignExpression,
java.lang.String assignExpression)
Creates a new object of the type StiMultiCondition. |
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiMultiCondition. |
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiMultiCondition. |
Uses of StiColor in com.stimulsoft.report.components.indicators |
---|
Methods in com.stimulsoft.report.components.indicators that return StiColor | |
---|---|
StiColor |
StiDataBarIndicator.getNegativeBorderColor()
Gets or sets a border color of negative values for Data Bar indicator. |
StiColor |
StiDataBarIndicator.getNegativeColor()
Gets or sets a color of negative values for data bar indicator. |
StiColor |
StiDataBarIndicator.getPositiveBorderColor()
Gets or sets a border color of positive values for Data Bar indicator. |
StiColor |
StiDataBarIndicator.getPositiveColor()
Gets or sets a color of positive values for data bar indicator. |
Methods in com.stimulsoft.report.components.indicators with parameters of type StiColor | |
---|---|
void |
StiDataBarIndicator.setNegativeBorderColor(StiColor value)
|
void |
StiDataBarIndicator.setNegativeColor(StiColor value)
|
void |
StiDataBarIndicator.setPositiveBorderColor(StiColor value)
|
void |
StiDataBarIndicator.setPositiveColor(StiColor value)
|
Constructors in com.stimulsoft.report.components.indicators with parameters of type StiColor | |
---|---|
StiDataBarIndicator(StiBrushType brushType,
StiColor positiveColor,
StiColor negativeColor,
boolean showBorder,
StiColor positiveBorderColor,
StiColor negativeBorderColor,
StiDataBarDirection direction,
float value,
float minimum,
float maximum)
Creates a new object of the type StiDataBarIndicator. |
Uses of StiColor in com.stimulsoft.report.components.interfaces |
---|
Methods in com.stimulsoft.report.components.interfaces that return StiColor | |
---|---|
StiColor |
IStiBackColor.getBackColor()
|
StiColor |
IStiBorderColor.getBorderColor()
|
StiColor |
IStiForeColor.getForeColor()
|
StiColor |
IStiDataBarIndicator.getNegativeBorderColor()
Gets or sets a border color of negative values for data bar indicator. |
StiColor |
IStiDataBarIndicator.getNegativeColor()
Gets or sets a color of negative values for data bar indicator. |
StiColor |
IStiDataBarIndicator.getPositiveBorderColor()
Gets or sets a border color of positive values for data bar indicator. |
StiColor |
IStiDataBarIndicator.getPositiveColor()
Gets or sets a color of positive values for data bar indicator. |
Methods in com.stimulsoft.report.components.interfaces with parameters of type StiColor | |
---|---|
void |
IStiBackColor.setBackColor(StiColor value)
|
void |
IStiBorderColor.setBorderColor(StiColor value)
|
void |
IStiForeColor.setForeColor(StiColor value)
|
void |
IStiDataBarIndicator.setNegativeBorderColor(StiColor value)
|
void |
IStiDataBarIndicator.setNegativeColor(StiColor value)
|
void |
IStiDataBarIndicator.setPositiveBorderColor(StiColor value)
|
void |
IStiDataBarIndicator.setPositiveColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.components.simplecomponents |
---|
Fields in com.stimulsoft.report.components.simplecomponents declared as StiColor | |
---|---|
StiColor |
StiSparkline.negativeColor
|
StiColor |
StiSparkline.positiveColor
|
Methods in com.stimulsoft.report.components.simplecomponents that return StiColor | |
---|---|
StiColor |
StiRichText.getBackColor()
Gets or sets a back color. |
StiColor |
StiShape.getBorderColor()
Gets or sets border color. |
StiColor |
StiLinePrimitive.getColor()
Gets or sets line color. |
StiColor |
StiCheckBox.getContourColor()
Gets or sets a contour color. |
StiColor |
StiRichText.getDefaultColor()
Gets or sets default Color. |
StiColor |
StiZipCode.getForeColor()
Gets or sets a fore color. |
StiColor |
StiSparkline.getNegativeColor()
Gets or sets a back color. |
StiColor |
StiSparkline.getPositiveColor()
Gets or sets a back color. |
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiColor | |
---|---|
void |
StiRichText.setBackColor(StiColor value)
|
void |
StiShape.setBorderColor(StiColor value)
|
void |
StiLinePrimitive.setColor(StiColor value)
|
void |
StiCheckBox.setContourColor(StiColor value)
|
void |
StiRichText.setDefaultColor(StiColor value)
|
void |
StiZipCode.setForeColor(StiColor value)
|
void |
StiSparkline.setNegativeColor(StiColor negativeColor)
|
void |
StiSparkline.setPositiveColor(StiColor positiveColor)
|
Uses of StiColor in com.stimulsoft.report.components.table |
---|
Methods in com.stimulsoft.report.components.table that return StiColor | |
---|---|
StiColor |
StiTable.getHeaderEndStiColor()
|
StiColor |
StiTable.getHeaderStartStiColor()
|
Uses of StiColor in com.stimulsoft.report.crossTab |
---|
Methods in com.stimulsoft.report.crossTab that return StiColor | |
---|---|
StiColor |
StiCrossTab.GetCellColor()
|
Uses of StiColor in com.stimulsoft.report.dialogs |
---|
Methods in com.stimulsoft.report.dialogs that return StiColor | |
---|---|
StiColor |
StiGridControl.getAlternatingBackColor()
Gets or sets the background color of alternating rows for a ledger appearance. |
StiColor |
StiReportControl.getBackColor()
Gets or sets the background color for the control. |
StiColor |
StiGridControl.getBackColor()
Gets or sets the background color of the grid. |
StiColor |
StiForm.getBackColor()
Gets or sets the background color for the control. |
StiColor |
StiButtonControl.getBackColor()
|
StiColor |
StiGridControl.getBackgroundColor()
Gets or sets the color of the non-row area of the grid. |
StiColor |
StiReportControl.getForeColor()
Gets or sets the foreground color of the control. |
StiColor |
StiListBoxControl.getForeColor()
|
StiColor |
StiGridControl.getForeColor()
Gets or sets the foreground color (typically the color of the text) property. |
StiColor |
StiCheckedListBoxControl.getForeColor()
|
StiColor |
StiGridControl.getGridLineColor()
Gets or sets the color of the grid lines. |
StiColor |
StiGridControl.getHeaderBackColor()
Gets or sets the background color of all row and column headers. |
StiColor |
StiGridControl.getHeaderForeColor()
Gets or sets the foreground color of headers. |
StiColor |
StiGridControl.getSelectionBackColor()
Gets or sets the background color of selected rows. |
StiColor |
StiGridControl.getSelectionForeColor()
Gets or set the foreground color of selected rows. |
Methods in com.stimulsoft.report.dialogs with parameters of type StiColor | |
---|---|
void |
StiGridControl.setAlternatingBackColor(StiColor value)
|
void |
StiReportControl.setBackColor(StiColor value)
|
void |
StiGridControl.setBackColor(StiColor value)
|
void |
StiForm.setBackColor(StiColor value)
|
void |
StiButtonControl.setBackColor(StiColor value)
|
void |
StiGridControl.setBackgroundColor(StiColor value)
|
void |
StiReportControl.setForeColor(StiColor value)
|
void |
StiListBoxControl.setForeColor(StiColor value)
|
void |
StiGridControl.setForeColor(StiColor value)
|
void |
StiCheckedListBoxControl.setForeColor(StiColor value)
|
void |
StiGridControl.setGridLineColor(StiColor value)
|
void |
StiGridControl.setHeaderBackColor(StiColor value)
|
void |
StiGridControl.setHeaderForeColor(StiColor value)
|
void |
StiGridControl.setSelectionBackColor(StiColor value)
|
void |
StiGridControl.setSelectionForeColor(StiColor value)
|
Uses of StiColor in com.stimulsoft.report.export.service |
---|
Methods in com.stimulsoft.report.export.service with parameters of type StiColor | |
---|---|
java.lang.String |
StiHtmlExportService.formatColor(StiColor color)
Convert StiColor to String value |
static java.lang.String |
StiSvgExportService.StiSvgHelper.getStyleString(StiFont font,
StiColor textColor)
|
void |
StiHtmlExportService.renderBackColor(StiHtmlTableCell cell,
StiColor color)
Render backward color |
void |
StiHtmlExportService.renderTextColor(StiHtmlTableCell cell,
StiColor color)
Render text color |
void |
StiPdfExportService.setNonStrokeColor(StiColor tempColor)
Stire non stroke color |
void |
StiPdfExportService.setStrokeColor(StiColor tempColor)
Store colors |
Uses of StiColor in com.stimulsoft.report.export.service.pdf |
---|
Fields in com.stimulsoft.report.export.service.pdf declared as StiColor | |
---|---|
StiColor |
StiEditableObject.FontColor
|
Methods in com.stimulsoft.report.export.service.pdf with parameters of type StiColor | |
---|---|
void |
StiPdfTextRender.setNonStrokeColor(StiColor tempColor)
|
void |
StiPdfTextRender.setStrokeColor(StiColor tempColor)
|
Uses of StiColor in com.stimulsoft.report.export.tools |
---|
Methods in com.stimulsoft.report.export.tools that return StiColor | |
---|---|
StiColor |
StiCellStyle.getColor()
|
StiColor |
StiCellStyle.getTextColor()
|
Methods in com.stimulsoft.report.export.tools with parameters of type StiColor | |
---|---|
void |
StiBarCodeExportPainter.baseDrawRectangle(java.lang.Object context,
StiColor penColor,
double penSize,
double x,
double y,
double width,
double height)
|
void |
StiSvgGeomWriter.drawText(StiPoint basePoint,
java.lang.String text,
int[] charsOffset,
StiFont font,
StiColor textColor,
double angle,
EmfTextAlignmentMode textAlign)
|
void |
StiPdfGeomWriter.drawText(StiPoint basePoint,
java.lang.String text,
int[] charsOffset,
StiFont font,
StiColor textColor,
double angle,
EmfTextAlignmentMode textAlign)
|
void |
IStiExportGeomWriter.drawText(StiPoint basePoint,
java.lang.String text,
int[] charsOffset,
StiFont font,
StiColor textColor,
double angle,
EmfTextAlignmentMode textAlign)
|
void |
StiSvgGeomWriter.fillRectangle(StiRectangle rect,
StiColor color)
|
void |
StiPdfGeomWriter.fillRectangle(StiRectangle rect,
StiColor color)
|
void |
IStiExportGeomWriter.fillRectangle(StiRectangle rect,
StiColor color)
|
void |
StiCellStyle.setColor(StiColor color)
|
void |
StiSvgGeomWriter.setPixel(StiPoint point,
StiColor color)
|
void |
StiPdfGeomWriter.setPixel(StiPoint point,
StiColor color)
|
void |
IStiExportGeomWriter.setPixel(StiPoint point,
StiColor color)
|
void |
StiCellStyle.setTextColor(StiColor textColor)
|
Constructors in com.stimulsoft.report.export.tools with parameters of type StiColor | |
---|---|
StiCellStyle(StiColor color,
StiColor textColor,
StiFont font,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
StiBorderSide border,
StiBorderSide borderL,
StiBorderSide borderR,
StiBorderSide borderB,
StiTextOptions textOptions,
boolean wordWrap,
java.lang.String format)
|
|
StiCellStyle(StiColor color,
StiColor textColor,
StiFont font,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
StiBorderSide border,
StiBorderSide borderL,
StiBorderSide borderR,
StiBorderSide borderB,
StiTextOptions textOptions,
boolean wordWrap,
java.lang.String format,
java.lang.String styleName)
|
|
StiCellStyle(StiColor color,
StiColor textColor,
StiFont font,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
StiBorderSide border,
StiTextOptions textOptions,
boolean wordWrap,
java.lang.String format)
|
|
StiCellStyle(StiColor color,
StiColor textColor,
StiFont font,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment,
StiBorderSide border,
StiTextOptions textOptions,
boolean wordWrap,
java.lang.String format,
java.lang.String styleName)
|
Uses of StiColor in com.stimulsoft.report.helpers |
---|
Methods in com.stimulsoft.report.helpers that return StiColor | |
---|---|
static StiColor |
StiAppExpressionParser.parseColorExpression(StiComponent component,
java.lang.String propName,
boolean allowDataLoading)
|
Uses of StiColor in com.stimulsoft.report.infographics.gauge.helpers |
---|
Methods in com.stimulsoft.report.infographics.gauge.helpers that return StiColor | |
---|---|
static StiColor |
StiMixedColorHelper.colorMixed(java.util.List<StiColor> colors)
|
Method parameters in com.stimulsoft.report.infographics.gauge.helpers with type arguments of type StiColor | |
---|---|
static StiColor |
StiMixedColorHelper.colorMixed(java.util.List<StiColor> colors)
|
Uses of StiColor in com.stimulsoft.report.infographics.gauge.indicators |
---|
Methods in com.stimulsoft.report.infographics.gauge.indicators that return StiColor | |
---|---|
StiColor |
StiLinearIndicatorRangeInfo.getColor()
the color of the indicator for a given Value. |
Methods in com.stimulsoft.report.infographics.gauge.indicators with parameters of type StiColor | |
---|---|
void |
StiLinearIndicatorRangeInfo.setColor(StiColor color)
the color of the indicator for a given Value. |
Uses of StiColor in com.stimulsoft.report.infographics.gauge.styles.core |
---|
Methods in com.stimulsoft.report.infographics.gauge.styles.core that return StiColor | |
---|---|
StiColor |
StiGaugeStyleCoreXF28.getBorderColor()
|
StiColor |
StiGaugeStyleCoreXF27.getBorderColor()
|
StiColor |
StiGaugeStyleCoreXF26.getBorderColor()
|
StiColor |
StiGaugeStyleCoreXF25.getBorderColor()
|
StiColor |
StiGaugeStyleCoreXF24.getBorderColor()
|
abstract StiColor |
StiGaugeStyleCoreXF.getBorderColor()
|
StiColor |
StiCustomGaugeStyleCoreXF.getBorderColor()
|
Uses of StiColor in com.stimulsoft.report.maps |
---|
Methods in com.stimulsoft.report.maps that return types with arguments of type StiColor | |
---|---|
java.util.List<StiColor> |
StiMap.getCurrentStyleColors()
|
static java.util.List<StiColor> |
StiMap.getStyleColors(StiMapStyleIdent style)
|
Uses of StiColor in com.stimulsoft.report.maps.helpers |
---|
Methods in com.stimulsoft.report.maps.helpers that return types with arguments of type StiColor | |
---|---|
static java.util.List<StiColor> |
StiMapHelper.getColors()
|
Uses of StiColor in com.stimulsoft.report.maps.style |
---|
Methods in com.stimulsoft.report.maps.style that return types with arguments of type StiColor | |
---|---|
java.util.List<StiColor> |
StiMap27StyleFX.getColors()
|
java.util.List<StiColor> |
StiMap26StyleFX.getColors()
|
java.util.List<StiColor> |
StiMap25StyleFX.getColors()
|
java.util.List<StiColor> |
StiMap24StyleFX.getColors()
|
java.util.List<StiColor> |
StiMap21StyleFX.getColors()
|
java.util.List<StiColor> |
StiMap27StyleFX.getHeatmapColors()
|
java.util.List<StiColor> |
StiMap26StyleFX.getHeatmapColors()
|
java.util.List<StiColor> |
StiMap25StyleFX.getHeatmapColors()
|
java.util.List<StiColor> |
StiMap24StyleFX.getHeatmapColors()
|
java.util.List<StiColor> |
StiMap21StyleFX.getHeatmapColors()
|
Uses of StiColor in com.stimulsoft.report.options |
---|
Methods in com.stimulsoft.report.options that return StiColor | |
---|---|
static StiColor |
ViewerOptions.Windows.getBackgroundColor()
|
static StiColor[] |
DesignerOptions.CrossTab.getStyleColors()
|
Methods in com.stimulsoft.report.options with parameters of type StiColor | |
---|---|
static void |
ViewerOptions.Windows.setBackgroundColor(StiColor value)
|
static void |
DesignerOptions.CrossTab.setStyleColors(StiColor[] value)
|
Uses of StiColor in com.stimulsoft.report.painters.cell |
---|
Methods in com.stimulsoft.report.painters.cell with parameters of type StiColor | |
---|---|
static void |
StiLineSparklinesCellPainter.draw(StiContext context,
StiRectangle rect,
double[] array,
double zoom,
double pageZoom,
StiColor sparklineColor,
boolean showArea,
boolean showFirstLastMarker,
boolean showHighLowMarker)
|
static void |
StiWinLossSparklinesCellPainter.draw(StiContext context,
StiRectangle rect,
double[] array,
StiColor positiveColor,
StiColor negativeColor)
|
static void |
StiColumnSparklinesCellPainter.draw(StiContext context,
StiRectangle rect,
double[] array,
StiColor positiveColor,
StiColor negativeColor)
|
Uses of StiColor in com.stimulsoft.report.painters.components |
---|
Methods in com.stimulsoft.report.painters.components with parameters of type StiColor | |
---|---|
void |
StiBarCodePainter.baseDrawRectangle(StiGraphics g,
StiColor penColor,
java.lang.Double penSize,
java.lang.Double x,
java.lang.Double y,
java.lang.Double width,
java.lang.Double height,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw rectangle |
Uses of StiColor in com.stimulsoft.report.styles |
---|
Fields in com.stimulsoft.report.styles declared as StiColor | |
---|---|
StiColor |
StiTableStyle.dataColor
|
StiColor |
StiTableStyle.dataForeground
|
StiColor |
StiTableStyle.footerColor
|
StiColor |
StiTableStyle.footerForeground
|
StiColor |
StiTableStyle.gridColor
|
StiColor |
StiTableStyle.headerColor
|
StiColor |
StiTableStyle.headerForeground
|
StiColor |
StiMapStyle.individualColor
|
Methods in com.stimulsoft.report.styles that return StiColor | |
---|---|
StiColor |
StiChartStyle.getAxisLabelsColor()
|
StiColor |
StiChartStyle.getAxisLineColor()
|
StiColor |
StiChartStyle.getAxisTitleColor()
|
StiColor |
StiMapStyle.getBackColor()
|
StiColor |
StiDialogStyle.getBackColor()
Gets or sets a background color for drawing this style. |
StiColor |
StiChartStyle.getBasicStyleColor()
Gets or sets a base color for drawing this style. |
StiColor |
StiMapStyle.getBorderColor()
|
StiColor |
StiGaugeStyle.getBorderColor()
|
StiColor |
StiChartStyle.getChartAreaBorderColor()
|
StiColor |
StiCrossTabStyle.getColor()
Gets or sets a color of style. |
StiColor |
StiTableStyle.getDataColor()
|
StiColor |
StiTableStyle.getDataForeground()
|
StiColor |
StiMapStyle.getDefaultColor()
|
StiColor |
StiTableStyle.getFooterColor()
|
StiColor |
StiTableStyle.getFooterForeground()
|
StiColor |
StiMapStyle.getForeColor()
|
StiColor |
StiDialogStyle.getForeColor()
Gets or sets a foreground color for drawing this style. |
StiColor |
StiTableStyle.getGridColor()
|
StiColor |
StiChartStyle.getGridLinesHorColor()
|
StiColor |
StiChartStyle.getGridLinesVertColor()
|
StiColor |
StiTableStyle.getHeaderColor()
|
StiColor |
StiTableStyle.getHeaderForeground()
|
StiColor |
StiMapStyle.getIndividualColor()
|
StiColor |
StiChartStyle.getLegendBorderColor()
|
StiColor |
StiChartStyle.getLegendLabelsColor()
|
StiColor |
StiChartStyle.getLegendTitleColor()
|
StiColor |
StiChartStyle.getSeriesLabelsBorderColor()
|
StiColor |
StiChartStyle.getSeriesLabelsColor()
|
StiColor |
StiChartStyle.getSeriesLabelsLineColor()
|
StiColor[] |
StiChartStyle.getStyleColors()
Gets or sets list of colors which will be used for drawing chart series. |
StiColor |
StiChartStyle.getTrendLineColor()
|
Methods in com.stimulsoft.report.styles that return types with arguments of type StiColor | |
---|---|
java.util.List<StiColor> |
StiMapStyle.getColors()
|
java.util.List<StiColor> |
StiMapStyle.getHeatmapColors()
|
Methods in com.stimulsoft.report.styles with parameters of type StiColor | |
---|---|
java.util.List<StiBaseStyle> |
StiStylesCreator.createStyles(java.lang.String collectionName,
StiColor baseColor)
|
void |
StiChartStyle.setAxisLabelsColor(StiColor axisLabelsColor)
|
void |
StiChartStyle.setAxisLineColor(StiColor axisLineColor)
|
void |
StiChartStyle.setAxisTitleColor(StiColor axisTitleColor)
|
void |
StiMapStyle.setBackColor(StiColor backColor)
|
void |
StiDialogStyle.setBackColor(StiColor value)
|
void |
StiChartStyle.setBasicStyleColor(StiColor value)
|
void |
StiMapStyle.setBorderColor(StiColor borderColor)
|
void |
StiGaugeStyle.setBorderColor(StiColor borderColor)
|
void |
StiChartStyle.setChartAreaBorderColor(StiColor chartAreaBorderColor)
|
void |
StiCrossTabStyle.setColor(StiColor value)
|
void |
StiTableStyle.setDataColor(StiColor dataColor)
|
void |
StiTableStyle.setDataForeground(StiColor dataForeground)
|
void |
StiMapStyle.setDefaultColor(StiColor defaultColor)
|
void |
StiTableStyle.setFooterColor(StiColor footerColor)
|
void |
StiTableStyle.setFooterForeground(StiColor footerForeground)
|
void |
StiMapStyle.setForeColor(StiColor foreColor)
|
void |
StiDialogStyle.setForeColor(StiColor value)
|
void |
StiTableStyle.setGridColor(StiColor gridColor)
|
void |
StiChartStyle.setGridLinesHorColor(StiColor gridLinesHorColor)
|
void |
StiChartStyle.setGridLinesVertColor(StiColor gridLinesVertColor)
|
void |
StiTableStyle.setHeaderColor(StiColor headerColor)
|
void |
StiTableStyle.setHeaderForeground(StiColor headerForeground)
|
void |
StiMapStyle.setIndividualColor(StiColor individualColor)
|
void |
StiChartStyle.setLegendBorderColor(StiColor legendBorderColor)
|
void |
StiChartStyle.setLegendLabelsColor(StiColor legendLabelsColor)
|
void |
StiChartStyle.setLegendTitleColor(StiColor legendTitleColor)
|
void |
StiChartStyle.setSeriesLabelsBorderColor(StiColor seriesLabelsBorderColor)
|
void |
StiChartStyle.setSeriesLabelsColor(StiColor seriesLabelsColor)
|
void |
StiChartStyle.setSeriesLabelsLineColor(StiColor seriesLabelsLineColor)
|
void |
StiChartStyle.setStyleColors(StiColor[] value)
|
void |
StiChartStyle.setTrendLineColor(StiColor trendLineColor)
|
Method parameters in com.stimulsoft.report.styles with type arguments of type StiColor | |
---|---|
void |
StiMapStyle.setColors(java.util.List<StiColor> colors)
|
void |
StiMapStyle.setHeatmapColors(java.util.List<StiColor> heatmapColors)
|
Uses of StiColor in com.stimulsoft.web.helper |
---|
Methods in com.stimulsoft.web.helper with parameters of type StiColor | |
---|---|
static java.lang.String |
StiReportHelper.getHtmlColor(StiColor color)
|
Uses of StiColor in com.stimulsoft.web.html |
---|
Methods in com.stimulsoft.web.html with parameters of type StiColor | |
---|---|
static void |
StiHtmlElement.setBackColor(org.w3c.dom.Element element,
StiColor color)
|
Uses of StiColor in com.stimulsoft.webdesigner |
---|
Methods in com.stimulsoft.webdesigner that return StiColor | |
---|---|
StiColor |
StiWebDesignerOptions.PreviewToolbarOptions.getBackgroundColor()
Gets or sets a color of the preview toolbar background. |
StiColor |
StiWebDesignerOptions.PreviewToolbarOptions.getBorderColor()
Gets or sets a color of the preview toolbar border. |
StiColor |
StiWebDesignerOptions.PreviewToolbarOptions.getFontColor()
Gets or sets a color of the preview toolbar texts. |
Methods in com.stimulsoft.webdesigner with parameters of type StiColor | |
---|---|
void |
StiWebDesignerOptions.PreviewToolbarOptions.setBackgroundColor(StiColor backgroundColor)
Gets or sets a color of the preview toolbar background. |
void |
StiWebDesignerOptions.PreviewToolbarOptions.setBorderColor(StiColor borderColor)
Gets or sets a color of the preview toolbar border. |
void |
StiWebDesignerOptions.PreviewToolbarOptions.setFontColor(StiColor fontColor)
Gets or sets a color of the preview toolbar texts. |
Uses of StiColor in com.stimulsoft.webdesigner.helper |
---|
Methods in com.stimulsoft.webdesigner.helper that return StiColor | |
---|---|
static StiColor |
StiReportEdit.strToColor(java.lang.String colorStr)
|
Methods in com.stimulsoft.webdesigner.helper with parameters of type StiColor | |
---|---|
static java.lang.String |
StiReportEdit.getStringFromColor(StiColor color)
|
Uses of StiColor in com.stimulsoft.webviewer |
---|
Methods in com.stimulsoft.webviewer that return StiColor | |
---|---|
StiColor |
StiWebViewerOptions.getBackColor()
Deprecated. |
StiColor |
StiWebViewerOptions.AppearanceOptions.getBackgroundColor()
The background color of the viewer. |
StiColor |
StiWebViewerOptions.ToolbarOptions.getBackgroundColor()
A color of the toolbar background. |
StiColor |
StiWebViewerOptions.ToolbarOptions.getBorderColor()
A color of the toolbar border. |
StiColor |
StiWebViewerOptions.ToolbarOptions.getFontColor()
A color of the toolbar texts. |
StiColor |
StiWebViewerOptions.getPageBorderColor()
Deprecated. |
StiColor |
StiWebViewerOptions.AppearanceOptions.getPageBorderColor()
A color of the report page border. |
StiColor |
StiWebViewerOptions.getToolbarBackgroundColor()
Deprecated. |
StiColor |
StiWebViewerOptions.ToolbarOptions.getToolbarBackgroundColor()
a color of the toolbar background. |
StiColor |
StiWebViewerOptions.ToolbarOptions.getToolbarBorderColor()
a color of the toolbar border. |
StiColor |
StiWebViewerOptions.getToolbarFontColor()
Deprecated. |
Methods in com.stimulsoft.webviewer with parameters of type StiColor | |
---|---|
void |
StiWebViewerOptions.setBackColor(StiColor backColor)
Deprecated. |
void |
StiWebViewerOptions.AppearanceOptions.setBackgroundColor(StiColor backgroundColor)
The background color of the viewer. |
void |
StiWebViewerOptions.ToolbarOptions.setBackgroundColor(StiColor backgroundColor)
A color of the toolbar background. |
void |
StiWebViewerOptions.ToolbarOptions.setBorderColor(StiColor borderColor)
A color of the toolbar border. |
void |
StiWebViewerOptions.ToolbarOptions.setFontColor(StiColor fontColor)
A color of the toolbar texts. |
void |
StiWebViewerOptions.setPageBorderColor(StiColor pageBorderColor)
Deprecated. |
void |
StiWebViewerOptions.AppearanceOptions.setPageBorderColor(StiColor pageBorderColor)
A color of the report page border. |
void |
StiWebViewerOptions.setToolbarBackgroundColor(StiColor toolbarBackgroundColor)
Deprecated. |
void |
StiWebViewerOptions.ToolbarOptions.setToolbarBackgroundColor(StiColor toolbarBackgroundColor)
a color of the toolbar background. |
void |
StiWebViewerOptions.ToolbarOptions.setToolbarBorderColor(StiColor toolbarBorderColor)
a color of the toolbar border. |
void |
StiWebViewerOptions.setToolbarFontColor(StiColor toolbarFontColor)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |