Class StiBarCodePainter
java.lang.Object
com.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
com.stimulsoft.report.painters.components.StiBarCodePainter
StiBarCode Painter
Copyright Stimulsoft-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbaseDrawImage(StiGraphics g, BufferedImage img, StiRectangle rect, Double zoom) Draw imagevoidbaseDrawRectangle(StiGraphics g, StiColor penColor, Double penSize, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Draw rectanglevoidbaseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) Draw stringvoidbaseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, Double zoom) Draw stringvoidbaseFillEllipse(StiGraphics g, StiBrush brush, double x, double y, double width, double height, double zoom, double pageZoom) voidbaseFillPolygon(StiGraphics g, StiBrush brush, StiPoint[] points, double zoom, double pageZoom) voidbaseFillPolygons(StiGraphics context, StiBrush brush, List<List<StiPoint>> points, double zoom, double pageZoom) voidbaseFillRectangle(StiGraphics g, StiBrush brush, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Fill rectanglevoidbaseFillRectangle2D(StiGraphics g, StiBrush brush, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Fill rectanglebaseMeasureString(StiGraphics g, String st, StiFont font) Measure stringvoidRollback transofrmationvoidbaseTransform(StiGraphics g, Double x, Double y, Double angle, Double dx, Double dy, StiRectangle clip) Transform BarCodegetImage(StiComponent component, Double zoom, int format) voidpaint(StiComponent component, StiPaintArgs args) Paint componentMethods inherited from class com.stimulsoft.report.painters.components.StiComponentPainter
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelectionMethods inherited from class com.stimulsoft.report.painters.StiPainter
getImage, getIndicatorPainter, getPainter, getShapePainter
-
Constructor Details
-
StiBarCodePainter
public StiBarCodePainter()
-
-
Method Details
-
baseFillPolygons
public void baseFillPolygons(StiGraphics context, StiBrush brush, List<List<StiPoint>> points, double zoom, double pageZoom) -
baseTransform
public void baseTransform(StiGraphics g, Double x, Double y, Double angle, Double dx, Double dy, StiRectangle clip) Transform BarCode- Parameters:
g-StiGraphicsx- center transofrmy- center transofrmangle- transformdx- delta xdy- delta yclip- tranform
-
baseRollbackTransform
Rollback transofrmation- Parameters:
g-StiGraphics
-
baseFillRectangle
public void baseFillRectangle(StiGraphics g, StiBrush brush, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Fill rectangle- Parameters:
g-StiGraphicsbrush-StiBrushx-y-width-height-zoom-pageZoom-
-
baseFillRectangle2D
public void baseFillRectangle2D(StiGraphics g, StiBrush brush, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Fill rectangle- Parameters:
g-StiGraphicsbrush-x-y-width-height-zoom-pageZoom-
-
baseFillPolygon
public void baseFillPolygon(StiGraphics g, StiBrush brush, StiPoint[] points, double zoom, double pageZoom) -
baseFillEllipse
public void baseFillEllipse(StiGraphics g, StiBrush brush, double x, double y, double width, double height, double zoom, double pageZoom) -
baseDrawRectangle
public void baseDrawRectangle(StiGraphics g, StiColor penColor, Double penSize, Double x, Double y, Double width, Double height, Double zoom, Double pageZoom) Draw rectangle- Parameters:
g-StiGraphicspenColor-StiColorpenSize-x-y-width-height-zoom-pageZoom-
-
baseDrawString
public void baseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Double zoom) Draw string- Parameters:
g-StiGraphicsst- stringfont-StiFontbrush-StiBrushrect- test recthorAlignment-vertAlignment-zoom-
-
baseDrawImage
Draw image -
baseDrawString
public void baseDrawString(StiGraphics g, String st, StiFont font, StiBrush brush, StiRectangle rect, Double zoom) Draw string- Parameters:
g-StiGraphicsst- text stringfont-StiFontbrush-StiBrushrect-StiRectangletext rectanglezoom-
-
baseMeasureString
Measure string- Parameters:
g-st-font-- Returns:
-
getImage
-
paint
Paint component- Overrides:
paintin classStiPainter- Parameters:
component-StiComponentargs-StiPaintArgs- Throws:
Exception
-