com.stimulsoft.report.export.tools
Class StiBarCodeExportPainter
java.lang.Object
  
com.stimulsoft.report.export.tools.StiBarCodeExportPainter
public class StiBarCodeExportPainter
- extends java.lang.Object
 
Copyright Stimulsoft
 
| 
Method Summary | 
 void | 
baseDrawImage(java.lang.Object context,
              StiImage image,
              StiReport report,
              double x,
              double y,
              double width,
              double height)
 
            | 
 void | 
baseDrawRectangle(java.lang.Object context,
                  StiColor penColor,
                  double penSize,
                  double x,
                  double y,
                  double width,
                  double height)
 
            | 
 void | 
baseDrawString(java.lang.Object context,
               java.lang.String st,
               StiFont font,
               StiBrush brush,
               StiRectangle rect,
               StiTextHorAlignment horAlignment,
               StiVertAlignment vertAlignment)
 
            | 
 void | 
baseFillEllipse(java.lang.Object context,
                StiBrush brush,
                double x,
                double y,
                double width,
                double height)
 
            | 
 void | 
baseFillPolygon(java.lang.Object context,
                StiBrush brush,
                StiPoint[] points)
 
            | 
 void | 
baseFillRectangle(java.lang.Object context,
                  StiBrush brush,
                  double x,
                  double y,
                  double width,
                  double height)
 
            | 
 void | 
baseFillRectangle2D(java.lang.Object context,
                    StiBrush brush,
                    double x,
                    double y,
                    double width,
                    double height)
 
            | 
 StiSize | 
baseMeasureString(java.lang.Object context,
                  java.lang.String st,
                  StiFont font)
 
            | 
 void | 
baseRollbackTransform(java.lang.Object context)
 
            | 
 void | 
baseTransform(java.lang.Object context,
              double x,
              double y,
              double angle,
              double dx,
              double dy)
 
            | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StiBarCodeExportPainter
public StiBarCodeExportPainter(IStiExportGeomWriter geomWriter)
baseTransform
public void baseTransform(java.lang.Object context,
                          double x,
                          double y,
                          double angle,
                          double dx,
                          double dy)
                   throws java.io.IOException
- Throws:
 java.io.IOException
 
baseRollbackTransform
public void baseRollbackTransform(java.lang.Object context)
 
baseFillRectangle
public void baseFillRectangle(java.lang.Object context,
                              StiBrush brush,
                              double x,
                              double y,
                              double width,
                              double height)
                       throws java.lang.Exception
- Throws:
 java.lang.Exception
 
baseFillPolygon
public void baseFillPolygon(java.lang.Object context,
                            StiBrush brush,
                            StiPoint[] points)
                     throws java.lang.Exception
- Throws:
 java.lang.Exception
 
baseFillRectangle2D
public void baseFillRectangle2D(java.lang.Object context,
                                StiBrush brush,
                                double x,
                                double y,
                                double width,
                                double height)
                         throws java.lang.Exception
- Throws:
 java.lang.Exception
 
baseFillEllipse
public void baseFillEllipse(java.lang.Object context,
                            StiBrush brush,
                            double x,
                            double y,
                            double width,
                            double height)
                     throws java.lang.Exception
- Throws:
 java.lang.Exception
 
baseDrawRectangle
public void baseDrawRectangle(java.lang.Object context,
                              StiColor penColor,
                              double penSize,
                              double x,
                              double y,
                              double width,
                              double height)
                       throws java.lang.Exception
- Throws:
 java.lang.Exception
 
baseDrawImage
public void baseDrawImage(java.lang.Object context,
                          StiImage image,
                          StiReport report,
                          double x,
                          double y,
                          double width,
                          double height)
                   throws java.io.IOException
- Throws:
 java.io.IOException
 
baseDrawString
public void baseDrawString(java.lang.Object context,
                           java.lang.String st,
                           StiFont font,
                           StiBrush brush,
                           StiRectangle rect,
                           StiTextHorAlignment horAlignment,
                           StiVertAlignment vertAlignment)
                    throws java.io.IOException
- Throws:
 java.io.IOException
 
baseMeasureString
public StiSize baseMeasureString(java.lang.Object context,
                                 java.lang.String st,
                                 StiFont font)