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