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

Packages that use StiBrush
com.stimulsoft.base   
com.stimulsoft.base.drawing   
com.stimulsoft.base.serializing.utils   
 

Uses of StiBrush in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiBrush
static StiBrush StiJsonReportObjectHelper.Deserialize.Brush(JProperty prop)
           
 

Methods in com.stimulsoft.base with parameters of type StiBrush
static java.lang.String StiJsonReportObjectHelper.Serialize.JBrush(StiBrush brush)
           
static java.lang.String StiJsonReportObjectHelper.Serialize.JBrush(StiBrush brush, StiBrush defaultBrush)
           
 

Uses of StiBrush in com.stimulsoft.base.drawing
 

Subclasses of StiBrush in com.stimulsoft.base.drawing
 class StiEmptyBrush
          Class describes Empty Brush.
 class StiGlareBrush
          Class describes a glare gradient brush.
 class StiGlassBrush
          Class describes GlassBrush.
 class StiGradientBrush
          Class describes a gradient brush.
 class StiHatchBrush
          Class describes the HatchBrush.
 class StiSolidBrush
          Class describes SolidBrush.
 

Methods in com.stimulsoft.base.drawing that return StiBrush
 StiBrush StiGlassBrush.getBottomBrush()
           
 StiBrush StiPen.getBrush()
           
static StiBrush StiBrush.getBrush(StiBrush brush, StiRectangle rect1)
          Returns the gdi brush from the report brush.
 StiBrush StiBorder.getShadowBrush()
          Gets or sets the border shadow brush.
 StiBrush StiGlassBrush.getTopBrush()
           
static StiBrush StiBrush.LoadFromJson(JSONObject jObject)
           
 

Methods in com.stimulsoft.base.drawing with parameters of type StiBrush
 java.awt.Stroke StiGraphics.beginFill(StiBrush brush, StiPen pen, StiRectangle rect, java.lang.Double zoom)
          Set fill format
 void StiGraphics.drawEllise(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw ellipse
 void StiGraphics.drawElliseBegin(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double zoom)
          Begin draw ellipse
 StiRectangle StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, java.lang.Boolean transformCoord, double zoom, double pageZoom)
          Draw path sotred in List StiPathCommand
 StiRectangle StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, java.lang.Boolean transformCoord, double zoom, double pageZoom, boolean draw)
          Draw path sotred in List StiPathCommand
 void StiGraphics.drawPath(java.util.List<StiPathCommand> path, StiPen pen, StiBrush brush, double zoom, double pageZoom)
          Draw path sotred in List StiPathCommand
 void StiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw rectangle
 void StiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, java.lang.Double cornerRadius, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw rounded rectangle
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, double angle, int maximalWidth, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, double zoom)
           
static void StiRotatedTextDrawing.drawString(StiGraphics g, java.lang.String text, StiFont font, StiBrush brush, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, boolean antialiasing, int maximalWidth, double zoom)
           
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
static StiBrush StiBrush.getBrush(StiBrush brush, StiRectangle rect1)
          Returns the gdi brush from the report brush.
 void StiPen.setBrush(StiBrush brush)
           
 void StiBorder.setShadowBrush(StiBrush value)
           
static StiColor StiBrush.ToColor(StiBrush brush)
          Transform a brush into a color.
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiBrush
StiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
          Creates a new instance of the StiAdvancedBorder class.
StiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
          Creates a new instance of the StiAdvancedBorder class.
StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
          Creates a new instance of the StiAdvancedBorder class.
StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
          Creates a new instance of the StiAdvancedBorder class.
StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
           
StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
          Creates a new instance of the StiBorder class.
StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
          Creates a new instance of the StiBorder class.
StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, int size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
           
 

Uses of StiBrush in com.stimulsoft.base.serializing.utils
 

Methods in com.stimulsoft.base.serializing.utils that return StiBrush
static StiBrush StiSerializTypeConverter.deserializeStringToBrush(java.lang.String strValue)
           
static StiBrush StiSerializTypeConverter.getInstanceBrushBySerializString(java.lang.String value)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.