|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.ImageHandlerUtil
public class ImageHandlerUtil
Utility methods for image handling.
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
ImageHandlerUtil()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.xmlgraphics.util.QName CONVERSION_MODE
public static final java.lang.String CONVERSION_MODE_BITMAP
Constructor Detail |
---|
public ImageHandlerUtil()
Method Detail |
---|
public static boolean isConversionModeBitmap(java.lang.String mode)
mode
- the conversion mode
public static boolean isConversionModeBitmap(java.util.Map foreignAttributes)
foreignAttributes
- a map of foreign attributes (Map<QName, Object>)
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |