
Public Member Functions | |
| BaseImage (int width, int height) | |
| int | getHeight () |
| int | getWidth () |
| abstract Graphics2D | getGraphics () |
| abstract void | encode (OutputStream os) throws Exception |
| abstract String | getMimeType () |
Protected Attributes | |
| int | miHeight |
| int | miWidth |
|
||||||||||||
|
Constructor |
|
|
Encode function Implemented in ranab::img::gif::GifImage. |
|
|
Get graphics to draw Implemented in ranab::img::gif::GifImage. |
|
|
get image height |
|
|
Get mime type Implemented in ranab::img::gif::GifImage. |
|
|
get image height |
1.3.9.1