org.apache.maven.doxia.module.rtf
public static class WMFWriter.Dib extends Object
| Field Summary | |
|---|---|
| short | biBitCount |
| int | biClrImportant |
| int | biClrUsed |
| int | biCompression |
| int | biHeight |
| short | biPlanes |
| int | biSize |
| int | biSizeImage |
| byte[] | bitmap |
| int | biWidth |
| int | biXPelsPerMeter |
| int | biYPelsPerMeter |
| static int | BI_BITFIELDS |
| static int | BI_RGB |
| static int | BI_RLE4 |
| static int | BI_RLE8 |
| byte[] | palette |
| Method Summary | |
|---|---|
| void | print(Writer out) |
| static int | rlEncode8(byte[] inBuf, int inOff, int inLen, byte[] outBuf, int outOff) |
| int | size() |
| void | write(OutputStream out) |