public static interface HwmfFill.HwmfImageRecord
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBMPData() |
default BufferedImage |
getImage() |
BufferedImage |
getImage(Color foreground,
Color background,
boolean hasAlpha)
Provide an image using the fore-/background color, in case of a 1-bit pattern
|
default BufferedImage getImage()
BufferedImage getImage(Color foreground, Color background, boolean hasAlpha)
foreground - the foreground colorbackground - the background colorhasAlpha - if true, the background color is rendered transparent - see HwmfMisc.WmfSetBkMode.HwmfBkModebyte[] getBMPData()