fop 1.0

org.apache.fop.render
Class ImageHandlerUtil

java.lang.Object
  extended by org.apache.fop.render.ImageHandlerUtil

public class ImageHandlerUtil
extends java.lang.Object

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

CONVERSION_MODE

public static final org.apache.xmlgraphics.util.QName CONVERSION_MODE
conversion-mode extension attribute


CONVERSION_MODE_BITMAP

public static final java.lang.String CONVERSION_MODE_BITMAP
Conversion mode: indicates that the image shall be converted to a bitmap.

See Also:
Constant Field Values
Constructor Detail

ImageHandlerUtil

public ImageHandlerUtil()
Method Detail

isConversionModeBitmap

public static boolean isConversionModeBitmap(java.lang.String mode)
Indicates whether the image conversion mode is set to bitmap mode, i.e. the image shall be converted to a bitmap.

Parameters:
mode - the conversion mode
Returns:
true if conversion mode is "bitmap"

isConversionModeBitmap

public static boolean isConversionModeBitmap(java.util.Map foreignAttributes)
Indicates whether the image conversion mode is set to bitmap mode, i.e. the image shall be converted to a bitmap.

Parameters:
foreignAttributes - a map of foreign attributes (Map<QName, Object>)
Returns:
true if conversion mode is "bitmap"

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.