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

Packages that use StiGraphics
com.stimulsoft.base.drawing   
com.stimulsoft.report   
com.stimulsoft.report.barCodes   
com.stimulsoft.report.components   
com.stimulsoft.report.components.shapeTypes   
com.stimulsoft.report.painters   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.painters.indicator   
com.stimulsoft.report.painters.shapetype   
com.stimulsoft.report.styles   
com.stimulsoft.viewer.controls.visual   
 

Uses of StiGraphics in com.stimulsoft.base.drawing
 

Fields in com.stimulsoft.base.drawing declared as StiGraphics
static StiGraphics StiGraphicsHelper.GRAPHICS
           
 

Methods in com.stimulsoft.base.drawing that return StiGraphics
static StiGraphics StiGraphics.fromImage(java.awt.image.BufferedImage image)
           
 StiGraphics StiShadowGraphics.getGraphics()
           
 

Methods in com.stimulsoft.base.drawing with parameters of type StiGraphics
static StiBreakText StiTextUtil.breakText(int maxHeight, int maxWidth, StiFont font, java.lang.String text, boolean allowHtmlTags, StiTextHorAlignment horAlignment, boolean wordWrap, StiGraphics g)
           
 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.
static void StiShadow.drawCachedShadow(StiGraphics g, StiRectangle rect, StiEnumSet<StiShadowSides> sides)
           
static void StiShadow.drawCachedShadow(StiGraphics g, StiRectangle sRect, StiEnumSet<StiShadowSides> sides, boolean isSimple)
           
 void StiShadowGraphics.drawShadow(StiGraphics g, StiRectangle rect, double shadowSize, double zoom)
           
 void StiShadowGraphics.drawShadow(StiGraphics g, StiRectangle rect, int shadowSize, 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, 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)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiPoint point, StringFormat stringFormat, StiRotationMode rotationMode, double angle, int maximalWidth, double zoom, boolean wordWrap)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, double zoom)
           
static StiRectangle StiRotatedTextDrawing.measureString(StiGraphics g, java.lang.String text, StiFont font, StiRectangle rect, StringFormat stringFormat, StiRotationMode rotationMode, double angle, int maximalWidth, double zoom)
           
 

Uses of StiGraphics in com.stimulsoft.report
 

Fields in com.stimulsoft.report declared as StiGraphics
 StiGraphics StiReport.reportMeasureGraphics
           
 

Methods in com.stimulsoft.report that return StiGraphics
static StiGraphics StiReport.getGlobalMeasureGraphics()
           
 StiGraphics StiReport.getReportMeasureGraphics()
           
 

Uses of StiGraphics in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiGraphics
 void StiUpcSup5BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiUpcSup2BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiUpcEBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiUpcABarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiStandard2of5BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiSSCC18BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiRoyalMail4StateBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiQRCodeBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiPostnetBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiPlesseyBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiPharmacodeBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiPdf417BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiMsiBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiMaxicodeBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiJan8BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiJan13BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiITF14BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiIsbn13BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiIsbn10BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiInterleaved2of5BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiGS1_128BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiFIMBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiEAN8BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiEAN13BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
          Draws the bar code with the specified parameters.
 void StiEAN128cBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiEAN128bBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiEAN128AutoBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiEAN128aBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiDutchKIXBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiDataMatrixBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode93ExtBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode93BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode39ExtBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode39BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode128cBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode128bBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode128AutoBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode128aBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCode11BarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiCodabarBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
abstract  void StiBarCodeTypeService.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 void StiAustraliaPost4StateBarCodeType.draw(StiGraphics context, StiBarCode barCode, StiRectangle rect, double zoom)
           
 

Uses of StiGraphics in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiGraphics
 StiGraphics StiComponent.getMeasureGraphics()
           
 

Methods in com.stimulsoft.report.components with parameters of type StiGraphics
static StiBreakText StiComponentDivider.BreakText(StiGraphics measureGraphics, StiRectangle rect, java.lang.String text, StiFont font, StiTextOptions textOptions, StiTextQuality textQuality, boolean allowHtmlTags, StiText textComp)
           
 

Uses of StiGraphics in com.stimulsoft.report.components.shapeTypes
 

Methods in com.stimulsoft.report.components.shapeTypes with parameters of type StiGraphics
 void StiShapeTypeService.paint(StiGraphics g, StiShape shape, StiRectangle rect, double zoom, double pageZoom)
          Draws the shape with the specified parameters.
 

Uses of StiGraphics in com.stimulsoft.report.painters
 

Methods in com.stimulsoft.report.painters that return StiGraphics
 StiGraphics StiPaintArgs.getG()
           
 StiGraphics StiContextPainter.getGraphics()
           
 

Methods in com.stimulsoft.report.painters with parameters of type StiGraphics
 void StiGdiMapContextPainter.render(StiGraphics graphics, boolean useZoom)
           
 void StiGdiMapContextPainter.render(StiGraphics g, boolean useZoom, StiRectangle rect, boolean center)
           
 void StiContextPainter.setGraphics(StiGraphics graphics)
           
 

Constructors in com.stimulsoft.report.painters with parameters of type StiGraphics
StiContextPainter(StiGraphics graphics, double zoom, java.lang.Double pageZoom)
           
StiGdiGaugeContextPainter(StiGraphics g, StiGauge gauge, StiRectangle rect, double zoom, double pageZoom)
           
StiPaintArgs(StiGraphics g)
          Constructor
StiPaintArgs(StiGraphics g, java.lang.Boolean thumbPaint)
          Constructor
StiPaintArgs(StiGraphics g, java.lang.Integer segmentX, java.lang.Integer segmentY)
           
StiPaintArgs(StiGraphics g, StiRectangle clipRectangle)
          Constructor
 

Uses of StiGraphics in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiGraphics
 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
 void StiBarCodePainter.baseDrawString(StiGraphics g, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, java.lang.Double zoom)
          Draw string
 void StiBarCodePainter.baseDrawString(StiGraphics g, java.lang.String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Double zoom)
          Draw string
 void StiBarCodePainter.baseFillEllipse(StiGraphics g, StiBrush brush, double x, double y, double width, double height, double zoom, double pageZoom)
           
 void StiBarCodePainter.baseFillPolygon(StiGraphics g, StiBrush brush, StiPoint[] points, double zoom, double pageZoom)
           
 void StiBarCodePainter.baseFillRectangle(StiGraphics g, StiBrush brush, java.lang.Double x, java.lang.Double y, java.lang.Double width, java.lang.Double height, java.lang.Double zoom, java.lang.Double pageZoom)
          Fill rectangle
 void StiBarCodePainter.baseFillRectangle2D(StiGraphics g, StiBrush brush, java.lang.Double x, java.lang.Double y, java.lang.Double width, java.lang.Double height, java.lang.Double zoom, java.lang.Double pageZoom)
          Fill rectangle
 StiSize StiBarCodePainter.baseMeasureString(StiGraphics g, java.lang.String st, StiFont font)
          Measure string
 void StiBarCodePainter.baseRollbackTransform(StiGraphics g)
          Rollback transofrmation
 void StiBarCodePainter.baseTransform(StiGraphics g, java.lang.Double x, java.lang.Double y, java.lang.Double angle, java.lang.Double dx, java.lang.Double dy, StiRectangle clip)
          Transform BarCode
 void StiChartPainter.drawChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground)
           
 void StiLinePrimitivePainter.drawDot(StiGraphics g, StiPen pen, java.lang.Double x, java.lang.Double y, java.lang.Double size, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw dot with given values
 void StiGaugePainter.drawGauge(StiGauge gauge, StiGraphics g, StiRectangle rect, double zoom)
           
 void StiGaugePainter.drawGauge(StiGraphics g, StiGauge gauge, StiRectangle rect)
           
 void StiMapPainter.drawMap(StiMap map, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground, boolean useZoom)
           
 void StiPagePainter.drawPageNumber(StiPage page, StiGraphics g, java.lang.Integer pageNumber, StiRectangle pageRect, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw page numbers for segment page
 void StiComponentPainter.drawSelectedRectangle(StiGraphics g, java.lang.Double size, StiBrush brush, StiRectangle rect)
          Draws a selected rectangle specified by a Rectangle structure.
static void StiSparklinePainter.drawSparkline(StiGraphics g, StiRectangle rect, StiSparkline sparkline, double zoom, double pageZoom)
           
 void StiZipCodePainter.drawZipCode(StiZipCode zipCode, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          draw Zip Code
 void StiTextPainter.paintBackground(StiText text, StiGraphics g, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint component background
 void StiTextInCellsPainter.paintBackground(StiText textComp, StiGraphics g, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
           
 void StiTextPainter.paintBorder(StiComponent component, StiGraphics g, StiRectangle rect, java.lang.Boolean topMost, java.lang.Boolean isThumbPaint, java.lang.Double zoom)
           
 void StiTextInCellsPainter.paintBorder(StiComponent textComp, StiGraphics g, StiRectangle rect, java.lang.Boolean drawBorderFormatting, java.lang.Boolean drawTopmostBorderSides, java.lang.Double zoom)
           
 void StiComponentPainter.paintBorder(StiComponent component, StiGraphics g, StiRectangle rect, java.lang.Boolean topMost, java.lang.Boolean isThumbPaint, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint component border
 void StiChartPainter.paintChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean topMost, boolean drawFormatting, boolean isThumnail)
           
static void StiCheckBoxPainter.paintCheck(StiCheckBox checkBox, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint Checkbox
 void StiContainerPainter.paintColumns(StiContainer container, StiGraphics g)
          Paint container columns
 void StiComponentPainter.paintConditions(StiComponent component, StiGraphics g, StiRectangle rect)
          Paints conditions of a component.
 void StiComponentPainter.paintEvents(StiComponent component, StiGraphics g, StiRectangle rect)
           
 void StiPagePainter.paintImage(StiReport report, StiWatermark watermark, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint image watermark
 void StiViewPainter.paintImage(StiView view, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint image
 StiRectangle StiTextPainter.paintIndicator(StiText textComp, StiGraphics g, StiRectangle rect)
          Paint indicator
 void StiComponentPainter.paintInheritedImage(StiComponent component, StiGraphics g)
           
 void StiComponentPainter.paintMarkers(StiComponent component, StiGraphics g, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paints a markers specified by a Rectangle structure.
 void StiComponentPainter.paintOrderAndQuickInfo(StiComponent component, StiGraphics g, java.lang.String number)
          Paints order numbers and quick info of a component.
 void StiComponentPainter.paintQuickButtons(StiComponent component, StiGraphics g)
          Paints the QuickButtons.
 void StiPagePainter.paintTableLines(StiPage page, StiGraphics g)
          Paint table lines
 void StiTextPainter.paintText(StiText textComp, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint component text
 void StiTextInCellsPainter.paintText(StiText textComp, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
           
 void StiPagePainter.paintText(StiWatermark watermark, StiGraphics g, StiRectangle rect, double zoom, boolean isPrinting)
           
 void StiPagePainter.paintTileImage(java.awt.image.BufferedImage watermarkImage, StiGraphics g, StiRectangle rect, StiSize imageSize, java.lang.Double zoom, StiReport report)
          Paint title image watermark
 

Uses of StiGraphics in com.stimulsoft.report.painters.indicator
 

Methods in com.stimulsoft.report.painters.indicator with parameters of type StiGraphics
 StiRectangle StiIndicatorTypePainter.paint(StiGraphics g, StiComponent component, StiRectangle rect)
          Paint indicator
 StiRectangle StiIconSetIndicatorTypePainter.paint(StiGraphics g, StiComponent component, StiRectangle rect)
          Paint indicator
 StiRectangle StiDataBarIndicatorTypePainter.paint(StiGraphics g, StiComponent component, StiRectangle rect)
          Paint indicator
 

Uses of StiGraphics in com.stimulsoft.report.painters.shapetype
 

Methods in com.stimulsoft.report.painters.shapetype with parameters of type StiGraphics
static void StiShapeTypePainter.drawShape(StiGraphics g, StiShape shape, java.util.List<StiPathCommand> path, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Draw shape
 void StiVerticalLineShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiTriangleShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiTrapezoidShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiTopAndBottomLineShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiSnipSameSideCornerRectangleShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiSnipDiagonalSideCornerRectangleShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiRoundedRectangleShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiRegularPentagonShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiRectangleShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiPlusShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiPieShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiParallelogramShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiOvalShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiMultiplyShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiMinusShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiLeftAndRightLineShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiHorizontalLineShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFrameShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFlowchartSortShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFlowchartPreparationShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFlowchartOffPageConnectorShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFlowchartManualInputShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFlowchartDecisionShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFlowchartCollateShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiFlowchartCardShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiEqualShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiDivisionShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiDiagonalUpLineShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiDiagonalDownLineShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiComplexArrowShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiChordShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiChevronShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiBentArrowShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 void StiArrowShapeTypePainter.paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
          Paint StiShape
 

Uses of StiGraphics in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles with parameters of type StiGraphics
 void StiMapStyle.drawBox(StiGraphics g, StiRectangle rect, boolean paintValue, boolean paintImage, double zoom, double pageZoom)
           
 void StiMapStyle.drawStyle(StiGraphics g, StiRectangle rect, boolean paintValue, boolean paintImage, double zoom, double pageZoom)
           
 void StiTableStyle.drawStyleForGallery(StiGraphics g, StiRectangle rect)
           
 

Uses of StiGraphics in com.stimulsoft.viewer.controls.visual
 

Methods in com.stimulsoft.viewer.controls.visual with parameters of type StiGraphics
 void StiPageVisual.drawPage(StiGraphics g)
          Draw page