public interface IStiExportGeomWriter
| Modifier and Type | Method and Description |
|---|---|
void |
beginPath() |
void |
closeFigure() |
void |
drawArc(StiRectangle rect,
StiPoint p1,
StiPoint p2,
StiPen pen) |
void |
drawBezier(StiPoint p1,
StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen) |
void |
drawBezierTo(StiPoint p2,
StiPoint p3,
StiPoint p4,
StiPen pen) |
void |
drawImage(StiImage img,
StiRectangle rect) |
void |
drawLine(StiPoint pointFrom,
StiPoint pointTo,
StiPen pen) |
void |
drawLineTo(StiPoint pointTo,
StiPen pen) |
void |
drawPolygon(StiPoint[] points,
StiPen pen) |
void |
drawPolyline(StiPoint[] points,
StiPen pen) |
void |
drawPolylineTo(StiPoint[] points,
StiPen pen) |
void |
drawRectangle(StiRectangle rect,
StiPen pen) |
void |
drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment) |
void |
drawText(StiPoint basePoint,
java.lang.String text,
int[] charsOffset,
StiFont font,
StiColor textColor,
double angle,
EmfTextAlignmentMode textAlign) |
void |
endPath() |
void |
fillEllipse(StiRectangle rect,
StiBrush brush) |
void |
fillPath(StiBrush brush) |
void |
fillPolygon(StiPoint[] points,
StiBrush brush) |
void |
fillRectangle(StiRectangle rect,
StiBrush brush) |
void |
fillRectangle(StiRectangle rect,
StiColor color) |
StiSize |
measureString(java.lang.String st,
StiFont font) |
void |
moveTo(StiPoint point) |
void |
restoreState() |
void |
rotateTransform(double angle) |
void |
saveState() |
void |
setPixel(StiPoint point,
StiColor color) |
void |
strokePath(StiPen pen) |
void |
translateTransform(double x,
double y) |
void beginPath()
void closeFigure()
void endPath()
void fillPath(StiBrush brush) throws java.io.IOException
java.io.IOExceptionvoid strokePath(StiPen pen) throws java.io.IOException
java.io.IOExceptionvoid moveTo(StiPoint point) throws java.io.IOException
java.io.IOExceptionvoid drawLine(StiPoint pointFrom, StiPoint pointTo, StiPen pen) throws java.io.IOException
java.io.IOExceptionvoid drawLineTo(StiPoint pointTo, StiPen pen) throws java.io.IOException
java.io.IOExceptionvoid drawRectangle(StiRectangle rect, StiPen pen) throws java.lang.Exception
java.lang.Exceptionvoid fillRectangle(StiRectangle rect, StiColor color) throws java.lang.Exception
java.lang.Exceptionvoid fillRectangle(StiRectangle rect, StiBrush brush) throws java.lang.Exception
java.lang.Exceptionvoid drawPolyline(StiPoint[] points, StiPen pen) throws java.io.IOException
java.io.IOExceptionvoid drawPolylineTo(StiPoint[] points, StiPen pen) throws java.io.IOException
java.io.IOExceptionvoid drawPolygon(StiPoint[] points, StiPen pen) throws java.lang.Exception
java.lang.Exceptionvoid fillPolygon(StiPoint[] points, StiBrush brush) throws java.lang.Exception
java.lang.Exceptionvoid drawArc(StiRectangle rect, StiPoint p1, StiPoint p2, StiPen pen)
void fillEllipse(StiRectangle rect, StiBrush brush) throws java.lang.Exception
java.lang.Exceptionvoid drawImage(StiImage img, StiRectangle rect) throws java.io.IOException
java.io.IOExceptionvoid drawText(StiPoint basePoint, java.lang.String text, int[] charsOffset, StiFont font, StiColor textColor, double angle, EmfTextAlignmentMode textAlign) throws java.lang.Exception
java.lang.Exceptionvoid drawString(java.lang.String st,
StiFont font,
StiBrush brush,
StiRectangle rect,
StiTextHorAlignment horAlignment,
StiVertAlignment vertAlignment)
throws java.io.IOException
java.io.IOExceptionvoid saveState()
throws java.io.IOException
java.io.IOExceptionvoid restoreState()
throws java.io.IOException
java.io.IOExceptionvoid translateTransform(double x,
double y)
throws java.io.IOException
java.io.IOExceptionvoid rotateTransform(double angle)
throws java.io.IOException
java.io.IOExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.