Uses of Class
com.stimulsoft.base.drawing.StiPen
Packages that use StiPen
Package
Description
-
Uses of StiPen in com.stimulsoft.base.drawing
Fields in com.stimulsoft.base.drawing declared as StiPenModifier and TypeFieldDescriptionstatic final StiPenStiPen.BLACKBlack color penstatic final StiPenStiPen.BLUEBlue color penstatic final StiPenStiPen.DIM_GRAYDim gray color penstatic final StiPenStiPen.GRAYGray color penstatic final StiPenStiPen.REDRed color penstatic final StiPenStiPen.TRANSPARENTTransient color penMethods in com.stimulsoft.base.drawing that return StiPenMethods in com.stimulsoft.base.drawing with parameters of type StiPenModifier and TypeMethodDescriptionStiGraphics.beginFill(StiBrush brush, StiPen pen, StiRectangle rect, Double zoom) Set fill formatvoidDraw curvevoidStiGraphics.drawEllise(StiRectangle rect, StiPen pen, StiBrush brush, Double zoom, Double pageZoom) Draw ellipsevoidStiGraphics.drawElliseBegin(StiRectangle rect, StiPen pen, StiBrush brush, Double zoom) Begin draw ellipsevoidDraw line by start invalid input: '&' endStiPointwith transofmation coordinates with stored offsetsvoidDraw line by start invalid input: '&' endStiPointvoidDraw line by coordinatesvoidStiGraphics.drawLineXY(Double x1, Double y1, Double x2, Double y2, StiPen pen, Double zoom, Boolean transformRect) Draw line by coordinatesvoidStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, double zoom, double pageZoom) Draw path sotred in ListStiPathCommandStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, Boolean transformCoord, double zoom, double pageZoom) Draw path sotred in ListStiPathCommandStiGraphics.drawPath(List<StiPathCommand> path, StiPen pen, StiBrush brush, Boolean transformCoord, double zoom, double pageZoom, boolean draw) Draw path sotred in ListStiPathCommandvoidStiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, Double zoom, Double pageZoom) Draw rectanglevoidStiGraphics.drawRectangle(StiRectangle rect, StiPen pen, StiBrush brush, Double cornerRadius, Double zoom, Double pageZoom) Draw rounded rectangleCheckStiPenequalityStiGraphics.setLineStyle(StiPen pen, StiRectangle rect, double zoom) Set line style -
Uses of StiPen in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools with parameters of type StiPenModifier and TypeMethodDescriptionvoidIStiExportGeomWriter.drawLineTo(StiPoint pointTo, StiPen pen) voidStiPdfGeomWriter.drawLineTo(StiPoint pointTo, StiPen pen) voidStiSvgGeomWriter.drawLineTo(StiPoint pointTo, StiPen pen) voidIStiExportGeomWriter.drawPolygon(StiPoint[] points, StiPen pen) voidStiPdfGeomWriter.drawPolygon(StiPoint[] points, StiPen pen) voidStiSvgGeomWriter.drawPolygon(StiPoint[] points, StiPen pen) voidIStiExportGeomWriter.drawPolylineTo(StiPoint[] points, StiPen pen) voidStiPdfGeomWriter.drawPolylineTo(StiPoint[] points, StiPen pen) voidStiSvgGeomWriter.drawPolylineTo(StiPoint[] points, StiPen pen) voidIStiExportGeomWriter.drawRectangle(StiRectangle rect, StiPen pen) voidStiPdfGeomWriter.drawRectangle(StiRectangle rect, StiPen pen) voidStiSvgGeomWriter.drawRectangle(StiRectangle rect, StiPen pen) -
Uses of StiPen in com.stimulsoft.report.options
Methods in com.stimulsoft.report.options that return StiPenMethods in com.stimulsoft.report.options with parameters of type StiPenModifier and TypeMethodDescriptionstatic voidEngineOptions.QuickInfo.setDashStylePen(StiPen value) -
Uses of StiPen in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiPen