Class StiBarCodeExportPainter
java.lang.Object
com.stimulsoft.report.export.tools.StiBarCodeExportPainter
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbaseDrawImage(Object context, StiImage image, StiReport report, double x, double y, double width, double height) voidbaseDrawRectangle(Object context, StiColor penColor, double penSize, double x, double y, double width, double height) voidbaseDrawString(Object context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) voidbaseFillEllipse(Object context, StiBrush brush, double x, double y, double width, double height) voidbaseFillPolygon(Object context, StiBrush brush, StiPoint[] points) voidbaseFillRectangle(Object context, StiBrush brush, double x, double y, double width, double height) voidbaseFillRectangle2D(Object context, StiBrush brush, double x, double y, double width, double height) baseMeasureString(Object context, String st, StiFont font) voidbaseRollbackTransform(Object context) voidbaseTransform(Object context, double x, double y, double angle, double dx, double dy) boolean
-
Constructor Details
-
StiBarCodeExportPainter
-
-
Method Details
-
baseTransform
public void baseTransform(Object context, double x, double y, double angle, double dx, double dy) throws IOException - Throws:
IOException
-
baseRollbackTransform
-
baseFillRectangle
public void baseFillRectangle(Object context, StiBrush brush, double x, double y, double width, double height) throws Exception - Throws:
Exception
-
baseFillPolygon
- Throws:
Exception
-
baseFillRectangle2D
public void baseFillRectangle2D(Object context, StiBrush brush, double x, double y, double width, double height) throws Exception - Throws:
Exception
-
baseFillEllipse
public void baseFillEllipse(Object context, StiBrush brush, double x, double y, double width, double height) throws Exception - Throws:
Exception
-
baseDrawRectangle
public void baseDrawRectangle(Object context, StiColor penColor, double penSize, double x, double y, double width, double height) throws Exception - Throws:
Exception
-
baseDrawImage
public void baseDrawImage(Object context, StiImage image, StiReport report, double x, double y, double width, double height) throws IOException - Throws:
IOException
-
baseDrawString
public void baseDrawString(Object context, String st, StiFont font, StiBrush brush, StiRectangle rect, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment) throws IOException - Throws:
IOException
-
baseMeasureString
-
onlyAssembleData
public boolean onlyAssembleData()
-