public final class ImageHandlerUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlgraphics.util.QName |
CONVERSION_MODE
conversion-mode extension attribute
|
static java.lang.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(java.util.Map foreignAttributes)
Indicates whether the image conversion mode is set to bitmap mode, i.e.
|
static boolean |
isConversionModeBitmap(java.lang.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 java.lang.String CONVERSION_MODE_BITMAP
public static boolean isConversionModeBitmap(java.lang.String mode)
mode
- the conversion modepublic static boolean isConversionModeBitmap(java.util.Map foreignAttributes)
foreignAttributes
- a map of foreign attributes (Map<QName, Object>)Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.