public interface IGraphicsSurface
| Modifier and Type | Method and Description |
|---|---|
void |
drawImage(BufferedImage image,
float x,
float y) |
void |
drawImage(BufferedImage image,
Point point) |
void |
drawImage(BufferedImage image,
Rectangle rectangle) |
void |
drawImage(InputStream imageStream,
float x,
float y) |
void |
drawImage(InputStream imageStream,
Point point) |
void |
drawImage(InputStream imageStream,
Rectangle rectangle) |
void |
drawLine(Pen pen,
float startX,
float startY,
float endX,
float endY) |
void |
drawParagraph(Paragraph p) |
void |
drawRectangle(Pen pen,
Brush brush,
float x,
float y,
float width,
float height) |
void |
drawString(String s,
Font font,
Brush brush,
Point point) |
void |
drawString(String s,
Font font,
Color fontColor,
Color brushColor,
Point point) |
void |
drawString(String s,
Font font,
Color color,
Point point) |
void |
drawString(String s,
Font font,
Color brushColor,
Point point,
double rotation) |
void |
drawString(String s,
Font font,
Point point) |
void drawString(String s, Font font, Point point) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawString(String s, Font font, Color color, Point point) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawString(String s, Font font, Brush brush, Point point) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawString(String s, Font font, Color fontColor, Color brushColor, Point point) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawImage(BufferedImage image, Rectangle rectangle) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawImage(BufferedImage image, Point point) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawImage(BufferedImage image, float x, float y) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawImage(InputStream imageStream, Rectangle rectangle) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawImage(InputStream imageStream, Point point) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawImage(InputStream imageStream, float x, float y) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawLine(Pen pen, float startX, float startY, float endX, float endY) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawRectangle(Pen pen, Brush brush, float x, float y, float width, float height) throws XDocException, IOException
XDocExceptionIOExceptionvoid drawParagraph(Paragraph p) throws XDocException, IOException
XDocExceptionIOException