public final class ImageHandlerUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlgraphics.util.QName |
CONVERSION_MODE
conversion-mode extension attribute
|
static String |
CONVERSION_MODE_BITMAP
Conversion mode: indicates that the image shall be converted to a bitmap.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isConversionModeBitmap(Map foreignAttributes)
Indicates whether the image conversion mode is set to bitmap mode, i.e.
|
static boolean |
isConversionModeBitmap(String mode)
Indicates whether the image conversion mode is set to bitmap mode, i.e.
|
public static final org.apache.xmlgraphics.util.QName CONVERSION_MODE
public static final String CONVERSION_MODE_BITMAP
public static boolean isConversionModeBitmap(String mode)
mode
- the conversion modepublic static boolean isConversionModeBitmap(Map foreignAttributes)
foreignAttributes
- a map of foreign attributes (Map<QName, Object>)Copyright © 2025 Apache Software Foundation. All rights reserved.