![]() |
|
Contents |
Public Member Functions | |
| BufferedImageGraphics2D (BufferedImage bi) | |
| void | copyArea (int x, int y, int width, int height, int dx, int dy) |
| Graphics | create () |
| GraphicsConfiguration | getDeviceConfiguration () |
| ColorModel | getColorModel () |
| WritableRaster | getWritableRaster () |
| void | drawString (String str, float x, float y) |
| void | drawGlyphVector (GlyphVector gv, float x, float y) |
Private Attributes | |
| BufferedImage | bi = null |
| Rectangle | bounds = null |
| void copyArea | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height, | |||
| int | dx, | |||
| int | dy | |||
| ) | [virtual] |
Implements Graphics.
| GraphicsConfiguration getDeviceConfiguration | ( | ) | [virtual] |
Implements Graphics2D.
| ColorModel getColorModel | ( | ) |
| WritableRaster getWritableRaster | ( | ) |
| void drawString | ( | String | str, | |
| float | x, | |||
| float | y | |||
| ) | [virtual] |
Implements Graphics2D.
| void drawGlyphVector | ( | GlyphVector | gv, | |
| float | x, | |||
| float | y | |||
| ) | [virtual] |
Implements Graphics2D.
BufferedImage bi = null [private] |