Uses of Class
com.stimulsoft.base.drawing.StiColor

Packages that use StiColor
com.stimulsoft.base   
com.stimulsoft.base.drawing   
 

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
static StiColor StiColor.Black
           
static StiColor StiColor.Blue
           
static StiColor StiColor.DarkGray
           
static StiColor StiColor.Empty
           
static StiColor StiColor.Firebrick
           
static StiColor StiColor.Gainsboro
           
static StiColor StiColor.Gray
           
static StiColor StiColor.Red
           
static StiColor StiColor.Silver
           
static StiColor StiColor.Transparent
           
static StiColor StiColor.White
           
 

Methods in com.stimulsoft.base.drawing that return StiColor
static StiColor StiColor.by(StiColorEnum color)
           
 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)
           
 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 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 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, 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 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 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.
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.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.